M57728
${function() {
const variantData = data.variant || {"id":"39e09c86-e1f1-480a-8ed5-afda46e614ff","product_id":"5fe1b38e-5f5e-4929-bf2c-bf41c6cb4d18","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":169,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"169","retail_price":"0","available":true,"url":"\/products\/m57728-qzoe?variant=39e09c86-e1f1-480a-8ed5-afda46e614ff","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"39e09c86-e1f1-480a-8ed5-afda46e614ff","product_id":"5fe1b38e-5f5e-4929-bf2c-bf41c6cb4d18","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":169,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"169","retail_price":"0","available":true,"url":"\/products\/m57728-qzoe?variant=39e09c86-e1f1-480a-8ed5-afda46e614ff","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}