Postponed (maintainer needs more info)
Project:
Ubercart Multiple Discount Coupons
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 02:51 UTC
Updated:
22 Nov 2011 at 15:59 UTC
Comments
Comment #1
charlie-s commentedDo you see the ajax "loading" icon? Can you check your console in Chrome or Firebug in Firefox and see if there are JavaScript errors?
Comment #2
mixmastermex commentedI'meet the same problem.
Ajax loading icon appear
No javascripts errors in firebug
Comment #3
charlie-s commentedI found a lot of issues with certain portions of this module not returning anything. Go into the uc_multi_coupon.module and throw some watchdogs in there like this:
wherever you see pertinent functions being performed (obviously be descriptive in your watchdog text so you know what's happening) and then you should be able to track down the issue. Or perhaps just check Drupal's recent logs and see if it's already throwing errors. I have gotten familiar with this module over the past week and put several issues in the queue; with some feedback we may be able to get this to a more stable release.