by Jim » Fri Nov 07, 2008 11:59 am
The page links are generated by the Define link_to_page section of the Search page template unless you have a Link Template Override: template set. (Or if your products have the search destination set to Moreinfo in which case it uses the moreinfo link format)
So if you don't want the link text to display just put an override template that has nothing in the define link section something like this
[--DEFINE LINK_TO_PAGE--]
[--END_DEFINE LINK_TO_PAGE--]
Note that if your search page template has html tags around the search results tag then those would still be output. It is possible to use some IF statements to only output the product and not the links. If you search through the forum you should find posts on how to do this since it has been discussed several times.