View Single Post
  #2  
Old 05-18-2005, 09:25 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

Remove (lines 15 > 17):
Code:
{if $order.extra.tax_info.display_cart_products_tax_rates eq "Y"} <TH nowrap width="100" class=TableSubHead>{if $order.extra.tax_info.product_tax_name ne ""}{$order.extra.tax_info.product_tax_name}{else}{$lng.lbl_tax}{/if}</TH> {/if}

and (lines 38 > 47):
Code:
{if $order.extra.tax_info.display_cart_products_tax_rates eq "Y"} <TD align="center"> {foreach from=$product.extra_data.taxes key=tax_name item=tax} {if $tax.tax_value gt 0} {if $order.extra.tax_info.product_tax_name eq ""}{$tax.tax_display_name} {/if} {if $tax.rate_type eq "%"}{$tax.rate_value}%{else}{include file="currency.tpl" value=$tax.rate_value}{/if} {/if} {/foreach} </TD> {/if}

and (lines 59 > 61):
Code:
{if $order.extra.tax_info.display_cart_products_tax_rates eq "Y"} <TD align="center">-</TD> {/if}
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote