Skip to content

Double Bar Adjustable Chrome Clothes Stand

SKU R055
Save 6% Save 6%
Original price 18.000 KD
Original price 18.000 KD - Original price 18.000 KD
Original price 18.000 KD
Current price 17.000 KD
17.000 KD - 17.000 KD
Current price 17.000 KD

Maximize your display space with this Double Bar Adjustable Garment Rack, designed to let you hang clothes on two levels at the same time. Featuring a top hanging bar and a middle bar, this rack allows you to separate collections, organize sizes, or increase display capacity without using extra floor space.

The chrome finish gives it a clean, professional retail look, while the sturdy black steel frame ensures durability for daily use. Its adjustable height makes it suitable for dresses, abayas, coats, and shorter garments. The wheeled base allows smooth movement, making it easy to reposition inside your boutique or showroom.

Perfect for stores that need both flexibility and high capacity in one practical display solution.

Key Features

Top bar and middle bar for dual-level hanging
• Adjustable height design
• Durable chrome hanging bars
• Strong metal frame construction
• Stable base with smooth caster wheels
• Ideal for maximizing retail display space

Ideal For

• Clothing boutiques
• Abaya and dress shops
• Showrooms
• Stockrooms
• Pop-up shops and exhibitions

A space-saving, high-capacity garment rack built for organized and efficient retail displays.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });