SELECT file from gallery where cartella='P342' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Sedia Elisa
Le sedie Elisa sono caratterizzate da uno schienale decorato con forme sinuose, realizzate meticolosamente in modo artigianale e con la massima attenzione al dettaglio per donare carattere alla vostra zona pranzo. La qualità eccellente dei materiali con cui sono realizzate le nostre sedie permette un uso funzionale e continuo che dura nel tempo, il risultato ottenuto è una sedia elegante e robusta in grado di fondere funzionalità, qualità e classe.
Elisa chairs are characterized by a back decorated with sinuous shapes, meticulously crafted and with the utmost attention to detail to give character to your dining area. The excellent quality of the materials with which our chairs are made allows a functional and continuous use that lasts over time, the result obtained is an elegant and robust chair able to blend functionality, quality and class.
Elisa chairs are characterized by a back decorated with sinuous shapes, meticulously crafted and with the utmost attention to detail to give character to your dining area. The excellent quality of the materials with which our chairs are made allows a functional and continuous use that lasts over time, the result obtained is an elegant and robust chair able to blend functionality, quality and class.
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 <> '342'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;