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

Label Holders

26 items found
Sort by
Wire Shelving Shelf Tag, Side Load, 3" Long, Gray, 10/Pack
Self-Adhesive Top-Load Business Card Holders, Top Load, 3.5 x 2, Clear, 10/Pack
Self-Adhesive Ring Binder Label Holders, Top Load, 1 x 2,81, Clear, 12/Pack
Self-Adhesive Ring Binder Label Holders, Top Load, 2.25 x 3.63, Clear, 12/Pack
Self-Adhesive Business Card Holders, Side Load, 2 x 3.5, Clear, 10/Pack
Self-Adhesive Business Card Holders, Top Load, 2 x 3.5, Clear, 10/Pack
Self-Adhesive Labeling Pockets, Top Load, 3.75 x 3, Clear, 25/Pack
HOL-DEX Magnetic Shelf/Bin Label Holders, Side Load, 0.5 x 6, Clear, 10/Box
HOL-DEX Magnetic Shelf/Bin Label Holders, Side Load, 1 x 6, Clear, 10/Box
HOL-DEX Magnetic Shelf/Bin Label Holders, Side Load, 2 x 6, Clear, 10/Box
Wire Rack Shelf Tag, Side Load, 3.5 x 1.5, White, 10/Pack
Shelf Labeling Strips, Side Load, 4 x 0.78, Clear, 10/Pack
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); })();