Print Page | Close Window

Dynamic Navigation Question

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=602
Printed Date: 17-December-2024 at 11:14pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Dynamic Navigation Question
Posted By: BlkBox
Subject: Dynamic Navigation Question
Date Posted: 17-January-2007 at 10:57pm
Hi,

I am currently using the dynamically generated navigation that can be generated through the admin section of Product Cart, however I would like to use my own and hard-code links to the separate categories. My concern is that I use the retail/wholesale customer groups and have certain categories that are only visible to wholesale customers. Is there a way I can achieve this same effect of when the wholesale customer logs in...the hidden categories are made visible, with hard-coding a menu and not using the admin generated one?

Thanks in advance!
Shawn



Replies:
Posted By: NWilliams
Date Posted: 21-January-2007 at 9:04am
Check out the /pc directory and look for two files:

inc_RetailCatMenu.inc
inc_WholesaleCatMenu.inc

These two files are included in the inc_catsmenu.asp file which is included in the header.asp file.  Which of the above .inc files are included is dependent upon the type of account the user is logged in with (retailcatmenu and wholesalecatmenu, respectively).  Simply edit these files with whatever menu html you want and you should be good to go.  Beware that if you do use the admin page to regenerated the category navigation, these two files will be overwritten.

If you want to minimize filesize and don't plan on using the expand/collapse style menu system, you can remove all code above the first <script> line in the inc_catsmenu.asp file.


Posted By: BlkBox
Date Posted: 23-January-2007 at 12:57am
Your awesome...thank you! 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net