${function() {
const variantData = data.variant || {"id":"3c432c19-f864-44a3-9bd7-a1dac53cc73d","product_id":"d4f9e013-d765-4b14-958e-39f33cd0bc5c","title":"Color1-OneSize","weight_unit":"kg","inventory_quantity":0,"sku":"X208-241115-08-44ZK2FE5CZ-Color1-OneSize","barcode":"","position":1,"option1":"Color1","option2":"OneSize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e7118a76a717528f5c065b43efb91c46.jpeg","path":"e7118a76a717528f5c065b43efb91c46.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"0","compare_at_price":"6.99","price":"6.99","retail_price":"6.99","available":true,"url":"\/products\/ins-style-christmas-aromatherapy-candles-christmas-tree-shape-souvenirs-festive-atmosphere-layout-photo-props?variant=3c432c19-f864-44a3-9bd7-a1dac53cc73d","available_quantity":999999999,"options":[{"name":"Color","value":"Color1"},{"name":"Size","value":"OneSize"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 = 79;
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 `
`;
}()}