${function() {
const variantData = data.variant || {"id":"28f3ff61-cc1b-48e0-8dac-427bedb249cf","product_id":"2b20a4ea-3f01-4613-823b-7a055ee5a07f","title":"01 Grey-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805440650746_01 Grey_S","barcode":"","position":1,"option1":"01 Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f277a8f4ee26b3f86828c5835807124a.jpeg","path":"f277a8f4ee26b3f86828c5835807124a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.02,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"18.02","retail_price":"0","available":true,"url":"\/products\/spring-summer-fashion-mesh-knit-t-shirt-men-vintage-ripped-design-short-sleeve-o-neck-hollow-out-tees-streetwear-mens-clothing?variant=28f3ff61-cc1b-48e0-8dac-427bedb249cf","available_quantity":999999999,"options":[{"name":"Color","value":"01 Grey"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":31};
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.
Sku : 3256805440650746_01 Grey_S
${function(){
const variantData = data.variant || {"id":"28f3ff61-cc1b-48e0-8dac-427bedb249cf","product_id":"2b20a4ea-3f01-4613-823b-7a055ee5a07f","title":"01 Grey-S","weight_unit":"kg","inventory_quantity":500,"sku":"3256805440650746_01 Grey_S","barcode":"","position":1,"option1":"01 Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f277a8f4ee26b3f86828c5835807124a.jpeg","path":"f277a8f4ee26b3f86828c5835807124a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.02,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"18.02","retail_price":"0","available":true,"url":"\/products\/spring-summer-fashion-mesh-knit-t-shirt-men-vintage-ripped-design-short-sleeve-o-neck-hollow-out-tees-streetwear-mens-clothing?variant=28f3ff61-cc1b-48e0-8dac-427bedb249cf","available_quantity":999999999,"options":[{"name":"Color","value":"01 Grey"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":31};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}