Menu Collapse |
Post Reply | Page 12> |
Author | |
steelheadbum
Newbie Joined: 22-March-2008 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 22-March-2008 at 10:55pm |
Does anyone know how to delete the +/- (collapse) function on the menu. Also so it doesn't over write itself every time you re-create your navigation using the Control Panel?
|
|
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
The included file "inc_RetailCatMenu.inc" that contains the javascript and those image references is generated by "genCatNavigation.asp". Search the forum for "genCatNavigation" and there are a number of earlier posts.
|
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Have you looked at using the dynamic menus? - No more updating and no "+/-".
They are available from the developers corner on the Ealy Impact website. Hamish |
|
steelheadbum
Newbie Joined: 22-March-2008 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Is there a Dynamic menu for MsAccess for v3.11? SINGLE level only. Or can someone tell me how to modify the code for v2.76 Dynamic Navigation. http://www.earlyimpact.com/productcart/support/developers.as p
|
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Hi,
I very strongly suspect the V2.76 version will work just as well for V3.11. Is the "Show top level categories" version what you need - or do you wish to show the first level of sub-categories? |
|
steelheadbum
Newbie Joined: 22-March-2008 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
TOP level only
|
|
steelheadbum
Newbie Joined: 22-March-2008 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Also this code is for mySQL.
|
|
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
<<<Also this code is for mySQL. >>> Could you clarify that one? Are you running ProductCart on mySQL? |
|
steelheadbum
Newbie Joined: 22-March-2008 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Code Snippets / Dynamic Navigation (ProductCart v2.76): http://www.earlyimpact.com/productcart/support/developers.as p#scripts For: Show top level categories - Download I need a menu system using only top level categories using MsAccess DB.
|
|
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
<<<mySQL="SELECT idCategory,categoryDesc FROM categories WHERE idParentCategory=1 AND idCategory<>1 AND iBTOhide=0 ORDER BY priority, categoryDesc ASC;">>> In this context, "mySQL" is simply the name of the string that will contain the query which is about to be executed. It could just as easily been "bigdangsteelie" or "wantabeer" or "whereslunch" so long as it is the name referenced in next statement that actually executes the query string:
|
|
Post Reply | Page 12> |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |