Store Offer Menu

Tribesigns  Coupons

Top Tribesigns Deals for October 2025

The biggest price drops from Tribesigns over the past 30 days. Use the available coupon codes at checkout for even more savings.

8-Tier Plant Stand, Wood Potted Ladder Holder Flow...

Enhance Your Greenery - Embrace your inner plant lover with our large corner plant table shelving unit. The fusion of round and square boards allows you to curate a captivating, tall display rack for a variety of plants, showcasing their unique sizes and shapes creatively. Sunlight-friendly & Space-saving - Perfect for apartment balconies or living rooms, our eight-tier, vertical stand is an ideal solution for indoor plant display. The assorted boards ensure all your favorite pots get full sunshine. Modern Aesthetic Design - The blend of natural wood and sleek metal creates an elegant design, complementing any decor style. The eight tiers add depth and visual interest to your space, making this an eye-catching addition for any room or outdoor area. Durable & Solid - With a superior iron frame and natural wood boards, this heavy-duty multi-level plant organizer is designed for longevity. Its sturdy construction can support heavy pots, while the rust-resistant coating ensures durability. Easy Assembly - Comes with an 18-month warranty and easy assembly instructions. With included hardware, setting up this porch plant rack is a piece of cake. Product Dimensions & Weights Details Length 39.37" Depth 15.74" Height 49.6" Item Weight 31.74 lbs Packaging Dimensions & Weights 44.09 " L x 20.08 " W x 5.12 " H (34.07 lbs) Installation Guide.pdf .image-with-text__content-wrapper-walter .image-with-text__content-list { flex-direction: column; } .heading--image-with-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .heading--image-with-text-h2 { font-size: 14px; } .heading--image-with-text-h3 { font-size: 18px; } .premium-module-1-image-text-h3 { margin-top: 0 !important; } } Indoor 8-Tier Metal & Wood Plant Stand 8 Tiers, Round & Square Boards, 47.24' Tall, Heavy-Duty Features: Eight shelves with a space-saving, vertical design, easy to assemble. With a unique side curved frame, it can hold multiple plants on low and high shelves . Large capacity for different sizes of pots (round or square boards), growing up with full sunshine. Versatile as a ladder holder, flower rack stand, or display shelf, weather-resistant for indoor and outdoor use, such as in the garden, on a balcony or patio, or in the living room. #premium-module-12-nav-carousel-1751621955360980600 { .text-container img:not([style*=float]), .rte img:not([style*=float]) { display: block; margin: 0; } img { margin: 0; } .custom-carousel-slide { padding: 0; } .custom-carousel-container { position: relative; overflow: hidden; margin: auto; border-radius: 0 0 8px 8px; } .custom-carousel-viewport { display: flex; transition: transform 0.5s ease-in-out; } .custom-carousel-track { list-style: none; padding: 0; margin: 0; } .custom-carousel-slide { min-width: 100%; display: none; flex-shrink: 0; justify-content: center; align-items: center; text-align: left; position: relative; } .custom-carousel-slide.active { display: flex; } .slide-image img { width: 100%; height: auto; display: block; } .slide-caption { position: absolute; left: 80px; top: 50%; transform: translateY(-50%); color: #2d2d2d; background: rgba(200, 164, 139, 0.8); padding: 20px; border-radius: 8px; max-width: 500px; } .slide-caption h4 { font-weight: bold; margin-bottom: 10px; } .custom-carousel-controls { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 10px; pointer-events: none; } .custom-carousel-controls button { font-size: 32px; background: rgba(200, 164, 139, 0.8); border: none; color: white; cursor: pointer; pointer-events: all; padding: 25px 15px; border-radius: 5px; } .custom-carousel-controls svg { fill: #fff; } .custom-carousel-tabs { /* margin: 10px auto 20px; */ display: flex; gap: 8px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding: 0 10px; flex-wrap: nowrap; /* 保证在小屏上不换行 */ justify-content: center; background: rgba(200, 164, 139, 0.8); padding: 15px; border-radius: 8px 8px 0 0; } .custom-carousel-tabs .tab { cursor: pointer; padding: 10px 15px; flex-shrink: 0; white-space: nowrap; min-width: 140px; /* max-width: 180px; */ border: none; background: transparent; font-weight: 600; color: #fff; } .custom-carousel-tabs .active { font-weight: bold; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 3px; } } @media (max-width: 769px) { #premium-module-12-nav-carousel-1751621955360980600 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } DesignFrameBoardStability Unique Curved Design The curvature of the frame makes this flower rack stand out from traditional straight-frame models. Sturdy Construction Made from sturdy metal for long-lasting performance, great for withstanding water & scratches. Round & Square Boards Ideal for garden enthusiasts who enjoy growing different varieties of plants and showcasing them. Adjustable Foot Pads Enable the display stand to stand stably on an uneven floor or rug. document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Perfect addition to any plant lover's home! Product Information Finish Type Powder Coated Shape Rectangular Base Type Leg Assembly Required Yes Number of Levels 8 Special Feature for Multiple Plants, 8-Tiered Design, Heavy Duty Manufacturer Tribesigns Product Dimensions 39.37 x 15.75 x 47.24 inches Item Weight 23.2 pounds
$145.99
$89.9938% OFF

