Active
Project:
Ubercart Payment Method Adjustments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2010 at 15:40 UTC
Updated:
18 Jul 2012 at 14:48 UTC
Hi there,
If I apply a 50% discount coupon, so the order total (before PMA gets to it) is reduced, the PMA still gets applied (it's a percentage based PMA) to the pre-discount order total, e.g.
Cart total = $100.00
PMA = $10.00
Coupon = -$50.00
Order total= $60.00
Can the PMA be applied after the coupon discount? e.g.
Cart total = $100.00
Coupon = -$50.00
PMA = $5.00
Order total= $55.00
Thanks,
David
Comments
Comment #1
janton commentedYes i'm looking for the same thing.. or simular thing... does this has to do something with module weight?
Comment #2
janton commentedSame issue here with "uc_discounts_alt"
I don't know if there is some order way? i tried changing the weight of the module but it did not work...
so it looks like this now:
Subtotal: €47,70
TEST fee: €4,77
Coupon: test: -€1,00
Alt discount: -€2,70
Order total: €48,77
Well it should be:
Subtotal: €47,70
Coupon: test: -€1,00
Alt discount: -€2,70
TEST fee: €4,40
Order total: €48,40