Precitec Laser Focusing Lens Collimating Lens
Precitec Laser Focusing Lens Collimating Lens D30 D37 for HPSSL Procutter Lightcutter 1.0 2.0 Laser Cutting Head
${function() {
const variantData = data.variant || {"id":"cf4c9179-0e6c-4edb-9aaf-27a1eb554e7c","product_id":"ac3a6577-65c2-45b8-805d-92e8b58af37f","title":"HPSSL D30-CL 100","weight_unit":"kg","inventory_quantity":7777,"sku":"","barcode":"","position":1,"option1":"HPSSL D30","option2":"CL 100","option3":"","note":"","image":null,"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/precitec-laser-focusing-lens-collimating-lens?variant=cf4c9179-0e6c-4edb-9aaf-27a1eb554e7c","available_quantity":7777,"options":[{"name":"Diameter","value":"HPSSL D30"},{"name":"size","value":"CL 100"}],"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}
`
}()}
${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.
${function(){
const variantData = data.variant || {"id":"cf4c9179-0e6c-4edb-9aaf-27a1eb554e7c","product_id":"ac3a6577-65c2-45b8-805d-92e8b58af37f","title":"HPSSL D30-CL 100","weight_unit":"kg","inventory_quantity":7777,"sku":"","barcode":"","position":1,"option1":"HPSSL D30","option2":"CL 100","option3":"","note":"","image":null,"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/precitec-laser-focusing-lens-collimating-lens?variant=cf4c9179-0e6c-4edb-9aaf-27a1eb554e7c","available_quantity":7777,"options":[{"name":"Diameter","value":"HPSSL D30"},{"name":"size","value":"CL 100"}],"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 `
`;
}()}