${function() {
const variantData = data.variant || {"id":"45f2e214-a70b-4ad7-a4c5-2ae6dcee1606","product_id":"a1e81854-77fd-4bf9-8b3d-0cb559ba5b83","title":"Khaki-S","weight_unit":"lb","inventory_quantity":0,"sku":"20102121-khaki-s","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6de4cf2cc563e7a149487a9689e86eb9.jpeg","path":"6de4cf2cc563e7a149487a9689e86eb9.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":42.55,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"42.55","retail_price":"60","available":true,"url":"\/products\/casual-solid-color-round-neck-pencil-pants-suit?variant=45f2e214-a70b-4ad7-a4c5-2ae6dcee1606","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":349};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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}
`
}()}
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 `
`;
}()}