Skip to content

Surface Mount Display Rail – Aluminum Track System

SKU
Original price 3.000 KD - Original price 10.000 KD
Original price 3.000 KD
2.000 KD
2.000 KD - 8.000 KD
Current price 2.000 KD
Choose a Size

The Surface Mount Display Rail is the core component of the Surface Rail Display System. Installed directly onto the wall, it creates a continuous mounting track for modular display accessories.

This system allows for quick installation and easy repositioning of accessories, making it ideal for retail environments that require flexibility and clean organization.

Features

• Surface-mounted installation
• Durable aluminum construction
• Continuous modular rail system
• Easy accessory repositioning
• Clean and professional finish

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