Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Create Account/Sign In Button Problem


WillPate

Recommended Posts

Posted

How do I set it so that the buttons for Create Account and Sign In go to http instead of https?

 

I'm using Simple Template System, but I don't see how that would change anything.

Posted

In both catalog and admin/includes/configure.php change this:

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

To this:

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

 

The_Bear

Posted

Thanks Bear, for some reason I had to delete the old /catalog/includes/configure.php before I uploaded the new one to make it work.

 

bloodshooteyes, I'm doing this so that we can test the account functions before we install the SSL cert, at which point I'll change those values back to their original state.

Archived

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

×
×
  • Create New...