Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Purchase Without Account Help


Recommended Posts

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

You're lucky, he's lucky, I'm lucky, we're all lucky! Ha ha ha...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...