0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…
Search & Filter

Floor Machines & Accessories

16 items found
Sort by
Commercial Three-Speed Air Mover with Built-On Dolly
Ground Command Heavy Duty 21" Floor Machine, 0.5 hp, 175 rpm, 13" Pad
HVRPWR 40V Cordless Blower, 270 cfm, Black/Red
Air Mover, Three-Speed, 1,500 cfm, Gray, 20 ft Cord
PRO-1500 20 Ultra High-Speed Burnisher, 1.5 hp Motor, 1,500 RPM, 20" Pad
PRO-175-17 Floor Machine, 1.5 hp Motor, 175 RPM, 16" Pad
PRO-2000-20 Ultra High-Speed Burnisher, 1.5 hp Motor, 2,000 RPM, 20" Pad
PRO-175-21 Floor Machine, 1.5 hp Motor, 175 RPM, 20" Pad
Orbiter Pad Drive Holder, 12", Black
White Pad Driver, 14 x 28, 10/Carton
TrailBlazerTM/MC Floor Finish Applicator System
Trailblazer Floor Finishing Kit, 5/Carton
Total 16 products
show per page
SEARCH ×

// Move new inventory (() => { const category = document.querySelector('.ex-category'); const search = document.querySelector('.ex-searchresult'); if (!category && !search) return; const moveInventory = () => { document.querySelectorAll('.tileparent').forEach((tile) => { if (tile.classList.contains('loaded')) return; tile.classList.add('loaded'); const footerWrapper = tile.querySelector('.footer-wrapper-description'); const inventory = tile.querySelector('.live-inventory-v2-wrapper'); if (footerWrapper && inventory) { footerWrapper.append(inventory); } }); }; moveInventory(); document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); document.addEventListener('product-loadmore-success', (e) => { moveInventory(); }, false); })(); // PDP Inventory (() => { const product = document.querySelector('.ex-product'); if (!product) return; const moveInventory = () => { const desktopDetails = document.querySelector('.desktop .productdetails'); const desktopInventory = document.querySelector('.desktop .live-inventory-v2-wrapper'); if (desktopDetails && desktopInventory) { desktopDetails.append(desktopInventory); } const mobileDetails = document.querySelector('.mobile .productdetails'); const mobileInventory = document.querySelector('.mobile .live-inventory-v2-wrapper'); if (mobileDetails && mobileInventory) { mobileDetails.append(mobileInventory); } }; document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); })();