Hip flasks, bottles & Co.

Hip Flasks

See category (26)

Bottles and thermos

See category (3)
Errore nella query:
SELECT immagine,
					(SELECT count(id) from prodotti WHERE attivo = 'on'
					AND pubblico = 'on'
					AND (categoria_1 = 220 OR categorie LIKE '%,220,%')) as total
					FROM prodotti
					WHERE attivo = 'on'
					AND pubblico = 'on'
					AND (categoria_1 = 220 OR categorie LIKE '%,220,%')
					ORDER BY ordine DESC LIMIT 8

Deadlock found when trying to get lock; try restarting transaction