${function() {
const variantData = data.variant || {"id":"a475b9e1-8c8e-48a9-862a-89e0a25219da","product_id":"576673b0-e24b-4e99-b094-3302b96bc812","title":"Black-One size","weight_unit":"kg","inventory_quantity":9985,"sku":"BK3260-One size-Black","barcode":"","position":1,"option1":"Black","option2":"One size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ac6c34dfd4edac080c469b93270822e.jpeg","path":"0ac6c34dfd4edac080c469b93270822e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"12.99","retail_price":"0","available":true,"url":"\/products\/dark-lolita-lace-up-knee-high-socks?variant=a475b9e1-8c8e-48a9-862a-89e0a25219da","available_quantity":9985,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One size"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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":"a475b9e1-8c8e-48a9-862a-89e0a25219da","product_id":"576673b0-e24b-4e99-b094-3302b96bc812","title":"Black-One size","weight_unit":"kg","inventory_quantity":9985,"sku":"BK3260-One size-Black","barcode":"","position":1,"option1":"Black","option2":"One size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ac6c34dfd4edac080c469b93270822e.jpeg","path":"0ac6c34dfd4edac080c469b93270822e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"12.99","retail_price":"0","available":true,"url":"\/products\/dark-lolita-lace-up-knee-high-socks?variant=a475b9e1-8c8e-48a9-862a-89e0a25219da","available_quantity":9985,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One size"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 `
`;
}()}