Announcement

Collapse
No announcement yet.

How do I create a link straight to a product?

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

    How do I create a link straight to a product?

    It is possible to take people straight to a specific product with a hyperlink of the following form:

    http://your.URL/cgi-bin/ss00000x.pl?...2345&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 (see 'Web | Network Setup)

    * 12345 is the product reference of your desired product.

    * &NOLOGIN=1 is an essential thing to add to the end of the URL to order to bypass the login page

    Linking from Other URLs

    Note: If you are using this code from outside the 'acatalog' folder then you will need to include a hidden form field of 'ACTINIC_REFERRER=' where the value is your 'Catalog URL' from 'Web | Network Setup'. For example:
    http://your.URL/cgi-bin/ss00000x.pl?....URL/acatalog/
Working...
X