${function() {
const variantData = data.variant || {"id":"c8d2b7f0-f49c-435c-9729-a45abeb825fa","product_id":"342d1781-4e27-4c18-b170-d8275ef33958","title":"Black","weight_unit":"g","inventory_quantity":999997,"sku":"101739810001","barcode":"BlackA0018020","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2ac18e3315b7a3f49b5d7f3b55b44cf0.jpeg","path":"2ac18e3315b7a3f49b5d7f3b55b44cf0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":6.98,"min_quantity":1}],"weight":"50","compare_at_price":"6","price":"6.98","retail_price":"6","available":true,"url":"\/products\/hat-wine-glass-gradient-earrings?variant=c8d2b7f0-f49c-435c-9729-a45abeb825fa","available_quantity":999997,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":77};
const saveType = "percentage";
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 postageFreeAmount = 69;
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"c8d2b7f0-f49c-435c-9729-a45abeb825fa","product_id":"342d1781-4e27-4c18-b170-d8275ef33958","title":"Black","weight_unit":"g","inventory_quantity":999997,"sku":"101739810001","barcode":"BlackA0018020","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2ac18e3315b7a3f49b5d7f3b55b44cf0.jpeg","path":"2ac18e3315b7a3f49b5d7f3b55b44cf0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":6.98,"min_quantity":1}],"weight":"50","compare_at_price":"6","price":"6.98","retail_price":"6","available":true,"url":"\/products\/hat-wine-glass-gradient-earrings?variant=c8d2b7f0-f49c-435c-9729-a45abeb825fa","available_quantity":999997,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":77};
return `
`
}()}