Raytools Original Laser Head Protective Lens Assembly 120C23000A for Raytools BM110/BM111 Laser Cutting Machine
${function() {
const variantData = data.variant || {"id":"184884f3-493f-40e2-a668-0ba4276a3ef0","product_id":"3e973cf5-6e56-4ef0-9658-4f588cee287a","title":"","weight_unit":"kg","inventory_quantity":500,"sku":"120C23000A-BM110","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":214.07,"min_quantity":1}],"weight":"0.05","compare_at_price":"0","price":"214.07","retail_price":"0","available":true,"url":"\/products\/raytools-original-laser-head-protective-lens-assembly-120c23000a-for-raytools-bm110-bm111-laser-cutting-machine?variant=184884f3-493f-40e2-a668-0ba4276a3ef0","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
Sku : 120C23000A-BM110
Weight : 0.05kg
${function(){
const variantData = data.variant || {"id":"184884f3-493f-40e2-a668-0ba4276a3ef0","product_id":"3e973cf5-6e56-4ef0-9658-4f588cee287a","title":"","weight_unit":"kg","inventory_quantity":500,"sku":"120C23000A-BM110","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":214.07,"min_quantity":1}],"weight":"0.05","compare_at_price":"0","price":"214.07","retail_price":"0","available":true,"url":"\/products\/raytools-original-laser-head-protective-lens-assembly-120c23000a-for-raytools-bm110-bm111-laser-cutting-machine?variant=184884f3-493f-40e2-a668-0ba4276a3ef0","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}
`
}()}
${function() {
const postageFreeAmount = 399;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}