Hello everybody,
I hope you are all well, and the recession not treating you too unkindly.
I was wondering if it was possible to link straight from a search result to an extended info product page?
I have the following in my 'Standard Search Result' layout code:
So clicking from the Search results, either from the image or the text name of the product, takes you to that product in the list of products in that Section.
However, for each of my products, I use 'Extended Information' to generate a separate page. What I would prefer to happen is for the picture and text links in the Search results to take the visitor straight to this extended, single product page.
Is that possible? If so, how would that be done?
Many thanks - I am as grateful as ever to you all -
pete
I hope you are all well, and the recession not treating you too unkindly.
I was wondering if it was possible to link straight from a search result to an extended info product page?
I have the following in my 'Standard Search Result' layout code:
HTML Code:
<Actinic:Variable Name="SearchResultLink"/><img border=0 src="<actinic:variable name="SearchResultProductImage" />" <actinic:variable name="SearchResultProductImageSize" /> /></a>
However, for each of my products, I use 'Extended Information' to generate a separate page. What I would prefer to happen is for the picture and text links in the Search results to take the visitor straight to this extended, single product page.
Is that possible? If so, how would that be done?
Many thanks - I am as grateful as ever to you all -
pete
Comment