SELECT file from gallery where cartella='P621' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Composition 5
CORDEL: the smart solution to optimize your laundry room space. If you are designing your new laundry room and are looking for a practical, functional, and creative way to organize it, discover our modular solutions and smart accessories. Equipped columns, spacious containers, versatile shelving, durable countertops, and laundry carts are designed to make the most of every centimeter and create efficient work zones, integrating perfectly with the rest of your home. A world of ideas awaits you to transform your laundry room into a functional and designer space
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 <> '621'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;