${function() {
const variantData = data.variant || {"id":"2ff250bd-f869-4d52-8281-cd539aa8421c","product_id":"342d1781-4e27-4c18-b170-d8275ef33958","title":"Red","weight_unit":"g","inventory_quantity":999996,"sku":"101739810003","barcode":"RedA0018025","position":3,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/63fd54e6548dbff58870871fbb628bce.jpeg","path":"63fd54e6548dbff58870871fbb628bce.jpeg","width":1200,"height":1200,"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=2ff250bd-f869-4d52-8281-cd539aa8421c","available_quantity":999996,"options":[{"name":"Color","value":"Red"}],"off_ratio":0,"flashsale_info":[],"sales":75};
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":"2ff250bd-f869-4d52-8281-cd539aa8421c","product_id":"342d1781-4e27-4c18-b170-d8275ef33958","title":"Red","weight_unit":"g","inventory_quantity":999996,"sku":"101739810003","barcode":"RedA0018025","position":3,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/63fd54e6548dbff58870871fbb628bce.jpeg","path":"63fd54e6548dbff58870871fbb628bce.jpeg","width":1200,"height":1200,"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=2ff250bd-f869-4d52-8281-cd539aa8421c","available_quantity":999996,"options":[{"name":"Color","value":"Red"}],"off_ratio":0,"flashsale_info":[],"sales":75};
return `
`
}()}