${function() {
const variantData = data.variant || {"id":"80a4d02f-ca93-4c09-8315-5b8752c73c71","product_id":"68480107-cf2c-43d4-baea-fa79136d0b8b","title":"Daddy-OneSize","weight_unit":"kg","inventory_quantity":1000,"sku":"X103-250228-12-NWD372558W-Daddy-OneSize","barcode":"","position":1,"option1":"Daddy","option2":"OneSize","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d4de4bb98ebdae6b984e4f69a90c0817.jpeg","path":"d4de4bb98ebdae6b984e4f69a90c0817.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0.01","compare_at_price":"10.99","price":"10.99","retail_price":"10.99","available":true,"url":"\/products\/lgbt-pride-fashion-letter-necklace?variant=80a4d02f-ca93-4c09-8315-5b8752c73c71","available_quantity":999999999,"options":[{"name":"Color","value":"Daddy"},{"name":"Size","value":"OneSize"}],"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 `
`;
}()}