Products meeting the search criteria  
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 5

select count(distinct p.products_id) as total from products p left join products_description pd on pd.products_id = p.products_id left join products_to_categories p2c on p2c.products_id = p.products_id left join categories c on c.categories_id = p2c.categories_id left join categories_description cd on p2c.categories_id = cd.categories_id, products_attributes patrib, products_options_values pov where pd.products_name!='' and p.products_status = '1' and pd.language_id = '1' and ()

[TEP STOP]