${function() {
const variantData = data.variant || {"id":"aa1172cb-19d5-4238-9786-b1d1832f13de","product_id":"d3647c09-4f02-494e-a152-53a9ce981c51","title":"Black-Big Net","weight_unit":"kg","inventory_quantity":883,"sku":"BK3249-Black-Big","barcode":"","position":1,"option1":"Black","option2":"Big Net","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/049c1356f111cd7960c320f95406c4d1.jpeg","path":"049c1356f111cd7960c320f95406c4d1.jpeg","width":750,"height":784,"alt":"","aspect_ratio":0.9566326530612245},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"9.99","retail_price":"0","available":true,"url":"\/products\/sexy-fishing-net-tights-sock?variant=aa1172cb-19d5-4238-9786-b1d1832f13de","available_quantity":883,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"Big Net"}],"off_ratio":0,"flashsale_info":[],"sales":55};
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 variantData = data.variant || {"id":"aa1172cb-19d5-4238-9786-b1d1832f13de","product_id":"d3647c09-4f02-494e-a152-53a9ce981c51","title":"Black-Big Net","weight_unit":"kg","inventory_quantity":883,"sku":"BK3249-Black-Big","barcode":"","position":1,"option1":"Black","option2":"Big Net","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/049c1356f111cd7960c320f95406c4d1.jpeg","path":"049c1356f111cd7960c320f95406c4d1.jpeg","width":750,"height":784,"alt":"","aspect_ratio":0.9566326530612245},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"9.99","retail_price":"0","available":true,"url":"\/products\/sexy-fishing-net-tights-sock?variant=aa1172cb-19d5-4238-9786-b1d1832f13de","available_quantity":883,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"Big Net"}],"off_ratio":0,"flashsale_info":[],"sales":55};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
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 `
`;
}()}