Announcement

Collapse
No announcement yet.

Clickable Search Results Images??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Clickable Search Results Images??

    Is there a way to make the images shown in the search results clickable to link through to the products?

    Duncan R

    #2
    Heres the code for ours which has clickable images:-

    <!-- Results HTML begin -->
    <!-- Add Results Page header HTML here -->

    <table width="405" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="searchresults.gif" width="405" height="46"></td>
    </tr>
    </table>

    <div align="CENTER">
    <table border=0 cellspacing=0 cellpadding=10 width="380">
    <tr>
    <td align=LEFT>
    <font face="Arial, Helvetica, sans-serif"><b><Actinic:S_SUMMARY/></b><br><Actinic:S_CONTINUE/></font>
    </td>
    </tr>
    <tr>

    <td align=LEFT><Actinic:SEARCH_RESULTS><strong><font color="#666666" size="2" face="Arial, Helvetica, sans-serif"><Actinic:S_ITEM/>. </font></strong>
    <Actinic:S_LINK/><Actinic:XMLTEMPLATE NAME="ImageLine">
    <IMG SRC="NETQUOTEVAR:THUMBNAIL" border="0" NETQUOTEVAR:THUMBNAILSIZE>
    </Actinic:XMLTEMPLATE>
    <font color="#cc6600" size="2" face="Arial, Helvetica, sans-serif"><b><Actinic:S_PNAME/></b></font></A><font face="Arial, Helvetica, sans-serif"><Actinic:S_SNAME/> <strong><font color="#666666" size="2"><Actinic:S_PRICE/></font></strong></font><br>
    <font face="Arial, Helvetica, sans-serif" size="2"><Actinic:S_DESCR/></font><br>
    <font face="Arial, Helvetica, sans-serif" size="2"><Actinic:S_PROP/></font><p>
    </Actinic:SEARCH_RESULTS>
    </td>
    </tr>
    <tr>
    <td align=LEFT>
    <font face="Arial, Helvetica, sans-serif"><b><Actinic:S_SUMMARY/></b><br><Actinic:S_CONTINUE/></font>
    </td>
    </tr>
    </table>
    NETQUOTEVAR:SEARCHBLOCK
    </div>

    <!-- Results HTML end -->

    Regards

    David
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      Appreciated David - I'll make the relevant changes in my template and give it go.

      Duncan R

      Comment


        #4
        Moving <Actinic:S_LINK/> worked a treat.

        Thanks

        Comment

        Working...
        X