${function() {
const variantData = data.variant || {"id":"23dca680-5a6f-40d1-ac61-d0427f9a7671","product_id":"9da04436-0044-4827-970b-b92823fb9f9f","title":"Red","weight_unit":"kg","inventory_quantity":998,"sku":"CSBC00582001","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/291cb37a1cdceeeb1c77187fa9630237.jpeg","path":"291cb37a1cdceeeb1c77187fa9630237.jpeg","width":660,"height":659,"alt":"","aspect_ratio":1.0015174506828528},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"10","price":"5.99","retail_price":"10","available":true,"url":"\/products\/6484508-ethnic-style-ceramic-bracelet-flower-glaze-bead-bracelet?variant=23dca680-5a6f-40d1-ac61-d0427f9a7671","available_quantity":999999999,"options":[{"name":"Color","value":"Red"}],"off_ratio":40,"flashsale_info":[],"sales":29};
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 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 `
`;
}()}