${function() {
const variantData = data.variant || {"id":"232b8dd5-b936-4e0a-8dc9-a56e8b2ccb5a","product_id":"615eed2e-d46b-4b02-9db6-c1fdd6fb2e17","title":"Photo Color-S","weight_unit":"g","inventory_quantity":962,"sku":"SKU102468440001","barcode":"","position":1,"option1":"Photo Color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ca70e79d9a3e49bf636a12d2fbf2ca4.jpeg","path":"5ca70e79d9a3e49bf636a12d2fbf2ca4.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.99","price":"26.98","retail_price":"39.99","available":true,"url":"\/products\/peace-floral-rainbow-print-casual-long-sleeve-shirt?variant=232b8dd5-b936-4e0a-8dc9-a56e8b2ccb5a","available_quantity":962,"options":[{"name":"Color","value":"Photo Color"},{"name":"Size","value":"S"}],"off_ratio":33,"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":"232b8dd5-b936-4e0a-8dc9-a56e8b2ccb5a","product_id":"615eed2e-d46b-4b02-9db6-c1fdd6fb2e17","title":"Photo Color-S","weight_unit":"g","inventory_quantity":962,"sku":"SKU102468440001","barcode":"","position":1,"option1":"Photo Color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5ca70e79d9a3e49bf636a12d2fbf2ca4.jpeg","path":"5ca70e79d9a3e49bf636a12d2fbf2ca4.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.98,"min_quantity":1}],"weight":"300","compare_at_price":"39.99","price":"26.98","retail_price":"39.99","available":true,"url":"\/products\/peace-floral-rainbow-print-casual-long-sleeve-shirt?variant=232b8dd5-b936-4e0a-8dc9-a56e8b2ccb5a","available_quantity":962,"options":[{"name":"Color","value":"Photo Color"},{"name":"Size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
`
}()}