${function() {
const variantData = data.variant || {"id":"3af4b62b-af93-44e3-8b2c-2129bce0798a","product_id":"b2d6d3e0-a5c8-4e8f-bd20-9e2fd74f0f1e","title":"rose red-L","weight_unit":"kg","inventory_quantity":0,"sku":"66220815827-rose red-L","barcode":"","position":1,"option1":"rose red","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0cef77609a368dcd48f1dd709e686cbb.jpeg","path":"0cef77609a368dcd48f1dd709e686cbb.jpeg","width":1000,"height":1332,"alt":"","aspect_ratio":0.7507507507507507},"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"0","compare_at_price":"56.65","price":"45.89","retail_price":"56.65","available":true,"url":"\/products\/new-lapel-single-breasted-bow-waist-dress?variant=3af4b62b-af93-44e3-8b2c-2129bce0798a","available_quantity":999999999,"options":[{"name":"color","value":"rose red"},{"name":"size","value":"L"}],"off_ratio":19,"flashsale_info":[],"sales":1};
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 `
`;
}()}