Hey, Im getting the following error when searching for a product on my site. Im wondering if its linked to the grid layout modification which I made? any help would be amazing!
1054 Unknown column 'cd.categories_namecd.categories_description' in 'field list'
in:
[SELECT DISTINCT c.categories_image, cd.categories_namecd.categories_description, cd.categories_id, c.parent_id from zen_categories_description cd, zen_categories c where cd.categories_id = c.categories_id and cd.language_id = '1' AND ((cd.categories_name LIKE '%plant%' OR cd.categories_description LIKE '%plant%') ) order by cd.categories_name]



