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

Rulers

45 items found
Sort by
Wood Ruler with Single Metal Edge, Standard, 12" Long
Flat Wood Ruler with Two Double Brass Edges, Standard/Metric, 12", Clear Lacquer Finish
Wood Ruler, Metric and 1/16" Scale with Single Metal Edge, 12"/30 cm Long
Stainless Steel Office Ruler With Non Slip Cork Base, Standard/Metric, 6" Long
Stainless Steel Office Ruler With Non Slip Cork Base, Standard/Metric, 12" Long
Stainless Steel Office Ruler With Non Slip Cork Base, Standard/Metric, 15" Long
Stainless Steel Office Ruler With Non Slip Cork Base, Standard/Metric, 18" Long
Wood Yardstick with Metal Ends, 36" Long. Clear Lacquer Finish
Wooden Meter Stick, Standard/Metric, 39.5", Clear Lacquer Finish, 12/Box
Clear Flexible Acrylic Ruler, Standard/Metric, 12" Long, Clear
Clear Flexible Acrylic Ruler, Standard/Metric, 18" Long, Clear
Acrylic Data Highlight Reading Ruler With Tinted Guide, 15" Long, Clear/Yellow
Total 45 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); })();