${function() {
const variantData = data.variant || {"id":"e4edffa4-ef90-4baa-b7de-3615218d401b","product_id":"c9252f49-79dd-4b9c-8127-3ca96de9289c","title":"White-Onesize","weight_unit":"kg","inventory_quantity":999,"sku":"BK4632-White-Onesize","barcode":"","position":2,"option1":"White","option2":"Onesize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dfea94a110c0148caff2a1f5d712cfeb.jpeg","path":"dfea94a110c0148caff2a1f5d712cfeb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"9.99","retail_price":"0","available":true,"url":"\/products\/pentagram-spike-choker?variant=e4edffa4-ef90-4baa-b7de-3615218d401b","available_quantity":999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"Onesize"}],"off_ratio":0,"flashsale_info":[],"sales":37};
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":"e4edffa4-ef90-4baa-b7de-3615218d401b","product_id":"c9252f49-79dd-4b9c-8127-3ca96de9289c","title":"White-Onesize","weight_unit":"kg","inventory_quantity":999,"sku":"BK4632-White-Onesize","barcode":"","position":2,"option1":"White","option2":"Onesize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dfea94a110c0148caff2a1f5d712cfeb.jpeg","path":"dfea94a110c0148caff2a1f5d712cfeb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"9.99","retail_price":"0","available":true,"url":"\/products\/pentagram-spike-choker?variant=e4edffa4-ef90-4baa-b7de-3615218d401b","available_quantity":999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"Onesize"}],"off_ratio":0,"flashsale_info":[],"sales":37};
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 `
`;
}()}