LA-BX400
Softbox diffuser, 7500Lux@1m on MONET-400
${function() {
const variantData = data.variant || {"id":"97c59b9f-9e2a-480b-957f-5ecec48e1dfb","product_id":"4d5081bf-be3c-4ed5-bf9d-206f3dcfc056","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"LA-BX400","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":132,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"132","retail_price":"0","available":true,"url":"\/products\/la-bx400?variant=97c59b9f-9e2a-480b-957f-5ecec48e1dfb","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":"97c59b9f-9e2a-480b-957f-5ecec48e1dfb","product_id":"4d5081bf-be3c-4ed5-bf9d-206f3dcfc056","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"LA-BX400","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":132,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"132","retail_price":"0","available":true,"url":"\/products\/la-bx400?variant=97c59b9f-9e2a-480b-957f-5ecec48e1dfb","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
SKU : ${variantData && variantData.sku}
`
}()}