Announcement

Collapse
No announcement yet.

Buttons and Links

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

    Buttons and Links

    Hello is there anyone who can help with creating a new button or link? Can a new button be created on the Act_BrochurePrimary which will not log a customer out once they have logged into their account?

    Regards

    Paul Actinic V7

    #2
    Hi Paul

    Are you wanting to like to another page in the store - and not log customers out?

    Then what you need to do is use a link of the following form:

    http://your.URL/cgi-bin/ss00000x.pl?SECTIONID=Section%5fPage%2ehtml&NOLOGIN=1

    Where:

    • http://your.URL/cgi-bin is the URL of your CGI-BIN
    • ss00000x.pl is the name of your search script with the 'x' replaced with your CGI ID number
    • Section%5fPage%2ehtml is the filename of your desired page. Note that you have to encode any non-alphanumeric characters so an underscore '_' becomes '%5f' and a full stop '.' becomes '%2e'.
    • &NOLOGIN=1 is an essential thing to add to the end of the URL to order to bypass the login page

    Comment

    Working...
    X