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

Hanging File Systems

70 items found
Sort by
Magnetic DocuPocket Wall File, Legal/Letter Size, 15" x 3" x 6.38", Clear
Magnetic DocuPocket Wall File, Legal/Letter Size, 15" x 3" x 6.38", Smoke
Euro-Style DocuPocket Portrait Wall File, A4/Legal/Letter/Magazine/Portfolio Size, 10.25" x 4" x 10", Clear
Euro-Style DocuPocket Portrait Wall File, A4/Legal/Letter/Magazines/Portfolio Size, 10.25" x 4" x 10", Smoke
Euro-Style DocuPocket Landscape Wall File, Larger Files/Tabloid Size, 15" x 4" x 6.63", Clear
Euro-Style DocuPocket Landscape Wall File, Larger Files/Tabloid Size, 15" x 4" x 6.63", Smoke
Unbreakable DocuPocket Wall File, Letter Size, 14.5" x 3" x 6.5", Clear
Unbreakable DocuPocket Wall File, Letter Size, 14.5" x 3" x 6.5", Smoke
Unbreakable DocuPocket Wall File, 3 Sections, Letter Size, 14.5" x 3" x 6.5", Clear, 3/Pack
Unbreakable DocuPocket Wall File, 3 Sections, Letter Size, 14.5" x 3" x 6.5", Smoke, 3/Pack
Unbreakable DocuPocket Wall File, Legal Size, 17.5" x 3" x 6.5", Clear
Unbreakable DocuPocket Wall File, Legal Size, 17.5" x 3" x 6.5", Smoke
Total 70 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); })();