${function() {
const variantData = data.variant || {"id":"2da4b69b-415f-40f1-9205-ca6d703a826e","product_id":"a2aa7eeb-24f3-4d41-9825-48acd2655e9b","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WTS200740-BLU00S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ef6d3c6892ae7dd6fb09f3476e22df1.jpeg","path":"0ef6d3c6892ae7dd6fb09f3476e22df1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"35.36","price":"26.99","retail_price":"35.36","available":true,"url":"\/products\/womens-oil-painting-floral-print-off-shoulder-top-hcj6?variant=2da4b69b-415f-40f1-9205-ca6d703a826e","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":24,"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":"2da4b69b-415f-40f1-9205-ca6d703a826e","product_id":"a2aa7eeb-24f3-4d41-9825-48acd2655e9b","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WTS200740-BLU00S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ef6d3c6892ae7dd6fb09f3476e22df1.jpeg","path":"0ef6d3c6892ae7dd6fb09f3476e22df1.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"35.36","price":"26.99","retail_price":"35.36","available":true,"url":"\/products\/womens-oil-painting-floral-print-off-shoulder-top-hcj6?variant=2da4b69b-415f-40f1-9205-ca6d703a826e","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}