SELECT file from gallery where cartella='P125' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Living Room Pollini - Collection Anthology
The ANTOLOGIA collection is a collection of living room wall compositions where elegance and innovation stand out to interpret a personal lifestyle dictated by a timeless executive quality. Materials, shapes and dimensions are able to change the perception we have of an environment and contribute to the aesthetic rendering of a style of furniture. The watchwords are simplicity, ease of use and attention to aesthetics where the aim is to create neat and avant-garde, comfortable and design environments.
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 <> '125'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;