Guest Posted June 4, 2008 Share Posted June 4, 2008 I installed it and new customers can't log in now. The error is: Your date of birth must be in this format: MM/DD/YYYY (eg 05/21/1970) The pull down menu is in DD/MM/YYYY Where or what do I change to make this work ??? Again, I appreciate your help. Chris Quote Link to comment Share on other sites More sharing options...
spooks Posted June 20, 2008 Share Posted June 20, 2008 Just spotted this by chance, anyway the best way to fix this is for you to move to europe!! But failing that: In the mod for catalog/includes/functions/html_output.php find: if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224) { replace with: // mm dd yy contries = 38 canada,139 Micronesia,163 Palau,168 Philippines,223 & 224 United States if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224 || STORE_COUNTRY == 38 || STORE_COUNTRY == 139 || STORE_COUNTRY == 163 || STORE_COUNTRY == 168) { Let me know if that sorts it for you, its a long time since I did that contrib so I might have missed something. I`ll update the contrib when fix is confirmed Quote Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
ssnb Posted May 28, 2009 Share Posted May 28, 2009 Just spotted this by chance, anyway the best way to fix this is for you to move to europe!! But failing that: In the mod for catalog/includes/functions/html_output.php find: if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224) { replace with: // mm dd yy contries = 38 canada,139 Micronesia,163 Palau,168 Philippines,223 & 224 United States if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224 || STORE_COUNTRY == 38 || STORE_COUNTRY == 139 || STORE_COUNTRY == 163 || STORE_COUNTRY == 168) { Let me know if that sorts it for you, its a long time since I did that contrib so I might have missed something. I`ll update the contrib when fix is confirmed Bro Do you know how I can add more years to the year drop down? Also, is this stable now? Chur Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.