Announcement

Collapse
No announcement yet.

Search results page

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

    Search results page

    Hi,

    Does anyone know how to get the products images to display beside each of the search results? I have managed to do this by changing the settings in design options etc but the results aren't quite right. What happens is that the image is displayed and the text that is relevant to the product (ref number, description and price) is being displayed below the image rather than neatly to the right of the image.

    I have tried editing the template so that the results are shown in a table (image in left column, description etc in the right column) but I just get an error.

    Has anyone ever managed to do this?
    Cheers
    Stuart

    #2
    Stuart,

    I have attached a screen grab of my search results page.

    The code in Act_ResultsTemplate.html is as follows...
    <!-- Results HTML begin -->
    <!-- Add Results Page header HTML here -->


    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH="CUSTOMVAR:ACTSTDWIDTH" 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_ITEM/>.
    <Actinic:XMLTEMPLATE NAME="ImageLine">
    <IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>
    </Actinic:XMLTEMPLATE>
    <Actinic:S_LINK/><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>
    <HR SIZE="1" ALIGN="CENTER" WIDTH="CUSTOMVAR:ACTSTDWIDTH">
    NETQUOTEVAR:SEARCHBLOCK

    <!-- Add Results Page footer HTML here -->
    <!-- Results HTML end -->
    In 'View | Search settings | Results' I have 'Product Image' selected, under 'Product Image Options' I have 'Resize Image' selected and height and width set to 25.

    Kind regards,
    Attached Files
    Last edited by Bruce; 28-Sep-2006, 01:50 PM. Reason: Forgot to add the attachment
    Bruce King
    SellerDeck

    Comment


      #3
      Thanks Bruce.

      I will give that a try.
      Cheers
      Stuart

      Comment

      Working...
      X