${function() {
const variantData = data.variant || {"id":"96737253-1f39-4466-8960-c6f8dd8959cc","product_id":"0201a415-4659-4541-9b40-66b89d493193","title":"s-white","weight_unit":"lb","inventory_quantity":0,"sku":"4515347988598-s-white","barcode":"","position":1,"option1":"s","option2":"white","option3":"","note":"","image":null,"wholesale_price":[{"price":42.36,"min_quantity":1}],"weight":"0","compare_at_price":"40.92","price":"42.36","retail_price":"40.92","available":true,"url":"\/products\/chiffon-snake-print-long-boho-plus-size-maxi-dress?variant=96737253-1f39-4466-8960-c6f8dd8959cc","available_quantity":999999999,"options":[{"name":"Size","value":"s"},{"name":"Color","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":25};
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 `
`;
}()}