Announcement

Collapse
No announcement yet.

Product References and Images on Search Results Page

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

    #31
    I think you've munged your Act_ResultsTemplate.html - the image should be outside the links if you followed my HOWTO. Could you please post (or attach it here).

    BTW if you want to see a nice implementation of this see http://www.macleanmarine.com/ and search for e.g. brass and you'll see it working OK.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #32
      Hi

      second attempt, wouldn't take the attachment.

      The marine site is great. I like the box with a that info in. I'll bet that's complicated. The lining up and everything. It is so used friendly. I am aiming towards this. Gotta start somewhere.

      The HTML template

      <!-- Results HTML begin -->
      <!-- Add Results Page header HTML here -->
      <div align="center">
      <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH="500" ALIGN="CENTER">
      <TR>
      <TD ALIGN=LEFT> <B><Actinic:S_SUMMARY/></B><BR>
      <Actinic:S_CONTINUE/> </TD>
      </TR>
      <TR>
      <TD ALIGN=LEFT> <Actinic:SEARCH_RESULTS> <Actinic:S_IMAGE/><Actinic:S_ITEM/>. <Actinic:S_LINK/><B><Actinic:S_PNAME/></B>
      <Actinic:S_SNAME/> <Actinic:S_PRICE/> <BR>
      <Actinic:S_DESCR/><BR>
      <Actinic:S_PROP/>
      <P>
      </Actinic:SEARCH_RESULTS> </TD>
      </TR>
      <TR>
      <TD ALIGN=LEFT> <B><Actinic:S_SUMMARY/></B><BR>
      <Actinic:S_CONTINUE/> </TD>
      </TR>
      </TABLE>
      <!-- Add Results Page footer HTML here -->
      NETQUOTEVAR:SEARCHBLOCK
      <!-- Results HTML end -->
      </div>

      Is that allright? Can I do that on here?:
      Regards
      Chris
      ><)))'>
      chris@musiccorner.co.uk

      www.musiccorner.co.uk

      for music, instruments and all that jazz....

      0800 328 5294.

      Comment


        #33
        Attaching the file is better as the forum loses all the spacing that makes it more readable. The </a> tag was missing.

        Here's it corrected and with the image now part of the link.

        Code:
        <!-- Results HTML begin --> 
        <!-- Add Results Page header HTML here --> 
        <div align="center"> 
        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH="500" ALIGN="CENTER"> 
        <TR> 
        <TD ALIGN=LEFT> <B><Actinic:S_SUMMARY/></B><BR> 
        <Actinic:S_CONTINUE/> </TD> 
        </TR> 
        <TR> 
        <TD ALIGN=LEFT> <Actinic:SEARCH_RESULTS><Actinic:S_LINK/><Actinic:S_IMAGE/><Actinic:S_ITEM/>. <B><Actinic:S_PNAME/></B></a> 
        <Actinic:S_SNAME/> <Actinic:S_PRICE/> <BR> 
        <Actinic:S_DESCR/><BR> 
        <Actinic:S_PROP/> 
        <P> 
        </Actinic:SEARCH_RESULTS> </TD> 
        </TR> 
        <TR> 
        <TD ALIGN=LEFT> <B><Actinic:S_SUMMARY/></B><BR> 
        <Actinic:S_CONTINUE/> </TD> 
        </TR> 
        </TABLE> 
        <!-- Add Results Page footer HTML here --> 
        NETQUOTEVAR:SEARCHBLOCK 
        <!-- Results HTML end --> 
        </div>
        Everything between "<Actinic:S_LINK/>" and "</a>" above will be clickable. You can move these about but they must stay between the "<Actinic:SEARCH_RESULTS>" and "</Actinic:SEARCH_RESULTS>" tags.

        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #34
          Thank you yet again Norman

          I did try to attach it but it said you can only attach .gif, .jpeg etc....

          One can but try!

          I'll upload later. Back to my day job now......mum

          I should be quiet for a bit now.,.,.,lots to change.!
          Regards
          Chris
          ><)))'>
          chris@musiccorner.co.uk

          www.musiccorner.co.uk

          for music, instruments and all that jazz....

          0800 328 5294.

          Comment


            #35
            Thank you yet again Norman

            I did try to attach it but it said you can only attach .gif, .jpeg etc....

            One can but try!

            I'll upload later. Back to my day job now......mum

            I should be quiet for a bit now.,.,.,lots to change.!
            Regards
            Chris
            ><)))'>
            chris@musiccorner.co.uk

            www.musiccorner.co.uk

            for music, instruments and all that jazz....

            0800 328 5294.

            Comment

            Working...
            X