${function() {
const variantData = data.variant || {"id":"6e20de32-508f-4326-841b-6402e1ad5d8d","product_id":"1720a07c-4499-44ff-a41b-c77a1d8d21a8","title":"Hellpink-S(38-40)","weight_unit":"kg","inventory_quantity":997,"sku":"2071196086642-Hellpink-S(38-40)","barcode":"","position":1,"option1":"Hellpink","option2":"S(38-40)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec8d62f463e35d1578ea9b567f133a21.jpeg","path":"ec8d62f463e35d1578ea9b567f133a21.jpeg","width":633,"height":844,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":20.79,"min_quantity":1}],"weight":"0","compare_at_price":"20.79","price":"20.79","retail_price":"20.79","available":true,"url":"\/products\/loosen-plain-casual-pants-13607735?variant=6e20de32-508f-4326-841b-6402e1ad5d8d","available_quantity":999999999,"options":[{"name":"Color","value":"Hellpink"},{"name":"Size","value":"S(38-40)"}],"off_ratio":0,"flashsale_info":[],"sales":30};
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 = 79;
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 `
`;
}()}