SELECT file from gallery where cartella='P1006' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Modern attic wardrobe Mod. 1
Attic wardrobe with hinged doors. This attic wardrobe-bookcase has a pleasant workmanship in the doors. The upper part is all open, backed, while the lower part is closed by hinged doors with applied knob. The wardrobe follows the ceiling's mainsail with 2 inclinations. It is customizable in size and finishes.
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 <> '1006'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;