Announcement

Collapse
No announcement yet.

Products From Search Results on Odd Template

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

    Products From Search Results on Odd Template

    When I click on a link in the results from a quick search, the HTML created for the product page is based on an odd template that has my site header and menu missing.

    My Act_ResultsTemplate.html file is a standard Actinic one shown below. The (still being tidied up) shop is at www.homebits.co.uk.

    How can I get the page linked to from the search results to appear as it would do if I had browsed to it within the shop?...

    Act_ResultsTemplate.html
    ===================
    <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

    #2
    Hi,

    There's a discussion on this topic here ... http://community.actinic.com/showthread.php?t=10457

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Thanks, Bruce

      Bruce...

      Thanks for your reply.

      I'm not sure if it was the ACTINIC_REFERRER hidden input that fixed things, or some tweeks to my Network settings, but all seems fine for now.

      Regards,

      click-through.

      Comment

      Working...
      X