Announcement

Collapse
No announcement yet.

Image in search results clickable?

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

    Image in search results clickable?

    Should the image in the search results be clickable? Currently mines isnt!

    This is my code:-

    <!-- 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:XMLTEMPLATE NAME="ImageLine">
    <IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>
    </Actinic:XMLTEMPLATE>
    <Actinic:S_LINK/><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

    #2
    Move the fragment <Actinic:S_LINK/> in front of <Actinic:XMLTEMPLATE NAME="ImageLine">
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Norman,

      Many thanks, knew it was something simple but could not track it down for the life of me. On another note we are planning on incorporating your upsell patch into our new site when it becomes live but I have a couple of questions:-

      1. I assume it would be simple to change the code so it picks up the thumbnail instead of the full product image?
      2. Can it be amended so it simply takes the customer to the actual product page instead of a pop up page?
      3. Is there any page size issues that we should consider (i.e does it add a lot of code)?

      Thanks

      David
      Cheers

      David
      Located in Edinburgh UK

      http://twitter.com/mcfinster

      Comment


        #4
        1) I'm not sure if the product thumbnail is available on Product pages.

        2) Probably not. The products don't know where their parents are.

        3) Not too much - just enough HTML to show the upsell icon and name. However each upsell image must be downloaded - and they're really full product images shown scaled down. The popup is a stand-alone page so is only loaded if the customer chooses it.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Norman,

          Thanks for that will be in touch when we need to get it! Looking at the help screen it looks like the thumbnail image is available under PRODUCTTHUMBNAILIMAGE. Would be great if this was an option, saves loading the full size image on every page!

          Will email you next week hopefully.

          Dave
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            Try an experiment (that's how I work out a lot of things).

            Put NETQUOTEVAR:PRODUCTTHUMBNAILIMAGE in a Product template and see if it works. You can always remove it after tinkering.

            If it does then you should be able to adapt the Upsell to use it without problem.

            PS Are you in Edinburgh?. I'm in Lasswade.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Norman,

              Yeah that works so all should be well! We are based in Coburg Street in Leith so not too far from you. I sent you an e-mail this afternoon about getting the patch (info@ address), hope you got it!

              David
              Cheers

              David
              Located in Edinburgh UK

              http://twitter.com/mcfinster

              Comment

              Working...
              X