Jump to:
| Project: | Ubercart 2 VAT support |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am building a store and would like to use this module to provide the tax handling. I have established the necessary rules for the Australian 10% GST and adjusted sell prices to be excluding tax. The module works well for straightforward purchases with the customer being charged tax.
The site also sells a subscription product that's handled as an expiring role with the UC Recurring module. The recurring module is correctly handling tax at checkout and levying the tax inclusive price when renewals fall due (it creates a real order at that time). However, the module displays a list of the user's active recurring fees on the user's account page that shows the ex-tax price to the user. As far as I can see the uc_recurring module is passing the stored ex-tax price through uc_price and should be triggering the relevant handlers to add the tax; but does not, $60 in, $60 rather than $66 out. With the limited context information passed to uc_price I expect the handlers to be defaulting to the store country (AU) and triggering the tax.
Has anyone here has experience of this module and its interaction with uc_recurring? Is there a way to correct the display?
Comments
#1
Hi Chris, how did you go with this? I've come up against the same issue - and Aust site that retails wine with 10% GST, and they want to implement a wine plan where a purchaser can subscribe to a carton of wine every x months. All working well except for the recurring charge being ex tax.
#2
Same here with MwSt in Germany. Is there a solution outside?
In my case the user can buy a role. At paypal is the correct price including the 19% MwSt (German taxes) shown and also an Information that the next renewall is in one month but there is the price shown without the 19% taxes. Is this a bug?