Skip to content

Multi-Tier Display Table

SKU
Original price 25.000 KD - Original price 49.000 KD
Original price 25.000 KD
19.750 KD
19.750 KD - 39.750 KD
Current price 19.750 KD
Choose a Size

The TABLE 212 Display Table is a modern and compact retail fixture designed to present products with elegance and clarity. Featuring a chrome metal frame with two display levels, this stand offers a clean and structured way to highlight merchandise in boutiques and showrooms.

The two-tier design allows you to display items on both the upper and middle surfaces, making it ideal for creating layered product presentations. Its open frame structure gives the display a light and modern appearance while ensuring strong stability and durability.

Perfect for highlighting accessories, handbags, folded garments, or decorative items, this display table helps maximize visibility while maintaining a sleek retail aesthetic.

Key Features

Two-level display design for layered presentation
• Durable chrome metal frame construction
• Compact structure ideal for retail spaces
• Stable and modern open-frame design
• Elegant minimalist appearance

Ideal For

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

A sleek two-tier chrome display table designed to elevate product presentation while keeping retail displays clean, 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(); }); });