Skip to content

Glass Display Table – Two-Tier Chrome

SKU BU 95690
Save 25% Save 25%
Original price 100.000 KD
Original price 100.000 KD - Original price 100.000 KD
Original price 100.000 KD
Current price 75.000 KD
75.000 KD - 75.000 KD
Current price 75.000 KD

The BU 95690 Glass Display Table is a sleek and practical display solution designed for modern boutiques and retail environments. Featuring a durable chrome metal frame with two glass shelves, this table provides a clean and elegant platform for showcasing merchandise.

The two-tier design allows you to display products on both levels, helping maximize display space while maintaining a neat and organized presentation. The upper glass surface is ideal for highlighting featured items, while the lower shelf offers additional space for complementary products or folded merchandise.

Its minimalist chrome structure and transparent glass surfaces create a modern retail look that keeps the focus on the products.

Key Features

Two-tier glass display design for additional presentation space
• Durable chrome metal frame construction
• Spacious upper display surface with lower shelf
• Stable and modern retail structure
• Elegant and minimalist design

Ideal For

• Fashion boutiques
• Retail stores
• Accessories and handbag displays
• Folded clothing displays
• Showrooms and exhibitions

A modern two-level glass display table designed to enhance product presentation while keeping retail displays organized and visually appealing.

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