${function() {
const variantData = data.variant || {"id":"de2da401-e20d-46c4-a814-fa3c2303da66","product_id":"22b321c0-8938-4a31-bd04-7c7fe7c9e847","title":"Black-S","weight_unit":"g","inventory_quantity":999999,"sku":"101733380001","barcode":"Black-SA00112467","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/142c38ac3366cb511fe26f1deffc44c0.jpeg","path":"142c38ac3366cb511fe26f1deffc44c0.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"377.5","compare_at_price":"19.98","price":"19.99","retail_price":"19.98","available":true,"url":"\/products\/oversized-womens-words-of-wisdom-let-it-be-hippie-printed-long-sleeve-t-shirt?variant=de2da401-e20d-46c4-a814-fa3c2303da66","available_quantity":999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":9};
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":"de2da401-e20d-46c4-a814-fa3c2303da66","product_id":"22b321c0-8938-4a31-bd04-7c7fe7c9e847","title":"Black-S","weight_unit":"g","inventory_quantity":999999,"sku":"101733380001","barcode":"Black-SA00112467","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/142c38ac3366cb511fe26f1deffc44c0.jpeg","path":"142c38ac3366cb511fe26f1deffc44c0.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"377.5","compare_at_price":"19.98","price":"19.99","retail_price":"19.98","available":true,"url":"\/products\/oversized-womens-words-of-wisdom-let-it-be-hippie-printed-long-sleeve-t-shirt?variant=de2da401-e20d-46c4-a814-fa3c2303da66","available_quantity":999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":9};
return `
`
}()}