${function() {
const variantData = data.variant || {"id":"a3a39686-f601-4615-81d4-4746ecc940e1","product_id":"9c58c52e-af37-49ee-8693-72d2e7e3a9f1","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027615499","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca3d437eef49f7e8fe85b1501e47f7c7.jpeg","path":"ca3d437eef49f7e8fe85b1501e47f7c7.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.88,"min_quantity":1}],"weight":"0","compare_at_price":"34.88","price":"34.88","retail_price":"34.88","available":true,"url":"\/products\/sweater-knit-vest-autumn-sleeveless-sweater-vest-v-neck-tank-top-6019?variant=a3a39686-f601-4615-81d4-4746ecc940e1","available_quantity":1000,"options":[{"name":"Color","value":"Beige"},{"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":"a3a39686-f601-4615-81d4-4746ecc940e1","product_id":"9c58c52e-af37-49ee-8693-72d2e7e3a9f1","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693027615499","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca3d437eef49f7e8fe85b1501e47f7c7.jpeg","path":"ca3d437eef49f7e8fe85b1501e47f7c7.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.88,"min_quantity":1}],"weight":"0","compare_at_price":"34.88","price":"34.88","retail_price":"34.88","available":true,"url":"\/products\/sweater-knit-vest-autumn-sleeveless-sweater-vest-v-neck-tank-top-6019?variant=a3a39686-f601-4615-81d4-4746ecc940e1","available_quantity":1000,"options":[{"name":"Color","value":"Beige"},{"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}
`
}()}