${function() {
const variantData = data.variant || {"id":"30842c7b-f1b7-46b8-ac50-82d0e29cb281","product_id":"22d4b204-45fb-446a-a8ed-999d7b272b4e","title":"Yellow","weight_unit":"kg","inventory_quantity":9998,"sku":"BK2045-onesize-yellow","barcode":"'6218882658651","position":1,"option1":"Yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f7d1c54ef47cdc0e7bbf8e4681c2f637.jpeg","path":"f7d1c54ef47cdc0e7bbf8e4681c2f637.jpeg","width":507,"height":676,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/kawaii-cat-ear-beanie?variant=30842c7b-f1b7-46b8-ac50-82d0e29cb281","available_quantity":9998,"options":[{"name":"Color","value":"Yellow"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"30842c7b-f1b7-46b8-ac50-82d0e29cb281","product_id":"22d4b204-45fb-446a-a8ed-999d7b272b4e","title":"Yellow","weight_unit":"kg","inventory_quantity":9998,"sku":"BK2045-onesize-yellow","barcode":"'6218882658651","position":1,"option1":"Yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f7d1c54ef47cdc0e7bbf8e4681c2f637.jpeg","path":"f7d1c54ef47cdc0e7bbf8e4681c2f637.jpeg","width":507,"height":676,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/kawaii-cat-ear-beanie?variant=30842c7b-f1b7-46b8-ac50-82d0e29cb281","available_quantity":9998,"options":[{"name":"Color","value":"Yellow"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 `
`;
}()}