Raytools Original Laser Cutting Head
Raytools Original Laser Cutting Head BT210S BT220 BT240S BM110 BM111 BM06K BS12K BM109 2D Flat 3D Tube Metal Cutting
${function() {
const variantData = data.variant || {"id":"ec6b9ee7-af1c-420a-aa31-47fc02a078e8","product_id":"35c6ebec-ca02-4d60-afd3-a66210871335","title":"BT220","weight_unit":"kg","inventory_quantity":99,"sku":"","barcode":"","position":1,"option1":"BT220","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/839a8e0797657d1f259e6668386724ed.jpeg","path":"839a8e0797657d1f259e6668386724ed.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":649.45,"min_quantity":1}],"weight":"2.6","compare_at_price":"0","price":"649.45","retail_price":"0","available":true,"url":"\/products\/raytools-original-laser-cutting-head?variant=ec6b9ee7-af1c-420a-aa31-47fc02a078e8","available_quantity":999999999,"options":[{"name":"Color","value":"BT220"}],"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.
${function(){
const variantData = data.variant || {"id":"ec6b9ee7-af1c-420a-aa31-47fc02a078e8","product_id":"35c6ebec-ca02-4d60-afd3-a66210871335","title":"BT220","weight_unit":"kg","inventory_quantity":99,"sku":"","barcode":"","position":1,"option1":"BT220","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/839a8e0797657d1f259e6668386724ed.jpeg","path":"839a8e0797657d1f259e6668386724ed.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":649.45,"min_quantity":1}],"weight":"2.6","compare_at_price":"0","price":"649.45","retail_price":"0","available":true,"url":"\/products\/raytools-original-laser-cutting-head?variant=ec6b9ee7-af1c-420a-aa31-47fc02a078e8","available_quantity":999999999,"options":[{"name":"Color","value":"BT220"}],"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 `
`;
}()}