View Single Post
  #3  
Old 06-11-2004, 10:20 AM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default

Hi,

There is no reason why you cannot remove the powered by x-cart advertisement.

If you go into [skin1]/customer/home.tpl

find the line: { include file="poweredby.tpl" } and comment it out e.g. {*{ include file="poweredby.tpl" }*}

you will then need to open [skin1]/bottom.tpl

and comment out: {include file="main/prnotice.tpl"} e.g. {*{include file="main/prnotice.tpl"}*}

P.S - I can see you are new to x-cart. In the smarty template files i.e. all files with a .tpl extension. you can 'hide' elements by using the tags {* at the beginning of what you wish to hide and *} at the end. These are similar to the html comment tags:

just a little tip!
__________________
X-Cart Gold Version: 4.0.17
X-Configurator
X-AOM
X-FancyCategories
X-RMA
X-Offers
Reply With Quote