${function() {
const variantData = data.variant || {"id":"0746f30e-59e2-41cb-9b3d-7c27a007854e","product_id":"e6ca70de-0eb4-4ca4-90c5-9c9e8e890440","title":"Multicolor-S","weight_unit":"kg","inventory_quantity":1000,"sku":"086A-240204-10-MT011337P4-Multicolor-S","barcode":"","position":1,"option1":"Multicolor","option2":"S","option3":"","note":"","image":{"src":"\/\/imgpro.staticdj.com\/1094576429905ad7e7bb152ca18b0d6b.jpeg","path":"1094576429905ad7e7bb152ca18b0d6b.jpeg","width":1134,"height":1134,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"55.99","price":"55.99","retail_price":"55.99","available":true,"url":"\/products\/vintage-colorful-flower-skull-print-casual-shirt?variant=0746f30e-59e2-41cb-9b3d-7c27a007854e","available_quantity":999999999,"options":[{"name":"Color","value":"Multicolor"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}