This may be something simple I'm overlooking, but how do I tell ShopSite not to include a link to the product on the search page?
I created a custom search template and custom product template. Everything works as expected within the search results, except ShopSite includes a link to the product. I already have this link setup in my product template, so I do not need the "extra" one.
Here is my base code for displaying the search results:
[-- VAR.COL 4 --]
<TABLE CELLSPACING=20>
[-- LOOP SEARCH VAR.COL --]
<td align=center>
[-- SEARCHRESULT --]
</td>
[-- END_LOOP SEARCH --]
</TABLE>
Maybe I need to break down "SEARCHRESULT" into separate variables, but I don't know what individual variables are available for search results (never found anything in the TAG specs sheet).
Maybe I'm missing a DEFINE somewhere that sets this up??
Thank-you,
Mark