7-Tier Plant Stand, 43.3" Plant Pots Holder Rack F...

Artistic Plant Stand - With a warm wood tone finish and a rigid black metal frame, this 7-tier plant stand creates a blend of industrial and retro style. Shelves, in high-low circular panels, beautifully showcase your favourites, refresh your surroundings and lift your spirits. Roomy & Sunshine-Friendly - Standing at 43.3-inches with 6 large connected round panels, it offers plenty of room for your plush greenery, flowers or succulents. The high-low design ensures each plant receives ample sunlight. Compact & Multifunctional - At 11" x 10" base, it's space-efficient, enhancing corners in your porch, patio, backyard or living room. It serves as an excellent display unit for family photos, decor and more. Robust Load Capacity - Crafted from quality engineered wood and a solid metal frame, its robust structure can bear up to 200 lbs in total, with each shelf accommodating 45 lbs, promising longevity. Easy Assembly & Warranty - Arrives with number-coded parts and hardware for uncomplicated assembly in 15 minutes. Comes with a 12-month warranty and 24-hour response service for any queries. Product Dimensions & Weights Details Length 11.02" Depth 9.84" Height 43.3" Item Weight 16.75 lbs Packaging Dimensions & Weights 45.67 " L x 13.58 " W x 3.74 " H (16.75 lbs) Installation Guide.pdf PUT YOUR LOVELY PLANTS ON THIS CORNER PLANT POT RACK IN LIVING ROOM, BALCONY... .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Plant Stand for Indoor Plants Display Stand for Living Room Garden Pot Stand Plant Shelf for Entryway #premium-module-12-nav-carousel-1751867517880211400 { .text-container img:not([style*=float]), .rte img:not([style*=float]) { display: block; margin: 0; } img { margin: 0; } .custom-carousel-slide { padding: 0; } .custom-carousel-container { position: relative; overflow: hidden; margin: auto; border-radius: 0 0 8px 8px; } .custom-carousel-viewport { display: flex; transition: transform 0.5s ease-in-out; } .custom-carousel-track { list-style: none; padding: 0; margin: 0; } .custom-carousel-slide { min-width: 100%; display: none; flex-shrink: 0; justify-content: center; align-items: center; text-align: left; position: relative; } .custom-carousel-slide.active { display: flex; } .slide-image img { width: 100%; height: auto; display: block; } .slide-caption { position: absolute; left: 80px; top: 50%; transform: translateY(-50%); color: #2d2d2d; background: rgba(200, 164, 139, 0.8); padding: 20px; border-radius: 8px; max-width: 500px; } .slide-caption h4 { font-weight: bold; margin-bottom: 10px; } .custom-carousel-controls { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 10px; pointer-events: none; } .custom-carousel-controls button { font-size: 32px; background: rgba(200, 164, 139, 0.8); border: none; color: white; cursor: pointer; pointer-events: all; padding: 25px 15px; border-radius: 5px; } .custom-carousel-controls svg { fill: #fff; } .custom-carousel-tabs { /* margin: 10px auto 20px; */ display: flex; gap: 8px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding: 0 10px; flex-wrap: nowrap; /* 保证在小屏上不换行 */ justify-content: center; background: rgba(200, 164, 139, 0.8); padding: 15px; border-radius: 8px 8px 0 0; } .custom-carousel-tabs .tab { cursor: pointer; padding: 10px 15px; flex-shrink: 0; white-space: nowrap; min-width: 140px; /* max-width: 180px; */ border: none; background: transparent; font-weight: 600; color: #fff; } .custom-carousel-tabs .active { font-weight: bold; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 3px; } } @media (max-width: 769px) { #premium-module-12-nav-carousel-1751867517880211400 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } Rich Wood Grain FinishSpace Saving DesignsHeavy Duty Metal FrameThoughtful Designs High Quality & Durable Engineered wood is dust and water resistant and can be easily cleaned with a damp cloth. 7 Tiered Plant Stand with Base Full use of the vertical space and the corner place. Solid Construction 0.78' * 0.78' width ensure stable and durable, can bear up to 200lbs. Adjustable Footpad Keep stability on the uneven floor and prevent the floor from scratching. document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Material Engineered Wood, Metal Color Rustic Brown Special Feature round wood board Finish Type iron Assembly Required Yes Item Weight 16.06 pounds Batteries required No
$109.99
$69.9936% OFF

