${function() {
const variantData = data.variant || {"id":"ef9d9384-8894-4d5e-a539-71ec72c29c7d","product_id":"483170a1-c43b-42b6-bf95-2bcb215519dd","title":"LongSleeves-S","weight_unit":"kg","inventory_quantity":1000,"sku":"141-240129-07-WT0002KZAE-LongSleeves-S","barcode":"","position":9,"option1":"LongSleeves","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13f2cbe1d6701b3ab2aac824e08c581b.jpeg","path":"13f2cbe1d6701b3ab2aac824e08c581b.jpeg","width":850,"height":1134,"alt":"","aspect_ratio":0.7495590828924162},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"24.99","price":"24.99","retail_price":"24.99","available":true,"url":"\/products\/funny-quirky-cute-alien-monster-art-print-t-shirt?variant=ef9d9384-8894-4d5e-a539-71ec72c29c7d","available_quantity":999999999,"options":[{"name":"Color","value":"LongSleeves"},{"name":"Size","value":"S"}],"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 `
`;
}()}