Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating an account


msole

Recommended Posts

They should just click on "My Account" then select the "New customer" option.

 

After selecting the 'new customer' option and filling out my account information.

Then I click continue.. it would just bring me back to the same page.

Trying out if the account was confirmed.. I tried to login in, but there was no match.

Link to comment
Share on other sites

My guess is you're using SSL and there's something not quite right in your includes/configure.php file.

 

I haven't install my SSL yet, but I will soon.

I don't see anything that has to do with creating an account in my includes/configure.php file.

Link to comment
Share on other sites

I haven't install my SSL yet, but I will soon.

I don't see anything that has to do with creating an account in my includes/configure.php file.

 

In a site with SSL the create account process is run through the secure server; the website is able to distinguish the HTTP server from the HTTPS server via the configure.php file. If you have

  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

in your configure file then this wouldn't be an issue.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

In a site with SSL the create account process is run through the secure server; the website is able to distinguish the HTTP server from the HTTPS server via the configure.php file. If you have
  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

in your configure file then this wouldn't be an issue.

 

So your saying that If i install the SSL & have

  define('ENABLE_SSL', true); // secure webserver for checkout procedure?

. It would work.

 

so my problem would be fixed if I have a site with SSL ?

 

because right now..i still haven't done an SSL, and in my configure.php file I have the code.

  define('ENABLE_SSL', true); // secure webserver for checkout procedure?

& it's not working

Link to comment
Share on other sites

So your saying that If i install the SSL & have . It would work.

 

so my problem would be fixed if I have a site with SSL ?

 

because right now..i still haven't done an SSL, and in my configure.php file I have the code. & it's not working

 

As David says you should have

  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

As David says you should have
  define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

How do I change it to false? It seems like I can't just delete & retype.

Link to comment
Share on other sites

I figured it out myself. But thank you, couldn't have done it without your help.

 

quick question, I was wondering would I ever have to change it back to true, when I install my SSL ?

Link to comment
Share on other sites

I figured it out myself. But thank you, couldn't have done it without your help.

 

quick question, I was wondering would I ever have to change it back to true, when I install my SSL ?

 

Obviously David has already answered this question as well, but my two cents is that you can install all the SSL you want but if your configure.php file sets ENABLE_SSL as false, then you don't have any SSL.

Do, or do not. There is no try.

 

Order Editor 5.0.6 "Ultra Violet" is now available!

For support or to post comments, suggestions, etc, please visit the Order Editor support thread.

Link to comment
Share on other sites

Obviously David has already answered this question as well, but my two cents is that you can install all the SSL you want but if your configure.php file sets ENABLE_SSL as false, then you don't have any SSL.

 

LOL - Good point Stew. :-)

 

Talk about being explicit!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...