${function() {
const variantData = data.variant || {"id":"d0ac96f2-892c-41c4-9743-07c580b78d81","product_id":"eed24682-d419-46de-ab95-3060164b40bc","title":"Red","weight_unit":"kg","inventory_quantity":1000,"sku":"X125-240312-03-WX9BC9YS4W-Red","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b6f8c4b152b989d2fbf77daec7cd9f29.jpeg","path":"b6f8c4b152b989d2fbf77daec7cd9f29.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"0","compare_at_price":"6.99","price":"6.99","retail_price":"6.99","available":true,"url":"\/products\/british-world-war-i-memorial-corsage-red-oil-drop-rhinestone-poppy-brooch?variant=d0ac96f2-892c-41c4-9743-07c580b78d81","available_quantity":999999999,"options":[{"name":"Color","value":"Red"}],"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 `
`;
}()}