Thread: Show VAT Exempt
View Single Post
  #2  
Old 12-02-2008, 05:28 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Show VAT Exempt

Quote:
Originally Posted by Mistic
Hi, I have tried to edit the products.tpl to show '(VAT Exempt)' on items that don't have VAT. I tried changing this

{if $products[product].taxes}
<br />
<div class="PListTaxBox">{include file="customer/main/taxed_price.tpl" taxes=$products[product].taxes}</div>
{/if}

to

{if $products[product].taxes}
<br />
<div class="PListTaxBox">{include file="customer/main/taxed_price.tpl" taxes=$products[product].taxes}</div>
{else}
(VAT Exempt)
{/if}

it didn't work, I tried a couple of other things but decided I didn't understand exactly what is going on.

Any help appreciated.

Try used field "taxed_price"
Reply With Quote