Closed (fixed)
Project:
Ubercart Discount Coupons
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2011 at 12:24 UTC
Updated:
16 Aug 2011 at 16:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
wodenx commentedThanks for catching this - hard to believe it's not come up before.
Please try the attached patch and let me know if it resolves the problem. Note: the coupon will still appear as an item in the cart, but should no longer count towards the total. You could probably alter this behavior by overriding "theme_cart_review_table()" (default implementation is in uc_cart_checkout_pane.inc") and changing what is displayed if the url is the paypal review page, something like
Comment #2
wodenx commentedCommitted to DEV.
Comment #4
j0rd commentedThere's a bug in this patch I believe.
Should be
As per http://api.lullabot.com/hook_order_product_alter
I'm also getting reports in my error log.
Comment #5
wodenx commentedThanks. Committed to new release 6.x-1.7.