Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cart is emtpy once customer signs in - Using shared SSL


jbhasman

Recommended Posts

For some reason when I go through and choose a couple products and add them to the cart and go to checkout, then I when I login they are gone. We are using a shared SSl, so it switches the url to the shared secure domain. What do I need to do to get the cart to follow the user once they login securely?

 

Thank you,

 

JB Hasman

http://logixstar.com

Link to comment
Share on other sites

I figured it out. When I edited /include/configure.php and added the shared SSL path, I didn't see this field that must be changed as well...

 

define('HTTPS_COOKIE_DOMAIN', 'yourdomain.com');

 

This must be pointed to the SSL domain. If it is a shared SSL and your path is something like this https://secure.myhostdomain.com/~username, you don't need to include the ~username, just the https://secure.myhostdomain.com.

 

Thank you,

 

Jay Hasman

http://logixstar.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...