Sunshield for Flame Detector(SH-001),honeywell
${function() {
const variantData = data.variant || {"id":"394db98b-b874-470d-a826-e08262ded832","product_id":"11d7d131-d185-4a39-8af8-7fcb869c499d","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"SH-001","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":261,"min_quantity":1}],"weight":"2","compare_at_price":"334","price":"261","retail_price":"334","available":true,"url":"\/products\/sunshield-for-flame-detectorsh-001-honeywell?variant=394db98b-b874-470d-a826-e08262ded832","available_quantity":999999999,"options":[],"off_ratio":22,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
Sku : SH-001
Weight : 2kg
${function(){
const variantData = data.variant || {"id":"394db98b-b874-470d-a826-e08262ded832","product_id":"11d7d131-d185-4a39-8af8-7fcb869c499d","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"SH-001","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":261,"min_quantity":1}],"weight":"2","compare_at_price":"334","price":"261","retail_price":"334","available":true,"url":"\/products\/sunshield-for-flame-detectorsh-001-honeywell?variant=394db98b-b874-470d-a826-e08262ded832","available_quantity":999999999,"options":[],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}