SELECT file from gallery where cartella='P25' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Living room contemporary
Search for new materials, unexpected color combinations, suspended solutions, games of solids and voids, characterize these furniture making them become the real protagonists of the living area. The modular design furniture are more than ever current and allow you to create customized furniture solutions, elegant and suitable for any type of environment.
Choose also a classic or modern living room made by Cordel. Many furnishing accessories design and quality, able to meet your every need.
Choose also a classic or modern living room made by Cordel. Many furnishing accessories design and quality, able to meet your every need.
Related products
SELECT
t1.*,
t2.url_rw AS urlSC,
t2.url_rw_i AS urlSC_i,
t3.url_rw AS urlC,
t3.url_rw_i AS urlC_i
FROM prodotti AS t1
LEFT JOIN articoli AS t2 ON t2.id_art = t1.id_prec
LEFT JOIN articoli AS t3 ON t3.id_art = t2.id_prec
WHERE t1.tipo = '108'
AND t1.id_art <> '25'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;