${function() {
const variantData = data.variant || {"id":"37b0a76c-c210-4b04-81bc-92ce8cbb34ff","product_id":"d1bddd44-12b5-4ad2-90d4-1b6e374c72e6","title":"Purple-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Purple S-169461030","barcode":"","position":1,"option1":"Purple","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/91bbc4359501f336f37909e4ab8376c7.jpeg","path":"91bbc4359501f336f37909e4ab8376c7.jpeg","width":750,"height":1000,"alt":"Elegant Balloon Sleeve Fashion Lapel Bohemian Print Shirt Maxi Dress","aspect_ratio":0.75},"wholesale_price":[{"price":34.74,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.74","retail_price":"0","available":true,"url":"\/products\/elegant-balloon-sleeve-fashion-lapel-bohemian-print-shirt-maxi-dress-209348739456?variant=37b0a76c-c210-4b04-81bc-92ce8cbb34ff","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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":"37b0a76c-c210-4b04-81bc-92ce8cbb34ff","product_id":"d1bddd44-12b5-4ad2-90d4-1b6e374c72e6","title":"Purple-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Purple S-169461030","barcode":"","position":1,"option1":"Purple","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/91bbc4359501f336f37909e4ab8376c7.jpeg","path":"91bbc4359501f336f37909e4ab8376c7.jpeg","width":750,"height":1000,"alt":"Elegant Balloon Sleeve Fashion Lapel Bohemian Print Shirt Maxi Dress","aspect_ratio":0.75},"wholesale_price":[{"price":34.74,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.74","retail_price":"0","available":true,"url":"\/products\/elegant-balloon-sleeve-fashion-lapel-bohemian-print-shirt-maxi-dress-209348739456?variant=37b0a76c-c210-4b04-81bc-92ce8cbb34ff","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}