Hi guys, i'm using a custom variable with the (oh so original) title 'Brand'. I've set up an image on the product pages that shows the product's brand and rather than set up endless custom lists I decided i'd link it to the search results page for that brand.
The link for the search results page is as follows with the brand being handled in the url. Whilst I could use the hardcoded url and just replace the brand terms in red below, is there a better way of doing this?
I noticed some lists use <actinic:variable name="SearchCGIURL" /> but doesnt this link to a specific result rather than the results page? The gaps in my knowledge of actinic are closing but the whole cgi-bin/perl side of things still eludes me.
Cheers, Rob
The link for the search results page is as follows with the brand being handled in the url. Whilst I could use the hardcoded url and just replace the brand terms in red below, is there a better way of doing this?
Code:
http://www.MYDOMAIN.co.uk/cgi-bin/ss900001.pl?RANDOM=NETQUOTEVAR%3ARANDOM&PAGE=SEARCH&SS=&TB=A&PR=-1&S_Brand0_0=Product+Brand&GB=A&ACTION=Search
Cheers, Rob
Comment