Price
1054 - Unknown column '4880_4748_4407' in 'where clause'
select MAX(p.products_price) as max_price, MIN(p.products_price) as min_price from products p where p.products_id in (select p2c.products_id from products_to_categories p2c where p2c.categories_id in (4886,4087,5314,2596,3579,3658,3936,4007,4008,4027,5302,5445,5446,5447,5490,5534,5535,5536,5746,5751,6125,6126,6127,6128,6129,6130,6134,6413,6805,8550,5315,3364,3907,3937,3938,3983,4090,4091,4213,4395,5069,5076,5084,5320,5662,5749,6133,6732,6733,6804,7294,7569,5316,4710,4846,4971,5099,5532,5748,6410,6416,6419,6452,5317,4679,4972,5052,5747,7570,5318,3711,4797,6415,6418,5319,3984,4089,4396,4860,4970,5106,5376,5377,5533,5663,5750,6132,6453,6604,7295,7571,7913,7915,7918,7920,7922,7924,5323,3738,4111,4880_4748_4407)) and p.products_status = '1' and p.products_free_gift_status = '0' and p.products_third_party_status = '0' and (p.products_date_available < now() or p.products_date_available IS NULL)
[TEP STOP]