When I update the "Country" select list in the "Delivery information" fieldset on the cart/checkout page I get an error "You must enter a valid coupon code" appear above the "County/state" field.

I am using Ubercart 7.x-3.0-rc2. Unfortunately at this point I am not able to update either Ubercart or Discount coupons to their latest recommended releases.

If this issue would be better placed in the Ubercart queue please let me know.

Thanks

Comments

wodenx’s picture

Status: Active » Postponed (maintainer needs more info)

This 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.

El Bandito’s picture

Thanks 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

wodenx’s picture

Best 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.