Shopping by Categories
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 c.categories_status= 1
order by sort_order, cd.categorie' at line 7
in:
[SELECT
c.categories_id , cd.categories_name
FROM
categories c
INNER JOIN categories_description cd
ON (c.categories_id = cd.categories_id)
WHERE (cd.language_id =1 AND c.parent_id =)
and c.categories_status= 1
order by sort_order, cd.categories_name;]