Axrayser Laser Protective Windows Lenses
Axrayser Laser Protective Windows Lenses for Fiber Cutting Raytools Precitec WSX Bodor
${function() {
const variantData = data.variant || {"id":"a8fdd5b2-6475-477c-b2c3-6410621e7e2b","product_id":"68a7346b-d2e8-4712-9057-60ea47edbf47","title":"18x2mm","weight_unit":"kg","inventory_quantity":50000,"sku":"18x2mm","barcode":"","position":1,"option1":"18x2mm","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":2.3,"min_quantity":1}],"weight":"0.05","compare_at_price":"0","price":"2.3","retail_price":"0","available":true,"url":"\/products\/axrayser-laser-protective-windows-lenses?variant=a8fdd5b2-6475-477c-b2c3-6410621e7e2b","available_quantity":999999999,"options":[{"name":"Color","value":"18x2mm"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
Sku : 18x2mm
Weight : 0.05kg
${function(){
const variantData = data.variant || {"id":"a8fdd5b2-6475-477c-b2c3-6410621e7e2b","product_id":"68a7346b-d2e8-4712-9057-60ea47edbf47","title":"18x2mm","weight_unit":"kg","inventory_quantity":50000,"sku":"18x2mm","barcode":"","position":1,"option1":"18x2mm","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":2.3,"min_quantity":1}],"weight":"0.05","compare_at_price":"0","price":"2.3","retail_price":"0","available":true,"url":"\/products\/axrayser-laser-protective-windows-lenses?variant=a8fdd5b2-6475-477c-b2c3-6410621e7e2b","available_quantity":999999999,"options":[{"name":"Color","value":"18x2mm"}],"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 `
`;
}()}