Announcement

Collapse
No announcement yet.

I want to create my own navigation bar, what format should the links be?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I want to create my own navigation bar, what format should the links be?

    Links should be in the following format:

    View Cart:
    <a href="http://domain/cgi-bin/ca00000x.pl?ACTION=SHOWCART">

    Checkout:
    <a href="http://domain/cgi-bin/os00000x.pl?ACTION=Start" >

    Login:
    <a href="http://domain/cgi-bin/ss00000x.pl?SECTIONID=index.html">

    Contact Us:
    <a href="http://domain/cgi-bin/mf00000x.pl?ACTION=SHOWFORM">

    Where 'domain' is the actual domain name of the site and 'x' is the script ID number (found in 'Web | Network Setup' - usually set to 1).

    Note, if for some reason you have to change the CGI Script ID number in the network settings, then you must update any hard-coded links to reflect the new ID number or it will break your site. This will also stop your site working correctly in 'Test Mode' as the links will not be automatically updated to reflect the test ID numbers.
Working...
X