Price
1054 - Unknown column '5307_5308_5258' 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 (5308,4481,5248,5249,5255,5256,5257,5258,5383,5411,5422,6266,6267,6268,6269,6361,6362,6363,6364,7566,7567,7568,7699,8643,8644,5309,4412,4413,4414,4415,4550,5061,5062,5245,6450,6451,5310,5311,5244,5312,5242,5307_5308_5258)) 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]