${function() {
const variantData = data.variant || {"id":"6ef7b384-a04e-4b48-a6a2-c0f6e51dfb80","product_id":"fc4518d1-75b8-4be6-9c52-4680941d7719","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"PH1-220418-85-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5343bac6dc2d0db6d88b24cb7d1f86b7.jpeg","path":"5343bac6dc2d0db6d88b24cb7d1f86b7.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.99","price":"18.99","retail_price":"33.99","available":true,"url":"\/products\/plus-size-casual-v-neck-long-sleeve-tops?variant=6ef7b384-a04e-4b48-a6a2-c0f6e51dfb80","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":44,"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 `
`;
}()}