${function() {
const variantData = data.variant || {"id":"c5f8db11-661e-4955-b523-c050f3a296d1","product_id":"95a44804-4620-43c0-a6e7-f564f56fc37b","title":"Green-2XL","weight_unit":"kg","inventory_quantity":0,"sku":"220808394-Green-2XL","barcode":"","position":1,"option1":"Green","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53230fe6a4284528cfb08c9d5d17842f.jpeg","path":"53230fe6a4284528cfb08c9d5d17842f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46.35,"min_quantity":1}],"weight":"0.5","compare_at_price":"54.53","price":"46.35","retail_price":"54.53","available":true,"url":"\/products\/geometric-print-two-piece-set-3x6x?variant=c5f8db11-661e-4955-b523-c050f3a296d1","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"SIze","value":"2XL"}],"off_ratio":15,"flashsale_info":[],"sales":13};
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 `
`;
}()}