Hi,
I really like how my Search template looks at this point. The only thing is, at the bottom of the page I get this error that pops up when I am searching for products:
searchtest [260]: Template Error: SEARCHPRODUCT not in LOOP_SEARCH loop
searchtest [272]: Template Error: SEARCHLINK not in LOOP_SEARCH loop
I really just don't want those two Tags in my template, but when I take them out I get this error. I have tried to stick them into the loop as well and they will not work. Here is the loop I am currently using...
<table border="0" cellpadding="0" cellspacing="0" width="990"><tr>
<p>[-- LOOP SEARCH 8 --]<td width="246">
[-- SEARCHRESULT --]</td>[-- END_LOOP SEARCH--]</tr>
Thanks