${function() {
const variantData = data.variant || {"id":"32d81543-6b94-4535-9465-edf54d37562f","product_id":"b1014b55-884f-4f56-a452-abab646665aa","title":"dark pink-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WSS250267-SFS00S","barcode":"","position":1,"option1":"dark pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/074d63062770e27202c20e1ce5eeed4d.jpeg","path":"074d63062770e27202c20e1ce5eeed4d.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"37.95","price":"25.99","retail_price":"37.95","available":true,"url":"\/products\/breast-cancer-awareness-i-wear-pink-for-myself-my-scars-tell-a-story-they-are-a-reminder-of-time-when-life-tried-to-break-me-but-failed-print-sweatshirt?variant=32d81543-6b94-4535-9465-edf54d37562f","available_quantity":999999999,"options":[{"name":"Color","value":"dark pink"},{"name":"Size","value":"S"}],"off_ratio":32,"flashsale_info":[],"sales":3};
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 `
`;
}()}