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

p4trizio’s picture

I'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.

longwave’s picture

Status: Active » Closed (duplicate)
ArieKanarie’s picture

Most 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.