LA-B610 for S-2610 Box Diffuser with egg crate
${function() {
const variantData = data.variant || {"id":"a6323243-30d7-4340-994f-b06143ffd0f8","product_id":"e31d176a-d970-41d1-a5bc-10e9d9a5857e","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"LA-B610","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":97.9,"min_quantity":1}],"weight":"0","compare_at_price":"97.9","price":"97.9","retail_price":"97.9","available":true,"url":"\/products\/la-b610-for-s-2610-box-diffuser-with-egg-crate?variant=a6323243-30d7-4340-994f-b06143ffd0f8","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
const map = {
B: ``,
C: ``,
A: `
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`
}
const price_group_arr = ["B","C","A"];
const price_str_arr = price_group_arr.map(type => map[type]);
return `
-
${price_str_arr.join('')}
`;
}()}
Product was out of stock.
Product does not exist
${function(){
const variantData = data.variant || {"id":"a6323243-30d7-4340-994f-b06143ffd0f8","product_id":"e31d176a-d970-41d1-a5bc-10e9d9a5857e","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"LA-B610","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":97.9,"min_quantity":1}],"weight":"0","compare_at_price":"97.9","price":"97.9","retail_price":"97.9","available":true,"url":"\/products\/la-b610-for-s-2610-box-diffuser-with-egg-crate?variant=a6323243-30d7-4340-994f-b06143ffd0f8","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
SKU : ${variantData && variantData.sku}
`
}()}