${function() {
const variantData = data.variant || {"id":"6bc0afbf-6054-4709-8575-cda3dc3e59eb","product_id":"a6acc01a-1fd4-4b91-9e66-f41ff0d3b3f3","title":"Black-S","weight_unit":"lb","inventory_quantity":0,"sku":"2091606-black-s","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cd3e4b86128d106044378a8947b0b9c1.jpeg","path":"cd3e4b86128d106044378a8947b0b9c1.jpeg","width":422,"height":422,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.22,"min_quantity":1}],"weight":"0","compare_at_price":"46.05","price":"38.22","retail_price":"46.05","available":true,"url":"\/products\/swallow-gird-texture-sweater-vest?variant=6bc0afbf-6054-4709-8575-cda3dc3e59eb","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":17,"flashsale_info":[],"sales":5};
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 `
`;
}()}