${function() {
const variantData = data.variant || {"id":"8ab56f09-67c2-445b-bef7-37aa14970b96","product_id":"c551de86-4ee3-49c1-83d5-87cdaf028fed","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"YEYS-22071819-Green-M","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c28d241b09a81ae18ae1b6228a35043a.jpeg","path":"c28d241b09a81ae18ae1b6228a35043a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"71.99","price":"35.99","retail_price":"71.99","available":true,"url":"\/products\/mens-casual-outfit-set-tbmd?variant=8ab56f09-67c2-445b-bef7-37aa14970b96","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":50,"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.
Sku : YEYS-22071819-Green-M
${function(){
const variantData = data.variant || {"id":"8ab56f09-67c2-445b-bef7-37aa14970b96","product_id":"c551de86-4ee3-49c1-83d5-87cdaf028fed","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"YEYS-22071819-Green-M","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c28d241b09a81ae18ae1b6228a35043a.jpeg","path":"c28d241b09a81ae18ae1b6228a35043a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"71.99","price":"35.99","retail_price":"71.99","available":true,"url":"\/products\/mens-casual-outfit-set-tbmd?variant=8ab56f09-67c2-445b-bef7-37aa14970b96","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}