RE: Can anyone help me do this?
Cryp2Nite <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <9bf919ece8c5dc197a97e17640fe71a3@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=193010#193010 ---------------------------------------------------------------- After a glance at 'includes\boxes\categories.php' I think you don't need to change the database structure to do this. And you shouldn't splitting essentially the same information into different tables is not something you should consider in general. If you split your catalog in two at the root: game1\cat1\prod 1 game1\cat1\prod 2 game1\cat2\prod 2 etc.. game2\cat1\prod 1 game2\cat1\prod 2 game2\cat2\prod 2 etc... You only have to alter includes\boxes\categories.php to only display one main catagory. If noone more knowledgeble(sp?) than me chimes in (see sig), I could take a stab at it, but I'll need some more info. Shouldn't be to complicated though. Regards, Rob