${function() {
const variantData = data.variant || {"id":"edf7d73a-c60b-4baf-b1d2-83ab53cfdceb","product_id":"532e86ca-9c4e-4d87-96e2-27ec9585ba3e","title":"Cotton-48+30cm+Leg ring","weight_unit":"kg","inventory_quantity":981,"sku":"BK3255- Cotton-48+38cm+Leg ring","barcode":"","position":1,"option1":"Cotton","option2":"48+30cm+Leg ring","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83f2d06edec3c65e060dd169806d2b1d.jpeg","path":"83f2d06edec3c65e060dd169806d2b1d.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"15.99","retail_price":"0","available":true,"url":"\/products\/japanese-school-uniform-socks-with-leg-ring?variant=edf7d73a-c60b-4baf-b1d2-83ab53cfdceb","available_quantity":981,"options":[{"name":"Material","value":"Cotton"},{"name":"Size","value":"48+30cm+Leg ring"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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":"edf7d73a-c60b-4baf-b1d2-83ab53cfdceb","product_id":"532e86ca-9c4e-4d87-96e2-27ec9585ba3e","title":"Cotton-48+30cm+Leg ring","weight_unit":"kg","inventory_quantity":981,"sku":"BK3255- Cotton-48+38cm+Leg ring","barcode":"","position":1,"option1":"Cotton","option2":"48+30cm+Leg ring","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83f2d06edec3c65e060dd169806d2b1d.jpeg","path":"83f2d06edec3c65e060dd169806d2b1d.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"15.99","retail_price":"0","available":true,"url":"\/products\/japanese-school-uniform-socks-with-leg-ring?variant=edf7d73a-c60b-4baf-b1d2-83ab53cfdceb","available_quantity":981,"options":[{"name":"Material","value":"Cotton"},{"name":"Size","value":"48+30cm+Leg ring"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 `
`;
}()}