undeRliRcs Posted December 15, 2005 Posted December 15, 2005 Hi, I'm new to osCommerce but I've been looking into this issue for the past 2 weeks and I haven't been able to find a solution (but I guess that's only because I'm not good at PHP). The issue I'm having is that I would like to have one of the category links in the side menu be linked to a standard html page instead of the regular product listing page. I can patch this issue by moving this particular category to the last one on the menu but that doesn't help since I'm sure the issue will resurface in the future. e.g. << current menu >> Menu Item 1 Menu Item 2 > goes to product listing page (PHP) Menu Item 3 Menu Item 4 << hoping for this menu >> Menu Item 1 Menu Item 2 > goes to standard page (HTML) or external link Menu Item 3 Menu Item 4 I hope I explained the issue I'm having somewhat clearly and I would really appreciate any help, advice, or direction someone can provide.
vasttech Posted December 16, 2005 Posted December 16, 2005 The easiest way to do this would be to make it just a completely seperate link that goes to that page (for example like the contact us or privacy policy links in the left column). If it is a category that is going to a straight HTML page then are there any products under it? If so what you could do is edit the code to look for that particular category name and create an if...then statement that hardcoded a specific link in, instead of using the normal code. osCommerce Knowledge Base osCommerce Documentation Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.