${function() {
const variantData = data.variant || {"id":"ba81c03e-c243-4cfb-9204-b5722cb48db6","product_id":"88cc1b18-6a9b-441c-ab9d-be6a072ebc33","title":"apricot-S","weight_unit":"kg","inventory_quantity":0,"sku":"662210093131-apricot-S","barcode":"","position":1,"option1":"apricot","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0359d86b1070b1497e938434c69e22a0.jpeg","path":"0359d86b1070b1497e938434c69e22a0.jpeg","width":1015,"height":1350,"alt":"","aspect_ratio":0.7518518518518519},"wholesale_price":[{"price":54.28,"min_quantity":1}],"weight":"0.48","compare_at_price":"67.01","price":"54.28","retail_price":"67.01","available":true,"url":"\/products\/round-neck-irregular-drop-shoulder-sweatshirt-set?variant=ba81c03e-c243-4cfb-9204-b5722cb48db6","available_quantity":999999999,"options":[{"name":"color","value":"apricot"},{"name":"size","value":"S"}],"off_ratio":19,"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 `
`;
}()}