${function() {
const variantData = data.variant || {"id":"6713b790-eaf4-4cd8-b965-539a9b625b22","product_id":"65b39f47-44c2-4e51-8ca0-40234e2b91a6","title":"Army Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QZJh9d2y36-ArmyGreen-S","barcode":"","position":1,"option1":"Army Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/804fd4887d2a606ae014dba55b21e3d4.jpeg","path":"804fd4887d2a606ae014dba55b21e3d4.jpeg","width":656,"height":663,"alt":"","aspect_ratio":0.9894419306184012},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"61.99","price":"45.99","retail_price":"61.99","available":true,"url":"\/products\/casual-temperament-all-match-solid-color-mid-length-woolen-coat?variant=6713b790-eaf4-4cd8-b965-539a9b625b22","available_quantity":999999999,"options":[{"name":"Color","value":"Army Green"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : QZJh9d2y36-ArmyGreen-S
${function(){
const variantData = data.variant || {"id":"6713b790-eaf4-4cd8-b965-539a9b625b22","product_id":"65b39f47-44c2-4e51-8ca0-40234e2b91a6","title":"Army Green-S","weight_unit":"kg","inventory_quantity":1000,"sku":"QZJh9d2y36-ArmyGreen-S","barcode":"","position":1,"option1":"Army Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/804fd4887d2a606ae014dba55b21e3d4.jpeg","path":"804fd4887d2a606ae014dba55b21e3d4.jpeg","width":656,"height":663,"alt":"","aspect_ratio":0.9894419306184012},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"61.99","price":"45.99","retail_price":"61.99","available":true,"url":"\/products\/casual-temperament-all-match-solid-color-mid-length-woolen-coat?variant=6713b790-eaf4-4cd8-b965-539a9b625b22","available_quantity":999999999,"options":[{"name":"Color","value":"Army Green"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}