
Very big problem with version .1 2009/11/30
Guys, if your using this module and using also vat (uc_taxes module) then just DON'T use this module.
It doesn't calculate discount on order review and also when the order is completed.
I found a patch http://drupal.org/node/694804 and apply it.
Then, I had the discount but the vat wasn't been calculated with the discount. I mean I had the vat amount without discount.
So, The total amount was having more VAT value than expected.
Ex.
Product normal price 10€.
discount 10%.
Price after discount: 9€.
Discount value: 1€
Vat rate : 23% (Greece)
Amount with VAT applied:
9 + (9 * 0.23) = 11.07€
But the order does this (wrong):
9 + (10 * 0.23) = 11.3€
As a conclusion, see http://drupal.org/project/uc_bulk_discou...
Review by mnakos [info] on January 20, 2011 - 09:23