I would like to customize the Shopsite Search Results Page for our customers, so that both the product and
the product links show up in the results.
I am having trouble getting multiple product links to appear to the right of the product.
This is how I would like to line things up:
http://mulberrystreetgifts.com/store/search.png
This is what the in-production search results look like now (A complete mess):
http://mulbe4.sslcert19.com/cgi-bin/sc/productsearch.cgi?storeid=*1837e081594f263cae70a8db115c
And this is what my search loop code currently looks like:
- Code: Select all
[-- LOOP SEARCH 2--]
<!--Product Appears Here-->
<td>[-- SEARCHRESULT --]</td>
<!--Product Links Appear Here-->
<td>[-- SEARCHRESULT --]</td>
[-- END_LOOP SEARCH --]
As you can see I have the search loop set to 2 columns.
How can I tell Shopsite to place multiple product links in the second column?