WeAllWant2RuleTheWorld Posted August 2, 2003 Posted August 2, 2003 This is very neet, the problem I am having is that the format to add your address is all messed up. The Street Adress then the postal code then City then country and then State. I would like to put this in a logical format. Also when any one fills out the form they get Fatal error: Call to undefined function: tep_encrypt_password() in /home/will/public_html/Order_Info_Process.php on line 340 When you creat an account this does work correctly. What the heck did I do wrong. :oops: Any help would be nice. Thanks Quote You're lucky, he's lucky, I'm lucky, we're all lucky! Ha ha ha...
chfields Posted August 2, 2003 Posted August 2, 2003 You may not have made this change that is in the readme change line 349 (approx) in catalog/Order_Info_Process.php from 'customers_password' => crypt_password($password), to 'customers_password' => tep_encrypt_password($password), I think you can change the order of address,state,post code in catalog/includes/languages/english.php Quote
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.