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