${function() {
const variantData = data.variant || {"id":"fc9469be-2523-4405-946f-3d46ea62e642","product_id":"6496a9f1-a1fa-43a4-a83a-63af4324aef2","title":"Colorful-M","weight_unit":"kg","inventory_quantity":1000,"sku":"103-221102-03-MT0043NH2L-Colorful-M","barcode":"","position":1,"option1":"Colorful","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/71c704efa13d0e8486f41d3e59a561b1.jpeg","path":"71c704efa13d0e8486f41d3e59a561b1.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\/mens-art-simple-long-sleeved-sweater-coat-cardigan-8?variant=fc9469be-2523-4405-946f-3d46ea62e642","available_quantity":999999999,"options":[{"name":"Color","value":"Colorful"},{"name":"Size","value":"M"}],"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-221102-03-MT0043NH2L-Colorful-M
${function(){
const variantData = data.variant || {"id":"fc9469be-2523-4405-946f-3d46ea62e642","product_id":"6496a9f1-a1fa-43a4-a83a-63af4324aef2","title":"Colorful-M","weight_unit":"kg","inventory_quantity":1000,"sku":"103-221102-03-MT0043NH2L-Colorful-M","barcode":"","position":1,"option1":"Colorful","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/71c704efa13d0e8486f41d3e59a561b1.jpeg","path":"71c704efa13d0e8486f41d3e59a561b1.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\/mens-art-simple-long-sleeved-sweater-coat-cardigan-8?variant=fc9469be-2523-4405-946f-3d46ea62e642","available_quantity":999999999,"options":[{"name":"Color","value":"Colorful"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}