Retro Casual Essential Casual Pants Stacking Pants
${function() {
const variantData = data.variant || {"id":"4a8f66d5-7e8d-4569-8817-6b2939eb31cb","product_id":"61541a73-0524-452f-b0a7-1f249f5f8a36","title":"Pink-S","weight_unit":"g","inventory_quantity":999,"sku":"XHw2p3RQg-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c46ca639a0fc416189b537099e13584c.jpeg","path":"c46ca639a0fc416189b537099e13584c.jpeg","width":1348,"height":1347,"alt":"","aspect_ratio":1.0007423904974015},"wholesale_price":[{"price":30.89,"min_quantity":1}],"weight":"300","compare_at_price":"40","price":"30.89","retail_price":"40","available":true,"url":"\/products\/retro-casual-essential-casual-pants-stacking-pants?variant=4a8f66d5-7e8d-4569-8817-6b2939eb31cb","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":6};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}