SELECT file from gallery where cartella='P704' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Tavolino Salotto Intarsio Iris
Il tavolino quadrato da salotto presenta delle gambe lineari e un ripiano inferiore a vista che nella loro semplicità permettono di far spiccare alla vista un top decorato da un intarsio floreale Iris che rende unico questo tavolino apparentemente semplice e dalle forme strutturate. Lo stile classico e il colore legno di questo tavolino quadrato sono in grado di inserirsi in qualsiasi tipo di contesto abitativo.
The square coffee table has linear legs and a lower shelf in view that in their simplicity allow you to stand out from the view a top decorated with a floral inlay Iris that makes unique this table seemingly simple and structured shapes. The classic style and the wood color of this square coffee table are able to fit into any type of living environment.
The square coffee table has linear legs and a lower shelf in view that in their simplicity allow you to stand out from the view a top decorated with a floral inlay Iris that makes unique this table seemingly simple and structured shapes. The classic style and the wood color of this square coffee table are able to fit into any type of living environment.
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 <> '704'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;