Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logged in, Returns to sign in on upon checkout


Guest

Recommended Posts

After Logging in, osC returns to Welcome Please Sign in on upon pressing the checkout button

It seems to happen when it switches to SSL shared server.

 

PLease help! :blush:

 

Im fairly new to php so please include code if possible and folders.

Link to comment
Share on other sites

please post your includes/configure.php here, without the database connection info.

also, in the admin/configuration/logging, etc have you changed any of the settings?

Link to comment
Share on other sites

I got it to work! :thumbsup:

 

wwwRoot/catalog/includes/configure.php

 

define('HTTP_SERVER', 'http://www.myweb.com'); // eg, http://localhost - should not be empty for productive servers

 

define('HTTPS_SERVER', 'https://www.myhost.com/myweb'); // eg, https://localhost - should not be empty for productive servers

 

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

define('HTTP_COOKIE_DOMAIN', 'http://www.myweb.com');

define('HTTPS_COOKIE_DOMAIN', 'https://www.myhost.com/myweb');

 

 

updated the area in bold that did it.

 

Is a way to modify this data from the ADMIN page after install or does it have to be done manually??

 

Thankyou for response I have another problem!

 

When I remove products from my shopping cart in user mode. The products remain!

I have the cache folder outside of my /wwwroot directory on a microsoft server.

I have updated the permissions to it and cache files do show up there but dont seem to be updated

 

Any guesses :'(

 

Thankyou in advance

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...