SELECT file from gallery where cartella='P488' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Odessa
The Odessa collection enhances the sinuous lines and the use of wood essences and colors where simplicity and class come together to create elegant furnishings with a classic style. The Odessa sideboards and cabinets are made of Walnut and have elegant star decorations on the doors that make these furniture refined and original. Thanks to the choice of wood, colors and shapes, today we are able to materialize authentic masterpieces, capable of giving strong sensations and great scenic presence within a space. In addition, it is possible to tailor-made and the choice of different essences and colors also from sample.
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 <> '488'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;