${function() {
const variantData = data.variant || {"id":"345d0f6d-0cb4-4d77-8b92-6a3d194e6c1c","product_id":"96724ec4-d95b-4be9-bf86-6973eb3fd2cd","title":"color1-One Size","weight_unit":"kg","inventory_quantity":0,"sku":"X208-241219-04-4EZHGGHG95-color1-One Size","barcode":"","position":1,"option1":"color1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/12f8bf482f186c014db86d26a78b8329.jpeg","path":"12f8bf482f186c014db86d26a78b8329.jpeg","width":768,"height":1024,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":4.99,"min_quantity":1}],"weight":"0","compare_at_price":"4.99","price":"4.99","retail_price":"4.99","available":true,"url":"\/products\/braided-simple-creative-ceramic-jewelry-bracelet?variant=345d0f6d-0cb4-4d77-8b92-6a3d194e6c1c","available_quantity":999999999,"options":[{"name":"Color","value":"color1"},{"name":"Size","value":"One Size"}],"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 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 `
`;
}()}