${function() {
const variantData = data.variant || {"id":"7552b3df-38c3-44be-bba3-ee4063341808","product_id":"5c2b6b0a-e1e0-4107-92d2-f17e4de9e329","title":"black-L","weight_unit":"kg","inventory_quantity":0,"sku":"66210918609-black-L","barcode":"","position":1,"option1":"black","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/04d16c5cfaac016cd14d3da5541a4bd9.jpeg","path":"04d16c5cfaac016cd14d3da5541a4bd9.jpeg","width":450,"height":600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.63,"min_quantity":1}],"weight":"0","compare_at_price":"56.33","price":"45.63","retail_price":"56.33","available":true,"url":"\/products\/casual-solid-color-knitted-suit?variant=7552b3df-38c3-44be-bba3-ee4063341808","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"L"}],"off_ratio":19,"flashsale_info":[],"sales":478};
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 = 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 `
`;
}()}