This is only for exchange , please do not checkout with other products together.
${function() {
const variantData = data.variant || {"id":"318101ab-9810-4b57-9ab7-e96682a1f964","product_id":"65d82076-2ed3-4651-a320-7abdbf2072f1","title":"","weight_unit":"kg","inventory_quantity":-420,"sku":"mywesternoutfit","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"13.99","retail_price":"0","available":true,"url":"\/products\/this-is-only-for-exchange-please-do-not-checkout-with-other-products-together?variant=318101ab-9810-4b57-9ab7-e96682a1f964","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":9};
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":"318101ab-9810-4b57-9ab7-e96682a1f964","product_id":"65d82076-2ed3-4651-a320-7abdbf2072f1","title":"","weight_unit":"kg","inventory_quantity":-420,"sku":"mywesternoutfit","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"13.99","retail_price":"0","available":true,"url":"\/products\/this-is-only-for-exchange-please-do-not-checkout-with-other-products-together?variant=318101ab-9810-4b57-9ab7-e96682a1f964","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":9};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}