Active
Project:
UberPOS
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2011 at 13:56 UTC
Updated:
21 Jun 2011 at 20:11 UTC
Jump to comment: Most recent file
Upon upgrading to the newest Ubercart, coupons no longer work properly. If a coupon is used it subtracts the value of the entire cart: e.g. is the coupon is $10 and the cart subtotal is 23:75, it will deduct 23.75.
Also, when removing a coupon, tax is not calculated properly and you need to do a 0CA command for it to recalculate tax.
Comments
Comment #1
jahaswel commentedWe had recently sent out and sold quite a few gift certificates and this is having a major impact on our business, is there any way I can get some action on this?
Thanks
James
Comment #2
last call media commentedThis happened when upgrading to the newest Ubercart? can you downgrade?
CP was never actually supported on the uberpos alpha release and was only available as a patch from #734840: Coupon support
CP has under gone some changes recently in the dev branch so maybe get that going in a test environment and if all works well, then upgrade?
Comment #3
last call media commentedDid you also upgrade http://drupal.org/project/uc_coupon
Comment #4
jahaswel commentedYes, I'm using Ubercart Discount Coupons 6.x-1.6
Comment #5
jahaswel commentedTheory: % off still works. Might it be treating everything as a %? That way the $15 off would be 1500%, but since it doesn't allow discounts higher that the cart, it ends up discounting the whole cart value.
I tried to test a coupon for .50 to see if that would discount 50% but it didn't like the value for some reason.
Related to this, it would be great if the coupon WOULD allow for higher that the subtotal to show change returned on a gift certificate.
Please let me know if this helps
James
Comment #6
jahaswel commentedI've attached a zip of my uc_coupon and uberpos folders to see if there is an anomaly there.