I have seen this posted on many older versions, but I have just upgraded to 1.7 in the past few days. Everything seems to be working fine, apart from the State Dropdown is not being displayed on the checkout page. See the screen shot attached.
If this is an old issue, is there a quick fix?
Is anybody else experiencing this issue with 1.7?
Please can somebody help?!
I recently updated from 1.6.2 to 1.7 and now the state dropdown menu is not showing on magentos ‘onepage’ checkout.
I have been searching for others with this issue for a week and just found your recent report. Thank you for posting it- I hope to follow this thread through to someone finding a solution. I tried what you said and was unable to fix the problem this time around.
My Session Log says:
2012-05-06T19:59:49+00:00 DEBUG (7): Controller Predispatch dispatched…
2012-05-06T20:08:30+00:00 DEBUG (7): Controller Predispatch dispatched…
2012-05-06T20:28:07+00:00 DEBUG (7): Controller Predispatch dispatched…
2012-05-06T20:28:31+00:00 DEBUG (7): Controller Predispatch dispatched…
2012-05-06T20:28:33+00:00 ERR (3): Notice: A non well formed numeric value encountered in /home/sfg/public_html/lib/Varien/Image/Adapter/Gd2.php on line 453
2012-05-06T20:28:33+00:00 ERR (3): Notice: A non well formed numeric value encountered in /home/sfg/public_html/lib/Varien/Image/Adapter/Gd2.php on line 474
2012-05-06T20:28:34+00:00 ERR (3): Notice: A non well formed numeric value encountered in /home/sfg/public_html/lib/Varien/Image/Adapter/Gd2.php on line 453
2012-05-06T20:28:34+00:00 ERR (3): Notice: A non well formed numeric value encountered in /home/sfg/public_html/lib/Varien/Image/Adapter/Gd2.php on line 474
2012-05-06T20:28:34+00:00 ERR (3): Notice: A non well formed numeric value encountered in /home/sfg/public_html/lib/Varien/Image/Adapter/Gd2.php on line 453
2012-05-06T20:28:34+00:00 ERR (3): Notice: A non well formed numeric value encountered in /home/sfg/public_html/lib/Varien/Image/Adapter/Gd2.php on line 474
The above ERROR, “A non well formed numeric value encountered...” just showed up after trying your suggestion and re-installing default zend stuff in the magento connect panel and also the js prototype stuff.
Please feel free to post the above report on the thread.
There are many possible reasons why this error occurs.
The Error “ERR (3): Notice: A non well formed numeric value encountered in “ means, The numeric value contains some additional characters (newline, tab, etc.).
Maybe it is a Memory Problem. or a Bug
This Link could help you:
http://www.magentocommerce.com/bug-tracking/issue/?issue=10305
You can send too your Error log. Maybe I can see where the error is.
I don\’t know if this is the error you have, but when I loaded the checkout/onepage page, I was getting the same problem with the State dropdown. I had a firebug error that said countryRegions had not been defined. I looked in onepage.phtml in the new version, and this line that I had in the old onepage.phtml was missing:
I had the same problem Chris. I followed your direction and it turned me back on. And I know for a fact I didn\’t touch the onepage.phtml file before hand. That line just was NOT there. Now the onepage checkout shows the states again.
I still have a major problem with Magento onepage checkout. The default payment methods are not showing up and I was wondering if they might somehow be related.
I don\’t know if this is the error you have, but when I loaded the checkout/onepage page, I was getting the same problem with the State dropdown. I had a firebug error that said countryRegions had not been defined. I looked in onepage.phtml in the new version, and this line that I had in the old onepage.phtml was missing:
Wow, I had this same issue with 1.7. The template that I purchased which was originally built for 1.6+ didnt work with 1.7 Magento version. So I had to revert the Magento version to 1.6 so that the template would be compatible and viola the State worked flawlessly.
I would like to upgrade to 1.7 Magento version and with the help in this thread will hopefully fix the State field not showing up issue.
Since I am new to Magento, how to I downgrade the install to 1.6 incase the upgrade causes me more grief. I read about BACKUP your site, Is there an option for Backup the complete site and restore later if need be. Please advice.
Similar to the broken states drop down menu missing, I find that the recaptcha is missing from the onepage new customer registration in 1.71 ce. I have no explanation for this and am unfortunately not a programmer at this point. Does anyone reading this think it could be something to do with an older template incompatibility?
I tried turning on all the different default templates and with each one the captcha field on the checkout new customer registration page failed to show up.
The captcha shows up just fine on signup page outside of onepage checkout mode. I see how many customers I lost now. So, many people who abandoned the checkout page. Thank you Magento.
I had the same problem and thanks to Chris as his post helped my get this fixed. I did have to modify the code to remove the forward slash “/” in a few places for it to work for me.
I too can confirm that adding that bit of code fixed the issue. As far as I can tell it was only appearing on IE with a documents mode of IE 8, 7, 6, or Quirks. IE 9 Standards worked fine. Would really like to see this get fixed officially in the next version.