Waza04 Posted February 19, 2003 Share Posted February 19, 2003 Hiya, Just uploaded my version of the AVS script. http://www.oscommerce.com/community/contributions,1003 It allows you to set a minimum age in Admin, and a customer creating account has to be over that minimum age in order for them to create an account successfully. Warren Quote Link to comment Share on other sites More sharing options...
Beridox Posted April 24, 2003 Share Posted April 24, 2003 HI! I have just installed it and it works great when you sign up (or try to sign up for an account) in my english pages. But when you try on my swedish pages that have the dateformat as: setlocale(LC_TIME, 'sv_SE.ISO_8859-1'); define('DATE_FORMAT_SHORT', '%Y-%m-%d'); // this is used for strftime() define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() define('DATE_FORMAT', 'Y-m-d'); // this is used for date() define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); It does not accept that i write 1970-12-14 or 1995-12-14 ,it just accept when i write 15/12/1970. Shall it work with other dateformats then the english one? Thanks in advance. /Anneli Quote Link to comment Share on other sites More sharing options...
StuartCutting Posted May 3, 2006 Share Posted May 3, 2006 Hi all! I've added a bug fix for this contribution - there is an error which prevents people that are 18 (or whatever you've set your MIN_AGE to) from registering - as the evaluation of cmonth and month was wrong. See the README for full info. http://www.oscommerce.com/community/contributions,1003 Cheers, Stuart. 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.