${function() {
const variantData = data.variant || {"id":"ccf43e86-5893-4fb7-ab1c-8e2f291333b4","product_id":"cc3e0803-7efa-4efa-bf63-a3ace264c890","title":"Green-S","weight_unit":"g","inventory_quantity":99999,"sku":"102097110005","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89af928d43d8300a78aa74ee5b46e675.jpeg","path":"89af928d43d8300a78aa74ee5b46e675.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/assuming-im-just-an-old-lady-printed-womens-sweatshirt-cc50?variant=ccf43e86-5893-4fb7-ab1c-8e2f291333b4","available_quantity":99999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":1};
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 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":"ccf43e86-5893-4fb7-ab1c-8e2f291333b4","product_id":"cc3e0803-7efa-4efa-bf63-a3ace264c890","title":"Green-S","weight_unit":"g","inventory_quantity":99999,"sku":"102097110005","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89af928d43d8300a78aa74ee5b46e675.jpeg","path":"89af928d43d8300a78aa74ee5b46e675.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/assuming-im-just-an-old-lady-printed-womens-sweatshirt-cc50?variant=ccf43e86-5893-4fb7-ab1c-8e2f291333b4","available_quantity":99999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":53,"flashsale_info":[],"sales":1};
return `
`
}()}