${function() {
const variantData = data.variant || {"id":"bb8aef0a-2f88-42d8-8742-721d5398de76","product_id":"b2cda41a-ed94-4408-919a-8460e9946ca4","title":"Style 1-S","weight_unit":"kg","inventory_quantity":999,"sku":"3256802070200567_Style 1_S","barcode":"","position":1,"option1":"Style 1","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67312020702b103655a3b166030eb606.jpeg","path":"67312020702b103655a3b166030eb606.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.56,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"30.56","retail_price":"0","available":true,"url":"\/products\/3d-flowers-printed-women-sundress-2021-summer-v-neck-sleeveless-dress-casual-ladies-long-dress-female-maxi-dress-femme-vestidos?variant=bb8aef0a-2f88-42d8-8742-721d5398de76","available_quantity":999999999,"options":[{"name":"Color","value":"Style 1"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":184};
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 variantData = data.variant || {"id":"bb8aef0a-2f88-42d8-8742-721d5398de76","product_id":"b2cda41a-ed94-4408-919a-8460e9946ca4","title":"Style 1-S","weight_unit":"kg","inventory_quantity":999,"sku":"3256802070200567_Style 1_S","barcode":"","position":1,"option1":"Style 1","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67312020702b103655a3b166030eb606.jpeg","path":"67312020702b103655a3b166030eb606.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.56,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"30.56","retail_price":"0","available":true,"url":"\/products\/3d-flowers-printed-women-sundress-2021-summer-v-neck-sleeveless-dress-casual-ladies-long-dress-female-maxi-dress-femme-vestidos?variant=bb8aef0a-2f88-42d8-8742-721d5398de76","available_quantity":999999999,"options":[{"name":"Color","value":"Style 1"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":184};
return `
`
}()}
${function() {
const postageFreeAmount = 39.9;
const custom_text = "Free shipping over $39.9";
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 `
`;
}()}