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

Suggestion Boxes

14 items found
Sort by
Suggestion Box Literature Holder with Locking Top, 13.75 x 3.63 x 13.94, Plastic, White
Steel Suggestion/Key Drop Box with Locking Top, 7 x 6 x 8.5, Black Powder Coat Finish
Bamboo Suggestion Boxes, 10 x 8 x 14, Cherry
Bamboo Suggestion Boxes, 10 x 8 x 14, Natural
Steel Suggestion Box with Locking Top, 7 x 6 x 8.5, Black
Wall Mountable Steel Suggestion Secure Drop Box with Key, 7 x 6 x 8.5, Stainless Steel 304, Black
Wall Mountable Steel Suggestion Secure Drop Box with Key, 7 x 6 x 8.5, Stainless Steel 304, Blue
Wall Mountable Steel Suggestion Secure Drop Box with Key, 7 x 6 x 8.5, Stainless Steel 304, Red
Wall Mountable Steel Suggestion Secure Drop Box with Key, 7 x 6 x 8.5, Stainless Steel 304, White
Squared Wood Locking Suggestion Box, 7.25 x 7.5 x 10, Medium Density Fiberboard, Black
Squared Wood Locking Suggestion Box, 7.25 x 7.5 x 10, Medium Density Fiberboard, Blue
Squared Wood Locking Suggestion Box, 7.25 x 7.5 x 10, Medium Density Fiberboard, Mahogany
Total 14 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); })();