${function() {
const variantData = data.variant || {"id":"60f584d6-4d4a-47d7-84dd-3c7b07bff2e4","product_id":"e68a0761-a1bf-4731-9eb1-61016ac6c53e","title":"Green-2XL","weight_unit":"kg","inventory_quantity":0,"sku":"77210922731-Green-2XL","barcode":"","position":1,"option1":"Green","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0827481c68c18b954ddfb9a5710e6124.jpeg","path":"0827481c68c18b954ddfb9a5710e6124.jpeg","width":649,"height":872,"alt":"","aspect_ratio":0.7442660550458715},"wholesale_price":[{"price":48.78,"min_quantity":1}],"weight":"0.5","compare_at_price":"48","price":"48.78","retail_price":"48","available":true,"url":"\/products\/casual-simple-solid-color-knit-slit-two-piece-set?variant=60f584d6-4d4a-47d7-84dd-3c7b07bff2e4","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":22};
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 `
`;
}()}