Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add to cart does nothing


Guest

Recommended Posts

Posted

When clicking on add to cart, I receive "your cart is emty!" and "continue".

 

How do I fix it :huh: ?????

Posted

You have the wrong setting in includes/configure.php for your http_cookie_domain (and if you have an ssl cert for your https_cookie_domain as well).

 

http_cookie_domain should be either www.yourdomain.com or just your domain.com (no http://)

 

https_cookie_domain (for a full ssl cert) should be as above (depending on whether your full ssl cert is made out to www.yourdomain.com or just to yourdomain.com).

 

https_cookie_domain for a shared ssl cert depends on your hosting setup, but would be something like:

secure.yourhosts.com/yourdomain.com

 

Vger

Posted
You have the wrong setting in includes/configure.php for your http_cookie_domain (and if you have an ssl cert for your https_cookie_domain as well).

 

http_cookie_domain should be either www.yourdomain.com or just your domain.com (no http://)

 

https_cookie_domain (for a full ssl cert) should be as above (depending on whether your full ssl cert is made out to www.yourdomain.com or just to yourdomain.com).

 

https_cookie_domain for a shared ssl cert depends on your hosting setup, but would be something like:

secure.yourhosts.com/yourdomain.com

 

Vger

 

Thanks.

 

I should have shared ssl, but the host provider hasn't set it up yet.

http_cookie_domain at configure.php is 'mydomain.com/catalog'.

Can't I see the cart until the ssl is set?

Archived

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

×
×
  • Create New...