Hi,
we're trying to use Ubercart 2 VAT support with Ubercart Payment Method Adjustments module and experiencing two troubles:
a) In order review and invoices, tax is not calculated for payment method fees. Using sales prices including tax -option. This is should get fixed before PMA module can be used successfully with the VAT module. Another thread about this http://drupal.org/node/841348
b) In payment method checkout pane, PMA adds a description to each adjusted payment method with clause "There is a !adjustment fee when paying by !method" where !adjustment shows a price or percent, but the price here always excluding VAT - altough including VAT might be needed. In the summary VAT is calculated correctly.
Thank you, if you can take PMA support into consideration.
Comments
Comment #1
p4trizio commentedI'm not using the VAT support but I'm experiencing almost the same problem with Payment Method Adjustments (http://drupal.org/node/841348)
-taxes are calculated perfectly on checkout page
-next page (checkout/review) taxes are not applied only to the PMA line
-clicking "back" button and again "next", taxes are applied.
Comment #2
smartango commentedcheck this:
http://www.ubercart.org/issue/3442/checkout_calculations_not_same_review...
and this
http://drupal.org/node/841348#comment-3401896
Comment #3
longwaveDuplicate of #841348: pma + tax module
Comment #4
ArieKanarie commentedMost important is to set the priority of the uc_pma module higher by updating the weight in the system table via update system set weight = -1 where name = 'uc_pma'. Check if the weight of 'uc_taxes' is indeed higher than -1 e.g. zero.