Closed (fixed)
Project:
Ubercart 2 VAT support
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 18:00 UTC
Updated:
20 May 2010 at 11:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
fenstratThis is a uc_vat issue.
see #518916: Use uc_price types instead of locations
Comment #2
longwaveAs 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.
Comment #3
joachim desarmenien commentedI 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
Comment #4
longwaveA 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
Comment #5
joachim desarmenien commentedyippppeeeee it works
thanks a lot
Comment #6
joachim desarmenien commentedstill 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 ?
Comment #7
longwaveIt 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.
Comment #8
bbunse commentedSorry 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.
Comment #9
joachim desarmenien commentedworks 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
Comment #10
joachim desarmenien commentedsorry i moved this message here
http://drupal.org/node/493322
i don't know how to delete it
Comment #12
didlix commentedAre 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!
Comment #13
dantz commentedSame problem here. Looks like the patch isn't applied yet. And it's not working correctly with my UC 2.2.
Comment #14
didlix commentedI was being an idiot, and confused by paypal listing postage after the vat amount. The totals add up fine.
Comment #15
dantz commentedRight. 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?