Hi...
I am trying to get multistore to work as well.
I am getting this error when the search feature is used:
1066 - Not unique table/alias: 'c'
select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c left join specials_to_stores s2s ON s.specials_id = s2s.specials_id, categories c, products_to_categories p2c INNER JOIN products_to_stores p2s ON p.products_id = p2s.products_id where p2s.stores_id = '2' and p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%toy%' or p.products_model like '%toy%' or m.manufacturers_name like '%toy%') )
Has anyone find a solution to this ?
Thank you.





LinkBack URL
About LinkBacks








Bookmarks