SELECT file from gallery where cartella='P667' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Mobiletto Bar
Originale e funzionale questo mobile BAR è perfetto per conservare bottiglie e calici, è dotato inoltre di uno spazio dedicato al secchiello per contenere il ghiaccio e diversi vani. Un mobiletto poco ingombrante ma funzionale che fonde l'utile allo stile del passato rimanendo comunque un arredo moderno che trova la sua originalità e armonia all'interno della casa.
Original and functional this BAR cabinet is perfect for storing bottles and glasses, it is also equipped with a space dedicated to the bucket to contain ice and several compartments. A small but functional cabinet that blends the useful style of the past while remaining a modern furniture that finds its originality and harmony inside the house.
Original and functional this BAR cabinet is perfect for storing bottles and glasses, it is also equipped with a space dedicated to the bucket to contain ice and several compartments. A small but functional cabinet that blends the useful style of the past while remaining a modern furniture that finds its originality and harmony inside the house.
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 <> '667'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;