Price
1054 - Unknown column '8597_8599' 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 (7972,7973,7974,7975,7976,7977,8588,8589,8590,8591,8595,8598,8599,8600,8601,8602,8603,8597_8599)) 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]