SELECT file from gallery where cartella='P475' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Capitombola
The Capitombola collection enhances the classic style where simplicity and class come together to give life to unique and timeless furnishings. Thanks to the possibility of customization of the doors, the furniture of the Capitombola collection can satisfy everyone’s preferences and tastes, from the simplest decorations to a more elaborate style of the doors themselves. We are thus able to create and propose authentic masterpieces, capable of giving personality and character to the environment. 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 <> '475'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;