${function() {
const variantData = data.variant || {"id":"f5a0e8bc-e2ee-4b50-ad51-99e1f96938ed","product_id":"48c44481-d95e-452c-88d8-4c1b40147979","title":"Gold-18\"(45cm)-Adult","weight_unit":"kg","inventory_quantity":0,"sku":"DF1295-Gold-Onesize","barcode":"","position":1,"option1":"Gold","option2":"18\"(45cm)-Adult","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc2ee3b6b70dcd40743a9bf02e2b7e8a.jpg","path":"bc2ee3b6b70dcd40743a9bf02e2b7e8a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.99","retail_price":"0","available":false,"url":"\/products\/custom-diamond-heart-titanium-necklace?variant=f5a0e8bc-e2ee-4b50-ad51-99e1f96938ed","available_quantity":0,"options":[{"name":"Material","value":"Gold"},{"name":"Chain Length","value":"18\"(45cm)-Adult"}],"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 variantData = data.variant || {"id":"f5a0e8bc-e2ee-4b50-ad51-99e1f96938ed","product_id":"48c44481-d95e-452c-88d8-4c1b40147979","title":"Gold-18\"(45cm)-Adult","weight_unit":"kg","inventory_quantity":0,"sku":"DF1295-Gold-Onesize","barcode":"","position":1,"option1":"Gold","option2":"18\"(45cm)-Adult","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc2ee3b6b70dcd40743a9bf02e2b7e8a.jpg","path":"bc2ee3b6b70dcd40743a9bf02e2b7e8a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.99","retail_price":"0","available":false,"url":"\/products\/custom-diamond-heart-titanium-necklace?variant=f5a0e8bc-e2ee-4b50-ad51-99e1f96938ed","available_quantity":0,"options":[{"name":"Material","value":"Gold"},{"name":"Chain Length","value":"18\"(45cm)-Adult"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
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 `
`;
}()}