Announcement

Collapse
No announcement yet.

Product Ref in Search Results

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

    Product Ref in Search Results

    Is there anyway to include the product reference# in the search results?
    Thanks...

    Code:
    <table border="0" cellspacing="0" cellpadding="5" width="100%" align="center">
    	<tr>
    		<td align="left" class="Content" colspan="2">
    		  <B><Actinic:S_SUMMARY/></B><BR><Actinic:S_CONTINUE/>
    		</td>
    	</tr>
    	<Actinic:SEARCH_RESULTS>
    	<tr>
    		<td width="10">
    			<Actinic:XMLTEMPLATE NAME="ImageLine">
    				<IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>
    			</Actinic:XMLTEMPLATE>
    		</td>
    		<td align="left" class="Content" valign="bottom">
    			<Actinic:S_ITEM/>.
    			<Actinic:S_LINK/><B><Actinic:S_PNAME/></B></A> <Actinic:S_SNAME/></BR>
    			<NETQUOTEVAR:PRODUCTREF>
                            <br>Price:  <Actinic:S_PRICE/></BR>
    			<Actinic:S_DESCR/></BR>	
                            <Actinic:S_PROP/><P>
    		</td>
    	</tr>
    	</Actinic:SEARCH_RESULTS>
    	<tr>
    		<td align="left" class="Content" colspan="2"><B><Actinic:S_SUMMARY/></B><BR><Actinic:S_CONTINUE/></td>
    	</tr>
    </table>
    <!-- NETQUOTEVAR:SEARCHBLOCK -->
    Regards,
    Tsombo
    http://www.greektownimports.com

    #2
    Search for "Product Reference in the Search Results".
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X