${function() {
const variantData = data.variant || {"id":"2c1d6017-0ea1-4472-a1b0-8f76bdd89318","product_id":"946f112b-ea8b-4101-9feb-09aa33603528","title":"White-M","weight_unit":"g","inventory_quantity":99999,"sku":"102098250005","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a438eed2d023e7aae83012b5a1cf4c7f.jpeg","path":"a438eed2d023e7aae83012b5a1cf4c7f.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"450","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/hot-dog-printed-womens-sweatshirt?variant=2c1d6017-0ea1-4472-a1b0-8f76bdd89318","available_quantity":99999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"off_ratio":53,"flashsale_info":[],"sales":0};
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":"2c1d6017-0ea1-4472-a1b0-8f76bdd89318","product_id":"946f112b-ea8b-4101-9feb-09aa33603528","title":"White-M","weight_unit":"g","inventory_quantity":99999,"sku":"102098250005","barcode":"","position":1,"option1":"White","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a438eed2d023e7aae83012b5a1cf4c7f.jpeg","path":"a438eed2d023e7aae83012b5a1cf4c7f.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.98,"min_quantity":1}],"weight":"450","compare_at_price":"39.98","price":"18.98","retail_price":"39.98","available":true,"url":"\/products\/hot-dog-printed-womens-sweatshirt?variant=2c1d6017-0ea1-4472-a1b0-8f76bdd89318","available_quantity":99999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"M"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
`
}()}