Postponed (maintainer needs more info)
Project:
Ubercart Discount Coupons
Version:
7.x-2.1-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2012 at 12:22 UTC
Updated:
1 May 2012 at 16:13 UTC
Comments
Comment #1
wodenx commentedThis may be theme related - can you try with a default theme and see if you have the same problem? Also, if you can check the contents of the "POST" request that is submitted when you change the address field, that might be illuminating.
Comment #2
El Bandito commentedThanks wodenx. Unfortunately this problem only exhibits on the live version of a site operating to a strict SLA so my windows of opportunity for investigation are very limited.
How best would I check the POST request ?
Thanks
El B
Comment #3
wodenx commentedBest way to check the POST is via firebug or similar tool - in the Net tab of firefox you can see a list of all requests. When you click on the address field you shoudl see a POST request. If you click on that and look at hte "Post" tab you'll see all the variables the form is sending back to your server.