item names in url
mechpilot <[email protected]> 13 Sep 2003 03:41:13 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <a79bb58b51be4892eaae421a0898d120@osCommerce-Forums> |
This message was sent from: Contributions http://forums.oscommerce.com/viewtopic.php?p=228742#228742 ---------------------------------------------------------------- I tried to install the all products version 2.5 all in one and got the following error: 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.parent_id = '21' and c.categories_id = cd.categories_id a select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where and c.parent_id = '21' and c.categories_id = cd.categories_id and cd.language_id='1' order by sort_order, cd.categories_name [TEP STOP] Currently my item names are only reflected when I link to an item through my all products page. I would really them to be reflected when I access items through my categories. Is there any way to do this?