${function() {
const variantData = data.variant || {"id":"806d004f-c635-49a8-b848-60e0075cfb94","product_id":"86684acb-bfe3-4904-b915-f392e8e53394","title":"Stripe-s","weight_unit":"kg","inventory_quantity":999,"sku":"6222873","barcode":"6222873","position":1,"option1":"Stripe","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1bba6cb2f8642b13eebb2065dafab864.webp","path":"1bba6cb2f8642b13eebb2065dafab864.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.95,"min_quantity":1}],"weight":"0","compare_at_price":"48.95","price":"22.95","retail_price":"48.95","available":true,"url":"\/products\/colour-striped-long-sleeve-t-shirt?variant=806d004f-c635-49a8-b848-60e0075cfb94","available_quantity":999999999,"options":[{"name":"Color","value":"Stripe"},{"name":"Size","value":"s"}],"off_ratio":53,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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.
Sku : 6222873
Barcode : 6222873
${function(){
const variantData = data.variant || {"id":"806d004f-c635-49a8-b848-60e0075cfb94","product_id":"86684acb-bfe3-4904-b915-f392e8e53394","title":"Stripe-s","weight_unit":"kg","inventory_quantity":999,"sku":"6222873","barcode":"6222873","position":1,"option1":"Stripe","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1bba6cb2f8642b13eebb2065dafab864.webp","path":"1bba6cb2f8642b13eebb2065dafab864.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.95,"min_quantity":1}],"weight":"0","compare_at_price":"48.95","price":"22.95","retail_price":"48.95","available":true,"url":"\/products\/colour-striped-long-sleeve-t-shirt?variant=806d004f-c635-49a8-b848-60e0075cfb94","available_quantity":999999999,"options":[{"name":"Color","value":"Stripe"},{"name":"Size","value":"s"}],"off_ratio":53,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}