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
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
Comment