2 replies [Last post]
joachimdesa's picture
Offline
Joined: 09/01/2009
Juice: 98

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

joachimdesa's picture
Offline
Joined: 09/01/2009
Juice: 98
Re: Theme, display price with uc_vat module

I tried without theming an managed to move my add to cart up
by moving it the field in my content type
i did the same for all my contents types
but it only works for one of them ....

revue content type http://newsite.lefestin.net/node/802
livre content type http://newsite.lefestin.net/livres

does anyone know why ?

thanks a lot

AttachmentSize
Image 2.png 87.36 KB
Image 3.png 88.46 KB
Image 1.png 95.85 KB
joachimdesa's picture
Offline
Joined: 09/01/2009
Juice: 98
ookkkk i got it i just

ookkkk
i got it
i just changed the weight here admin/store/settings/products/edit/fields