Hi there,

I am attempting to apply a store-wide 10% discount. In my situation, the discount is still applying to the amount before tax, instead of the order total:

Order total preview:
Subtotal: $2,000.00
10% Sale Discount: -$200.00
Subtotal excluding taxes: $1,800.00
GST: $200.00
Order total: $2,000.00

I am using Ubercart's built-in 'taxes' functionality to apply the GST tax. The discount type is set to "Order total" and under "Line Items", Tax is checked.

Trigger: Calculate order discounts
Condition: None
Action: Apply a discount Multiply -0.10, Discount type: Order total , Line items: Tax

I believe there has been some work done to fix tax issues here - http://drupal.org/node/597992 - but this did not fix my particular problem.

Thanks

Comments

Anonymous’s picture

Can anyone help with this?