Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can shopping cart use SSL?


jinlu

Recommended Posts

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?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...