${function() {
const variantData = data.variant || {"id":"2feaf174-58c9-4189-8858-43c6a7b02c21","product_id":"33e30137-cf40-4bb7-9c02-064b42fc98a5","title":"black-S","weight_unit":"kg","inventory_quantity":0,"sku":"Lin0922105186-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f5764dcdf23e6c1dd91e926bc09462b6.png","path":"f5764dcdf23e6c1dd91e926bc09462b6.png","width":736,"height":794,"alt":"","aspect_ratio":0.9269521410579346},"wholesale_price":[{"price":34.98,"min_quantity":1}],"weight":"0","compare_at_price":"39.3","price":"34.98","retail_price":"39.3","available":true,"url":"\/products\/back-bow-cute-dress?variant=2feaf174-58c9-4189-8858-43c6a7b02c21","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"S"}],"off_ratio":11,"flashsale_info":[],"sales":65};
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 `
`;
}()}