Hello all
i use the uc_vat module http://drupal.org/project/uc_vat
i followed this tutorial http://www.ubercart.org/forum/development/3868/nifty_products_tutorial_p...
ti get my add to cart button on top and theme my product page
when i display sell price Sell Price:
<?php
print uc_currency_format($node->sell_price);
?>it display the price but does not include VAT, is there a variable to display my price includint VAT ?
Thanks to all for your help
