${function() {
const variantData = data.variant || {"id":"d252dffc-a959-450c-af07-23510548ddcf","product_id":"0e078ffc-5899-45b0-b4bb-e7e422f15cfd","title":"Blue-S","weight_unit":"lb","inventory_quantity":0,"sku":"2071806-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c2fa25f5a896fb6150a9c342e7e50cb.jpeg","path":"2c2fa25f5a896fb6150a9c342e7e50cb.jpeg","width":750,"height":1001,"alt":"","aspect_ratio":0.7492507492507493},"wholesale_price":[{"price":40.47,"min_quantity":1}],"weight":"0","compare_at_price":"44.97","price":"40.47","retail_price":"44.97","available":true,"url":"\/products\/celadon-porcelain-prints-maxi-dress?variant=d252dffc-a959-450c-af07-23510548ddcf","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":10,"flashsale_info":[],"sales":28};
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 `
`;
}()}