View Single Post
  #4  
Old 05-09-2003, 08:55 AM
 
parmar parmar is offline
 

eXpert
  
Join Date: Apr 2003
Location: London, UK
Posts: 286
 

Default

Quote:
Originally Posted by shan
you could simply comment out the parts that you dont want to show by using the following code in your template files

{* ANYTHING HERE IS NOT SHOWN *}

I have the same dilema. Is it ok just to delete those line which controls the Discount and Tax items from the /customer/main/cart_totals.tpl?
I have deleted below from the tempalte file, will it cause any problems?

<font class=FormButton>{$lng.lbl_discount}:</font> <font class=ProductPriceSmall>{include file="currency.tpl" value=$cart.discount}</font>{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$cart.discount}




<font class=FormButton>{$lng.lbl_tax}:</font> <font class=ProductPriceSmall>{if $login ne "" or $config.General.apply_default_country eq "Y"}{include file="currency.tpl" value=$cart.tax_cost}</font>{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$cart.tax_cost}{else}n/a{/if}
Reply With Quote