by bobthebuilder » Wed Oct 08, 2008 9:12 pm
Thanks Jim, I figured out the page link template and I have it working. I now have another problem. As I stated above I'm using the following code for the search results:
<table width="99%" align="left" border="0" cellpadding="0" cellspacing="0">
[-- LOOP SEARCH 3 --]
<td valign="center" align="left"> [-- SEARCHRESULT --]</td>
[-- END_LOOP SEARCH--]
</table>
I'm expecting this code to produce a three column table. However, I'm getting the following results:
Column1 Column2 Column3
Product Empty_Cell Product
Empty_Cell Product Empty_Cell
Product Empty_Cell Product
Empty_Cell Product Empty_Cell
Product Empty_Cell Product
As you can see the search results looks like a checker board. I've set the results per page to 15 (a multiple of three).
2. The second issue I've run into is the "Add To Cart" button for products in the search result is non functional. In looking at the code it appears the <form> tags are missing. I'm using a custom Product template, which works on Product Pages, but when I select that template in the Search Layout the Add To Cart button is not working.
Thanks Jim for your quick responses.