ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Menu Collapse
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Menu Collapse

 Post Reply Post Reply Page  12>
Author
Message
steelheadbum View Drop Down
Newbie
Newbie


Joined: 22-March-2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote steelheadbum Quote  Post ReplyReply Direct Link To This Post Topic: Menu Collapse
    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? 
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 22-March-2008 at 11:09pm
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.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 24-March-2008 at 7:10pm
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 
Back to Top
steelheadbum View Drop Down
Newbie
Newbie


Joined: 22-March-2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote steelheadbum Quote  Post ReplyReply Direct Link To This Post Posted: 25-March-2008 at 1:14am
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
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2008 at 5:14am
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?
Back to Top
steelheadbum View Drop Down
Newbie
Newbie


Joined: 22-March-2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote steelheadbum Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2008 at 3:04pm
TOP level only
Back to Top
steelheadbum View Drop Down
Newbie
Newbie


Joined: 22-March-2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote steelheadbum Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2008 at 3:15pm
Also this code is for mySQL.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2008 at 3:23pm

<<<Also this code is for mySQL. >>>

Could you clarify that one?  Are you running ProductCart on mySQL? 

Back to Top
steelheadbum View Drop Down
Newbie
Newbie


Joined: 22-March-2008
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote steelheadbum Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2008 at 3:36pm

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.

 

Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 26-March-2008 at 3:51pm

<<<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:
set rsCategory=conlayout.execute(mySQL)

 

 

Back to Top
 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.