${function() {
const variantData = data.variant || {"id":"1355e559-1da2-4a44-b8d4-116e34a5611b","product_id":"06fe6e8c-a928-49c2-a9fa-c7d01079d862","title":"green-L","weight_unit":"kg","inventory_quantity":0,"sku":"66220727131-green-L","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/aed55d1e211e382537e71be9c2d0829f.jpeg","path":"aed55d1e211e382537e71be9c2d0829f.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":65.19,"min_quantity":1}],"weight":"0","compare_at_price":"76.69","price":"65.19","retail_price":"76.69","available":true,"url":"\/products\/elegant-suspender-chiffon-dress?variant=1355e559-1da2-4a44-b8d4-116e34a5611b","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size","value":"L"}],"off_ratio":15,"flashsale_info":[],"sales":8};
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 `
`;
}()}