Announcement

Collapse
No announcement yet.

Best Seller templates which ones are used

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

    Best Seller templates which ones are used

    I am using the best seller template and want to remove the search box, View Cart and Checkout buttons and the advanced word and the line stating the cart's contents: i.e. Items 0 Value 0
    I have managed to find some of the elements in various templates so have got parts of it disabled from some templates but cannot find where to disable it all completely. Does anyone know what templates provide this information to the home and other pages?

    Many Thanks

    John

    #2
    Hi there

    Please open "Act_Primary.html" this can be found in "Advance | Template Manager | Main" and click on "Primary".

    Now to remove the search box remove the following

    HTML Code:
       <tr> 
                    <td width="170" height="59" background="search_background.gif" align="right">
                      <a href="NETQUOTEVAR:NAVBSEARCHLINK"><font color="NETQUOTEVAR:PALBGCSS">Advanced</font></a>&nbsp;<br>NETQUOTEVAR:SIMPLESEARCH
                    </td>
                  </tr>
    For View Cart and Checkout remove:
    HTML Code:
                  <tr> 
                    <td>NETQUOTEVAR:NAVBCART</td>
                  </tr>
                  <tr> 
                    <td>NETQUOTEVAR:NAVBCHECKOUT</td>
                  </tr>
    and for the basket content remove
    HTML Code:
                  <tr> 
                    <td height="25" background="cart_bg.gif"><font color="NETQUOTEVAR:PALBGCSS" size="1"><strong>&nbsp;&nbsp;&nbsp;
                      <script language="JavaScript">
    				<!--
    				document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
    				document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    				// -->
    				
                      </script>
                      </strong></font></td></tr>
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X