${function() {
const variantData = data.variant || {"id":"95f2b545-4237-4305-9bdc-e25e30912ed8","product_id":"82860fe9-bc03-42e5-b67a-582f615711f4","title":"Light Gray-S","weight_unit":"g","inventory_quantity":999998,"sku":"101371780001","barcode":"Light Gray-SA00111252","position":1,"option1":"Light Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/98f90104980e5d85f81cb02a7851902c.jpeg","path":"98f90104980e5d85f81cb02a7851902c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"181.5","compare_at_price":"19.98","price":"19.99","retail_price":"19.98","available":true,"url":"\/products\/color-reindeer-pattern-womens-warm-cozy-knit-leggings?variant=95f2b545-4237-4305-9bdc-e25e30912ed8","available_quantity":999998,"options":[{"name":"Color","value":"Light Gray"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":72};
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":"95f2b545-4237-4305-9bdc-e25e30912ed8","product_id":"82860fe9-bc03-42e5-b67a-582f615711f4","title":"Light Gray-S","weight_unit":"g","inventory_quantity":999998,"sku":"101371780001","barcode":"Light Gray-SA00111252","position":1,"option1":"Light Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/98f90104980e5d85f81cb02a7851902c.jpeg","path":"98f90104980e5d85f81cb02a7851902c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"181.5","compare_at_price":"19.98","price":"19.99","retail_price":"19.98","available":true,"url":"\/products\/color-reindeer-pattern-womens-warm-cozy-knit-leggings?variant=95f2b545-4237-4305-9bdc-e25e30912ed8","available_quantity":999998,"options":[{"name":"Color","value":"Light Gray"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":72};
return `
`
}()}