${function() {
const variantData = data.variant || {"id":"f61cb892-18cf-4b32-80ec-f5383ec4a1dd","product_id":"a4a2e2d5-d67e-4f9b-873b-529313790b35","title":"gray-l","weight_unit":"kg","inventory_quantity":0,"sku":"66210907857-gray-l","barcode":"","position":1,"option1":"gray","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f5f72c1db898fa74be3ed7c5e8bca809.jpeg","path":"f5f72c1db898fa74be3ed7c5e8bca809.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.88,"min_quantity":1}],"weight":"0","compare_at_price":"66.1","price":"52.88","retail_price":"66.1","available":true,"url":"\/products\/long-padded-turtleneck-pullover-skirt?variant=f61cb892-18cf-4b32-80ec-f5383ec4a1dd","available_quantity":999999999,"options":[{"name":"color","value":"gray"},{"name":"size","value":"l"}],"off_ratio":20,"flashsale_info":[],"sales":3};
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 `
`;
}()}