Search for this discussion "External Link to specific product"
This was the reply
Our Advanced User Guide gives instructions on what you need to do in the 'Taking People Straight to a Product' which can be downloaded from here. Basically you need to have the link in the following format:
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
· 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
If you are linking from another website then you also need to add:
&ACTINIC_REFERRER=http://your.URL/acatalog/
to the end of the link and specify (changing your.URL for your actual web address). So the full link will look like:
http://your.URL/cgi-bin/ss00000x.pl?....URL/acatalog/
This was the reply
Our Advanced User Guide gives instructions on what you need to do in the 'Taking People Straight to a Product' which can be downloaded from here. Basically you need to have the link in the following format:
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
· 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
If you are linking from another website then you also need to add:
&ACTINIC_REFERRER=http://your.URL/acatalog/
to the end of the link and specify (changing your.URL for your actual web address). So the full link will look like:
http://your.URL/cgi-bin/ss00000x.pl?....URL/acatalog/
Comment