Active
Project:
e-Commerce
Version:
5.x-3.4
Component:
address
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2008 at 16:49 UTC
Updated:
19 May 2009 at 09:22 UTC
Hi guys,
just spotted the following typo in the address.module (// $Id: address.module,v 1.42.2.11.2.3.2.18 2007/07/24 01:34:02 gordon Exp $)
Line number 394 is incorrect: $states = store_build_states($country); that returns a bug for US customers when filling out their address they can't select a state. The dropdown menus get's stuck on Please Select...
It should be changed to $states = store_location_build_states($country);
Comments
Comment #1
drew reece commentedAppears to be similar to this issue…
http://drupal.org/node/227593
Comment #2
Phillip Mc commentedYou're right Drew. Well spotted. Closing this issue, marking as Duplicate and pointing people here: http://drupal.org/node/227593
Comment #3
pfaocleThis bug is still present in 3.4, and the fix above is the better one than presented in Province / State Select, IMO.
Comment #4
Phillip Mc commentedjust to confirm, this is still in the 5.x-3.x dev version as of todays date.