${function() {
const variantData = data.variant || {"id":"7a242694-fb44-4c8e-b8c8-8a50c0d671f8","product_id":"303b65ff-0f71-4a59-9b9f-091064b891ed","title":"Fuchsia-S","weight_unit":"kg","inventory_quantity":1000,"sku":"OWO242777-FUC00S","barcode":"","position":1,"option1":"Fuchsia","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bd8abd55af7e065ac359bf5d5678661f.jpeg","path":"bd8abd55af7e065ac359bf5d5678661f.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.1","price":"38.99","retail_price":"58.1","available":true,"url":"\/products\/fashion-casual-cotton-stripes-with-pocket-lace-dresses?variant=7a242694-fb44-4c8e-b8c8-8a50c0d671f8","available_quantity":999999999,"options":[{"name":"Color","value":"Fuchsia"},{"name":"Size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":0};
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 = 79;
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 `
`;
}()}