Skip to content

Round Nesting Display Tables – 2-Piece

SKU JN 184
Save 16% Save 16%
Original price 59.000 KD
Original price 59.000 KD - Original price 59.000 KD
Original price 59.000 KD
Current price 49.500 KD
49.500 KD - 49.500 KD
Current price 49.500 KD

The JN.184 Nesting Display Tables offer a stylish and versatile way to showcase products in boutiques and retail spaces. This set includes two round display tables in different sizes that can be used together as a layered display or separately throughout the store.

Featuring elegant chrome metal frames with smooth round tops, these tables create a modern and sophisticated presentation for merchandise. The nesting design allows the smaller table to slide partially under the larger one, helping maximize space while adding visual depth to your display.

Ideal for highlighting featured products, accessories, shoes, handbags, or folded garments, these tables combine functionality with a refined retail aesthetic.

Key Features

Set of 2 round nesting display tables
• Elegant chrome metal frame construction
• Modern layered display design
• Can be used together or separately
• Strong and stable base structure

Ideal For

• Fashion boutiques
• Retail stores
• Accessories and handbag displays
• Shoes and folded garments
• Window and showroom displays

A modern two-piece nesting display table set designed to create elegant layered product presentations in retail environments.

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