${function() {
const variantData = data.variant || {"id":"d353fc85-798d-432e-ba59-c43af11786f6","product_id":"5b0ae2b9-9a87-454e-b288-490d10a43255","title":"Black-One-size","weight_unit":"kg","inventory_quantity":0,"sku":"20101028-black-onesize","barcode":"","position":1,"option1":"Black","option2":"One-size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/019b3e1cf232b97952feb389b48d3c88.jpeg","path":"019b3e1cf232b97952feb389b48d3c88.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":10.04,"min_quantity":1}],"weight":"0.1","compare_at_price":"12.24","price":"10.04","retail_price":"12.24","available":true,"url":"\/products\/women-underwear-socks-6ytl?variant=d353fc85-798d-432e-ba59-c43af11786f6","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One-size"}],"off_ratio":18,"flashsale_info":[],"sales":85};
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 `
`;
}()}