Using the example below, it is possible to link to an item directly, if you know the product ref.
Using the following, it is possible to link to a product if you have some keywords (i.e. this is the result of quick search)
Bear with me...
Using this, you can link to a product with keywords and specific searchable variable.
In a site with B2B, you can use the bb00000x.pl script to link directly to a page of which you know the name, as below.
Is such a function possible with the examples using the search script? What I'm after doing is using the search script in conjunction with a searchable variable to link directly to a page rather than bring up the search results with just one result (which is a bit pointless).
Thanks!
Code:
http://www.mysite.com/cgi-bin/ss00000x.pl?PRODREF=12345&NOLOGIN=1
Code:
http://www.mysite.com/cgi-bin/ss00000x.pl?PAGE=SEARCH&SS=keyword+keyword&TB=A&PR=-1
Using this, you can link to a product with keywords and specific searchable variable.
Code:
http://www.mysite.com/cgi-bin/ss00000x.pl?PAGE=SEARCH&SS=keyword+keyword&TB=A&PR=-1&S_SearchableVariable0_0=Value&GB=A
In a site with B2B, you can use the bb00000x.pl script to link directly to a page of which you know the name, as below.
Code:
http://www.mysite.com/cgi-bin/bb00000x.pl?PRODUCTPAGE=MyPage.html
Thanks!
Comment