${function() {
const variantData = data.variant || {"id":"5af48adc-18d8-4005-8585-276ecc541162","product_id":"f5bd20e1-ea2d-4714-878a-ce48517216cd","title":"Brown-S","weight_unit":"lb","inventory_quantity":0,"sku":"20102608-brown-s","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/00db1d0bb8315264a2d501e4b011e10d.jpeg","path":"00db1d0bb8315264a2d501e4b011e10d.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.81,"min_quantity":1}],"weight":"0","compare_at_price":"40.25","price":"33.81","retail_price":"40.25","available":true,"url":"\/products\/all-matched-high-neck-cloak-sweater?variant=5af48adc-18d8-4005-8585-276ecc541162","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":16,"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 = 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 `
`;
}()}