Hi all,

just upgraded to rc5 but it appears to have thrown off teh VAT settings; prices aer now being displayed ex VAT in the catalogue and the cart and only being shown at the checkout stage

other modules appear to show VAT properly; such as the upsell so not sure if its Ubercart or VAT module

cheers,
Ken

Comments

fenstrat’s picture

Project: Ubercart » Ubercart 2 VAT support
Version: 6.x-2.0-rc5 » 6.x-1.x-dev
longwave’s picture

Status: Active » Fixed

As now noted on the project page you will need to upgrade to today's development release of uc_vat and apply http://drupal.org/files/issues/518916_tax_line_alter_2.patch to Ubercart for VAT to work correctly with rc5.

joachim desarmenien’s picture

I really need to display prices incVluding VAT for a french store i making

I tried to patch my ubercart using these instructions
http://drupal.org/node/60818

it failed all the times

is there a way i could get the patched files

thanks

longwave’s picture

A pre-patched version of Ubercart 6.x-2.0-rc6 is available at http://www.longwaveconsulting.com/files/ubercart-6.x-2.0-rc6-patched.tar.gz

joachim desarmenien’s picture

yippppeeeee it works
thanks a lot

joachim desarmenien’s picture

still have ne probleme
it tells me in admin/reports/status
that the version Ubercart 2 VAT support 6.x-1.x-dev is not supported anymore

i this essential ?

longwave’s picture

It is supported, but that was switched off to avoid recommending the wrong (rc3) version. This has now been switched back on so the module should be marked as supported - just make sure if you're using a patched Ubercart rc6 that you also use the latest 6.x-1.x-dev release of uc_vat.

bbunse’s picture

Sorry to bother you again.

I have uploaded the pre-patched version you linked above. But still the price in the catalog, product page, cart block, cart is displayed without vat. Also tried deactivating and activating uc_vat, recreate the tax rate, make new products. Still no change. Am I missing something here?

Edit: Think there is some problem in the activation of the module when products that are not shippable exist. By making the product shippable and saving it the VAT is included everywhere it should be. After I made the product unshippable again VAT is still included. So I think the problem is solved.

joachim desarmenien’s picture

works fine on the website
http://fbwn.net/DEV/drupal
but it still say it's not supported in the admin /admin/build/modules

as long as it works ... i guess it's ok

thank you very very very very much

joachim desarmenien’s picture

Title: VAT not being displayed in the catalogue or cart » VAT false when sent to paypal
StatusFileSize
new182.74 KB
new154.48 KB
new157.93 KB
new150.67 KB
new169.98 KB

sorry i moved this message here
http://drupal.org/node/493322
i don't know how to delete it

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

didlix’s picture

Are you sure this is patched correctly?

Please see the following screen shots and pay attention to postage prices:

http://grab.by/4soI
http://grab.by/4sp8

http://grab.by/4soK

Thanks!

dantz’s picture

Same problem here. Looks like the patch isn't applied yet. And it's not working correctly with my UC 2.2.

didlix’s picture

I was being an idiot, and confused by paypal listing postage after the vat amount. The totals add up fine.

dantz’s picture

Right. I'll blame Paypal on that, too :)

But still there is a rounding problem (19% German VAT) in my Shop:

Übercart:
Cart: €39,00 (including VAT)
Shipping: €5,50 (including VAT)
Subtotal: €37,39
VAT: €7,10
Total: €44,50

Paypal gets it right:
Cart: €32,77
VAT: €7,10
Shipping: €4,62
Total: €44,49

Any Ideas?