Thread: Show VAT Exempt
View Single Post
  #3  
Old 12-05-2008, 09:03 AM
 
Mistic Mistic is offline
 

Newbie
  
Join Date: May 2005
Posts: 6
 

Default Re: Show VAT Exempt

Hi Yurij, thanks for the reply, I tried this

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

but it did not show anything, I tried a few other variations but none would show, am I getting it wrong?
__________________
X-Cart 4.1.8
Reply With Quote