${function() {
const variantData = data.variant || {"id":"d0d787d5-e6f6-4495-a199-6ea9ca8d7c79","product_id":"4b248a3f-a341-42ac-8217-45e2b29b60dc","title":"Pink-s","weight_unit":"kg","inventory_quantity":0,"sku":"Lin21051001-pink-s","barcode":"","position":1,"option1":"Pink","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bac25674d62793cbdf93cd828df46186.jpg","path":"bac25674d62793cbdf93cd828df46186.jpg","width":794,"height":1191,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":39.12,"min_quantity":1}],"weight":"0","compare_at_price":"43.47","price":"39.12","retail_price":"43.47","available":true,"url":"\/products\/cross-back-bow-tie-lace-up-linen-dress-bnwa?variant=d0d787d5-e6f6-4495-a199-6ea9ca8d7c79","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"s"}],"off_ratio":10,"flashsale_info":[],"sales":56};
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 `
`;
}()}