${function() {
const variantData = data.variant || {"id":"921b4cd8-23e3-428a-919c-5d6c9eaac4a2","product_id":"9b6963a3-4340-417e-9bb9-53b380eb5faa","title":"Red-Onesize","weight_unit":"kg","inventory_quantity":1000,"sku":"BK4514-Red-Onesize","barcode":"","position":2,"option1":"Red","option2":"Onesize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1e88f7c86aec8c7ea371b66691b79517.jpeg","path":"1e88f7c86aec8c7ea371b66691b79517.jpeg","width":1010,"height":1010,"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\/gothic-punk-double-chain-o-ring-choker-necklace?variant=921b4cd8-23e3-428a-919c-5d6c9eaac4a2","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"Onesize"}],"off_ratio":0,"flashsale_info":[],"sales":11};
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":"921b4cd8-23e3-428a-919c-5d6c9eaac4a2","product_id":"9b6963a3-4340-417e-9bb9-53b380eb5faa","title":"Red-Onesize","weight_unit":"kg","inventory_quantity":1000,"sku":"BK4514-Red-Onesize","barcode":"","position":2,"option1":"Red","option2":"Onesize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1e88f7c86aec8c7ea371b66691b79517.jpeg","path":"1e88f7c86aec8c7ea371b66691b79517.jpeg","width":1010,"height":1010,"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\/gothic-punk-double-chain-o-ring-choker-necklace?variant=921b4cd8-23e3-428a-919c-5d6c9eaac4a2","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"Onesize"}],"off_ratio":0,"flashsale_info":[],"sales":11};
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 `
`;
}()}