Curved Plant Stand Pack of 2, 5-Tier Flower Displa...

Spacious Multi-Layer Storage - Stay organized with our double 5-tier plant display shelf. Each display features five layers, providing ample space for your storage needs. Practical & Versatile - This adaptable storage shelf also offers a secure surface for diverse use. It’s perfect for storing various items in your living room, study, dining area, or any other space. Sturdy Construction - Made of durable particleboard and a metal frame coated with stoving varnish, this cost-effective piece boasts a robust and efficient curved design. It can hold heavy items while taking up minimal space. Easy Assembly & Excellent Customer Service - The package includes all necessary hardware and instructions for assembly. We offer professional and friendly customer service. Please contact us if you have any concerns or issues. Item size: 63"H x 19.7"L x 11.8"D Material: E1 Particle Board & Metal Frame Manual: F1672
$155.99
$112.9928% OFF

Curved Plant Stand Pack of 2, 5-Tier Flower Displa...

Spacious Multi-Layer Storage - Stay organized with our double 5-tier plant display shelf. Each display features five layers, providing ample space for your storage needs. Practical & Versatile - This adaptable storage shelf also offers a secure surface for diverse use. It’s perfect for storing various items in your living room, study, dining area, or any other space. Sturdy Construction - Made of durable particleboard and a metal frame coated with stoving varnish, this cost-effective piece boasts a robust and efficient curved design. It can hold heavy items while taking up minimal space. Easy Assembly & Excellent Customer Service - The package includes all necessary hardware and instructions for assembly. We offer professional and friendly customer service. Please contact us if you have any concerns or issues. Item size: 63"H x 19.7"L x 11.8"D Material: E1 Particle Board & Metal Frame Manual: F1672
$155.99
$115.9926% OFF

5-Tier Plant Stand Pack of 2, Multi-Layer Bonsai F...

Multi-Layer Large Storage - Organize your essentials with our double 5-tier plant display shelf. The design features five layers on each display, providing ample storage to meet various needs. Versatile Creative Design - The curved design of the display stand maximizes space and adds a delightful touch to your living room, patio, balcony, garden, or other areas of your home, making organization and decoration effortless. Multi-Application Use - The ten shelves can accommodate everything from potted plants, flowers, and bonsai to books, photos, decorations, or small appliances. Use the stand as a single unit or separately based on your needs. Reliable Construction - This budget-friendly piece is constructed from manufactured wood particleboard and a stoving varnish metal frame. The sturdy and scientific curved construction accommodates heavy items and takes up minimal space. Easy Assembly & No-Hassle Purchase - The package contains all necessary installation tools, hardware, and detailed instructions. We provide professional and friendly customer service. Should you encounter any installation problems, we are ready and eager to help. Item size: 63"H x 19.7"L x 11.8"D Material: E1 Particle Board + Metal Frame Manual: F1672
$149.99
$112.9925% OFF

5-Tier Plant Stand Pack of 2, Multi-Layer Bonsai F...

Multi-Layer Large Storage - Organize your essentials with our double 5-tier plant display shelf. The design features five layers on each display, providing ample storage to meet various needs. Versatile Creative Design - The curved design of the display stand maximizes space and adds a delightful touch to your living room, patio, balcony, garden, or other areas of your home, making organization and decoration effortless. Multi-Application Use - The ten shelves can accommodate everything from potted plants, flowers, and bonsai to books, photos, decorations, or small appliances. Use the stand as a single unit or separately based on your needs. Reliable Construction - This budget-friendly piece is constructed from manufactured wood particleboard and a stoving varnish metal frame. The sturdy and scientific curved construction accommodates heavy items and takes up minimal space. Easy Assembly & No-Hassle Purchase - The package contains all necessary installation tools, hardware, and detailed instructions. We provide professional and friendly customer service. Should you encounter any installation problems, we are ready and eager to help. Item size: 63"H x 19.7"L x 11.8"D Material: E1 Particle Board + Metal Frame Manual: F1672
$149.99
$119.9920% OFF

Subscribe to Tribesigns coupon newsletter

Get notified of offers and coupon codes from Tribesigns before they expire!