Guest Posted March 1, 2003 Share Posted March 1, 2003 i get the following problem : products are not sorted by categories; i think the problem comes from catalog/print_catalog.php file : $print_catalog_query_raw = "select ... cd.categories_name, .... from " . TABLE_PRODUCTS . " p left join " ... . TABLE_CATEGORIES_DESCRIPTION . " cd on c.parent_id='0' and c.categories_id=cd.categories_id left join " ... "; Everything goes right when the on c.parent_id='0' and is suppressed ... though when you choose more than one languages, you get the same products ... more than one time ! Does somebody has an idea (may be the ' ') ? Thank you Charles Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.