• 0
  • 0
  • My Cart
    WoodTek

    WoodTek

    Woodtek machines are no longer in production. They produced woodworking equipment that was available in the USA until approximately 2023.

    Please inquire about current lead time and pricing!
    Woodtek 12" Disc, 6" x 48" Belt Combo Sander, Model 923-810
    Obsolete!
    Request a manual and/or parts!
    0.0 USD
    0% Off
    Obsolete!
    Request a manual and/or parts!
    Please inquire about current lead time and pricing!
    32.99 32.99 USD
    0% Off
    WMP Exclusive!
    Woodtek Manual Edgebander, Model 834-842
    Obsolete!
    Request a manual and/or parts!
    0.0 USD
    0% Off
    Obsolete!
    Request a manual and/or parts!
    Woodtek Wide Belt Sander, Model 900-888
    Obsolete!
    Request a manual and/or parts!
    0.0 USD
    0% Off
    Obsolete!
    Request a manual and/or parts!

    Can't find what you need?

    Unlock the power of our AI-assisted parts search today! Discover millions of woodworking machinery replacement parts from our extensive inventory and trusted partner network, ensuring you get exactly what you need to keep your operations running smoothly.


    Click the banner below to get started with our AI assisted parts search.


    AI-POWERED

    Find Your Part Instantly

    Snap a photo or enter your part details — our AI searches our inventory and partner network in seconds.

    Try AI Part Search
    Photo recognition Instant results Millions of parts

    Skip to part request form instead ↓


    You may also continue to browse our full selection or use our standard Search form for a quick store search. 

    For direct assistance, submit your request today and we will quickly help locate the parts you need.


    Submit Part Request  

    Popular categories...
    Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.

    To install this Web App in your iPhone/iPad press and then Add to Home Screen.

    // Use the final confirmed sales order object, typically passed to the confirmation template var order_items = []; // Assuming 'order' is the final, confirmed WMP Sales Order {% for line in order.website_order_line %} order_items.push({ product_id: '{{ line.product_id.id }}', name: '{{ line.name }}', price: {{ line.price_unit }}, quantity: {{ line.product_uom_qty }}, category: '{{ line.product_id.categ_id.name }}', }); {% endfor %} zaraz.ecommerce("Order Completed", { ecommerce: { order_id: '{{ order.name }}', // e.g., 'S00123' affiliation: 'WMP Ecommerce', value: {{ order.amount_total }}, // Grand total revenue: {{ order.amount_untaxed }}, // Total before tax tax: {{ order.amount_tax }}, shipping: {{ order.delivery_carrier_id.price or 0.00 }}, currency: '{{ order.currency_id.name }}', // e.g., 'USD' items: order_items } });