${function() {
const variantData = data.variant || {"id":"582f138c-f83a-4833-acc0-5133c0284834","product_id":"3c9f2efb-18d6-4abf-a40b-232e773aff93","title":"Green-Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"131-230928-16-MT0043VSNE-Green-Yellow-S","barcode":"","position":1,"option1":"Green-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fa5ebb5d0ffcadfa28e443af3c3d7698.jpeg","path":"fa5ebb5d0ffcadfa28e443af3c3d7698.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-retro-van-gogh-sunflower-art-pattern-plush-thick-long-sleeved-sweater-coat-cardigan-1?variant=582f138c-f83a-4833-acc0-5133c0284834","available_quantity":999999999,"options":[{"name":"Color","value":"Green-Yellow"},{"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 : 131-230928-16-MT0043VSNE-Green-Yellow-S
${function(){
const variantData = data.variant || {"id":"582f138c-f83a-4833-acc0-5133c0284834","product_id":"3c9f2efb-18d6-4abf-a40b-232e773aff93","title":"Green-Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"131-230928-16-MT0043VSNE-Green-Yellow-S","barcode":"","position":1,"option1":"Green-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fa5ebb5d0ffcadfa28e443af3c3d7698.jpeg","path":"fa5ebb5d0ffcadfa28e443af3c3d7698.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-retro-van-gogh-sunflower-art-pattern-plush-thick-long-sleeved-sweater-coat-cardigan-1?variant=582f138c-f83a-4833-acc0-5133c0284834","available_quantity":999999999,"options":[{"name":"Color","value":"Green-Yellow"},{"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}
`
}()}