${function() {
const variantData = data.variant || {"id":"bffe5202-6d29-4878-a3c5-19bc62e3dd37","product_id":"825aed00-251e-4d69-a824-4b0f5b3bb76f","title":"Style1-2cmx8cm","weight_unit":"kg","inventory_quantity":1000,"sku":"X217-241226-03-QEZZ3KQZA6-Style1-2cmx8cm","barcode":"","position":1,"option1":"Style1","option2":"2cmx8cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/01669864d79543bcf314e0ebded8ad81.jpeg","path":"01669864d79543bcf314e0ebded8ad81.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"0.02","compare_at_price":"6.99","price":"6.99","retail_price":"6.99","available":true,"url":"\/products\/womens-bohemian-feather-drop-earrings?variant=bffe5202-6d29-4878-a3c5-19bc62e3dd37","available_quantity":999999999,"options":[{"name":"Style","value":"Style1"},{"name":"Size","value":"2cmx8cm"}],"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 `
`;
}()}