Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP!


hicksman99

Recommended Posts

Posted

I have just installed oscommerce on php 4.3.9 and am having some issues. If i try to add a product to my shopping cart, it just says that my shopping cart is empty. After many hours of searching for an answer I am still stuck. The items are adding to the cart db but it appears that the session is dropping them before the next step. Any insight would be most helpful.

 

Thanks :blink:

Posted
I have just installed oscommerce on php 4.3.9 and am having some issues. If i try to add a product to my shopping cart, it just says that my shopping cart is empty. After many hours of searching for an answer I am still stuck. The items are adding to the cart db but it appears that the session is dropping them before the next step. Any insight would be most helpful.

 

Thanks :blink:

 

Hi

Had the same problem. You might need to set the ssl in the catalog/includes/local/configure.php the same as your https://xxxxx.com just without the s in the http, like this assuming you have shared ssl:

define('HTTP_SERVER', 'http://securedomain.domain.com');

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT . '../');

define('DIR_FS_LOGS', '../admin/logs');

define('HTTPS_SERVER', 'https://securedomain.domain.com');

Hope that will solve you issue

Werner

Archived

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

×
×
  • Create New...