Posted by ck9 on June 27, 2009 at 7:26am
Jump to:
| Project: | Ubercart Discount Coupons |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I'm trying to produce a coupon which gives a user a completely free product. Although the coupon reduces the sub-total to £0.00, the tax is added at the standard rate.
e.g. A coupon for $115 (or 100%) reduces the cost of a $100 product to $0.00, however the customer is charged $15 due to a 15% tax rule. I need this to be $0.00 after taxes.
Comments
#1
In your tax rule, if you select the "Coupon discount" line item checkbox, this should work as you describe. Please try this and let me know how you get on.
#2
This partially similar to the bug we're experiencing. See http://drupal.org/node/525154
#3
Very helpful. Thanks
#4
To clarify things a little more, this should work as long as all your store products are taxed in the same way. If you have multiple tax rates in use you may be affected by #376926: Taxes incorrectly calculated when store coupons are applied.
#5
VAT and coupons are now fully supported. Mixed-rate standard taxes and coupons may need some more work, but the original issue reported here should now be fixed.