${function() {
const variantData = data.variant || {"id":"bc5779fb-d66a-4af3-90ca-e435d565e364","product_id":"ff8ac5b5-55ff-4977-afc9-56de6ed4f996","title":"Blue-Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"103-221124-01-MT0043CLD9-Blue-Green-S","barcode":"","position":1,"option1":"Blue-Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d8efcbff60d0561eb32a0cc53c73aa4.jpeg","path":"2d8efcbff60d0561eb32a0cc53c73aa4.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/unisex-fashion-simple-gradient-plush-thick-long-sleeved-sweater-coat-cardigan-1?variant=bc5779fb-d66a-4af3-90ca-e435d565e364","available_quantity":999999999,"options":[{"name":"Color","value":"Blue-Green"},{"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.
Sku : 103-221124-01-MT0043CLD9-Blue-Green-S
${function(){
const variantData = data.variant || {"id":"bc5779fb-d66a-4af3-90ca-e435d565e364","product_id":"ff8ac5b5-55ff-4977-afc9-56de6ed4f996","title":"Blue-Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"103-221124-01-MT0043CLD9-Blue-Green-S","barcode":"","position":1,"option1":"Blue-Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d8efcbff60d0561eb32a0cc53c73aa4.jpeg","path":"2d8efcbff60d0561eb32a0cc53c73aa4.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/unisex-fashion-simple-gradient-plush-thick-long-sleeved-sweater-coat-cardigan-1?variant=bc5779fb-d66a-4af3-90ca-e435d565e364","available_quantity":999999999,"options":[{"name":"Color","value":"Blue-Green"},{"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}
`
}()}