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 ') AND xp.xsell_id = p.products_id and p' at line 16

select p.products_fsk18, p.products_tax_class_id, p.products_id, p.products_image, pd.products_name, pd.products_short_description, p.products_fsk18, p.products_price, p.products_vpe, p.products_vpe_status, p.products_vpe_value, xp.sort_order from products_xsell xp, products p, products_description pd where () AND xp.xsell_id = p.products_id and p.products_id = pd.products_id and xp.products_xsell_grp_name_id='' and pd.language_id = '3' and p.products_status = '1' group by p.products_id order by xp.sort_order asc

[XT SQL Error]