${function() {
const variantData = data.variant || {"id":"40ec4cf9-ea81-4d49-abec-314b114dc4a2","product_id":"144b1cff-3b48-4a75-a075-2d96c19a5487","title":"Black-2XL","weight_unit":"kg","inventory_quantity":0,"sku":"772109251010-Black-2XL","barcode":"","position":1,"option1":"Black","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/65468d6fbe5ae116069584d5d1fb8911.jpeg","path":"65468d6fbe5ae116069584d5d1fb8911.jpeg","width":600,"height":822,"alt":"","aspect_ratio":0.7299270072992701},"wholesale_price":[{"price":52.04,"min_quantity":1}],"weight":"0.66","compare_at_price":"61.22","price":"52.04","retail_price":"61.22","available":true,"url":"\/products\/star-print-top-and-pants-casual-sweater-two-piece-set?variant=40ec4cf9-ea81-4d49-abec-314b114dc4a2","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"2XL"}],"off_ratio":15,"flashsale_info":[],"sales":18};
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 `
`;
}()}