SELECT file from gallery where cartella='P647' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Comoncino
Complemento d'arredo dalle forme lineari e geometriche, semplice ma elegante allo stesso tempo. Questo comoncino appare nella sua semplicità molto esile e per questo trova spazio in ogni zona della casa senza risultare ingombrante, ridotto e semplice ma funzionale. La decorazione quadrata dei due cassetti viene riportata anche nella forma delle maniglie creando così una visuale continua e simmetrica.
Furnishing element with linear and geometric shapes, simple but elegant at the same time. This comoncino appears in its simplicity very thin and for this reason it finds space in every area of the house without being cumbersome, small and simple but functional. The square decoration of the two drawers is also shown in the shape of the handles thus creating a continuous and symmetrical view.
Furnishing element with linear and geometric shapes, simple but elegant at the same time. This comoncino appears in its simplicity very thin and for this reason it finds space in every area of the house without being cumbersome, small and simple but functional. The square decoration of the two drawers is also shown in the shape of the handles thus creating a continuous and symmetrical view.
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 <> '647'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;