Skip to content

Round Glass Shelf with Hanging Rod

SKU
Save 20% Save 20%
Original price 40.000 KD
Original price 40.000 KD - Original price 40.000 KD
Original price 40.000 KD
Current price 32.000 KD
32.000 KD - 32.000 KD
Current price 32.000 KD

The Round Glass Shelf with Hanging Rod is a modular accessory designed for the Round Concealed Wall Display System. It combines a floating glass shelf with a garment hanging rod underneath, allowing retailers to display folded products on top while hanging clothing below.

 

The concealed wall mounting system keeps the display clean, modern, and minimal while providing strong support for both shelving and hanging applications.

 

Features

 

• Floating glass shelf design

• Integrated garment hanging rod

• Brushed stainless steel construction

• Compatible with Round Concealed Wall Anchor

• Modular and interchangeable display accessory

 

Perfect For

 

• Clothing stores

• Fashion boutiques

• Retail display walls

• Modern showroom layouts

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(); }); });