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

Partition & Panel Accessories

26 items found
Sort by
Single Sided Partition Garment Hook, Steel, 0.5 x 3.13 x 4.75, Over-the-Door/Over-the-Panel Mount, Silver, 2/Pack
Double Sided Partition Garment Hook, Steel, 0.5 x 3.38 x 4.75, Over-the-Door/Over-the-Panel Mount, Silver, 2/Pack
Panel Wall Acrylic Frame, 11 x 8.5, Fabric Panel Mount, Clear
Panel Wall Wire Hooks, Silver, 25 Hooks/Pack
Magnetic Cubicle Keepers Display Holders, 9.2 x 11.69, Magnetic Mount, Clear, 25/Pack
Cubicle Keepers Hook and Loop-Backed Display, 9.2 x 11.41, Velcro Mount, Clear, 25/Pack
Two Break-Resistant Plastic Partition Brackets, For 2.63 to 4.13 Wide Partition Walls, Black, 2/Pack
Partition Additions Wire Double-Garment Hook, 4 x 5.13 x 6, Over-the Panel Mount,  Black
Plastic Partition Additions Nameplate, 9 x 0.75 x 2.5, Fabric Panel Mount, Dark Graphite
Verticalmate Plastic Pencil Cup, 4.25 x 4.25 x 5, Fabric Panel Mount, Gray
Flexible Metal Cubicle Hangers, For 1.5" to 2.5" Thick Partition Walls, Silver, 2/Set
Adjustable Cubicle Hangers, For 1.5" to 3" Thick Partition Walls, Aluminum/Black, 2/Set
Total 26 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); })();