Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can shopping cart use SSL?


jinlu

Recommended Posts

Posted

From my understanding, we have to disable SSL in order to let

the checkout works. Then customer will feel unsecure. Does anyway

can let SSL work? Thanks!

Posted

That's why you should have a SSL certificate when you run a shop

Posted

But in order to let checkout to work, we have to disable SSL in configure.php. I have SSL in my web hosting server, but how to use it in the shopping cart solution? Thanks!

Posted

In both your catalog/includes/configure.php and admin/includes/configure.php it should be like this to work properly:

define('HTTP_SERVER', 'http://www.charme-et-vous.com'); // eg, http://localhost - should not be NULL for productive servers

 define('HTTPS_SERVER', 'https://secure20.dnsrouter.com/~charme/'); // eg, https://localhost - should not be NULL for productive servers

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

Archived

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

×
×
  • Create New...