${function() {
const variantData = data.variant || {"id":"e3478876-a280-4d99-90d3-7ff3d50d4f2f","product_id":"92bed36a-d8c6-49a6-b263-34759435e356","title":"1","weight_unit":"kg","inventory_quantity":1000,"sku":"X103-230428-13-FHCUYS788E-1","barcode":"","position":1,"option1":"1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89b30e3b3a634dce84a7919eaad410a3.jpeg","path":"89b30e3b3a634dce84a7919eaad410a3.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":2.99,"min_quantity":1}],"weight":"0","compare_at_price":"2.99","price":"2.99","retail_price":"2.99","available":true,"url":"\/products\/lgbt-pride-rainbow-retractable-pendant-metal-badge?variant=e3478876-a280-4d99-90d3-7ff3d50d4f2f","available_quantity":999999999,"options":[{"name":"Size","value":"1"}],"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}
`
}()}
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 `
`;
}()}