${function() {
const variantData = data.variant || {"id":"d8ad3a87-cfbc-4147-b141-68bee877c594","product_id":"2b0bef72-3159-4a15-92c8-d945e504fe31","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":150,"min_quantity":1}],"weight":"0","compare_at_price":"200","price":"150","retail_price":"200","available":true,"url":"\/products\/oushiba-electric-lunch-box-heater-portable-220v-100w-removable-stainless-steel-food-heating-rice-cooker-t3gq?variant=d8ad3a87-cfbc-4147-b141-68bee877c594","available_quantity":999999999,"options":[],"off_ratio":25,"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 + '%'
: ``
)}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"d8ad3a87-cfbc-4147-b141-68bee877c594","product_id":"2b0bef72-3159-4a15-92c8-d945e504fe31","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":150,"min_quantity":1}],"weight":"0","compare_at_price":"200","price":"150","retail_price":"200","available":true,"url":"\/products\/oushiba-electric-lunch-box-heater-portable-220v-100w-removable-stainless-steel-food-heating-rice-cooker-t3gq?variant=d8ad3a87-cfbc-4147-b141-68bee877c594","available_quantity":999999999,"options":[],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}