View Single Post
  #1  
Old 05-18-2006, 02:05 AM
 
sank sank is offline
 

Advanced Member
  
Join Date: May 2006
Location: West Midlands
Posts: 34
 

Default How To Display Price Including and Excluding VAT

Hi All

I want my prices to show both including and excluding VAT, but don't want the calculation.

I've added this code at the end of my taxed_price.tpl file:-

Code:
{else}{include file="currency.tpl" value=$products[product].taxed_price}{$lng.lbl_including_tax|substitute:"tax":$tax.tax_display_name} {/if} {/if} {/foreach} {/if}

I works how i wanted but it shows net price, not taxed price.
Am I trying to pass the wrong Variable?
Is there a list anywhere of what variables are available in X-Cart to play with?

Any help would be very much appreciated

Thanks

Dave
__________________
X-Cart Gold Version 4.1.9

www.fredsbedshed.co.uk
Reply With Quote