Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customer keeps getting login after he has logged in


wildman21

Recommended Posts

Posted

Not all customers are having this problem but at least a couple a day.

 

They get to my site, have a look around, find what they are looking for, add them to the cart which works fine, then they hit checkout, register, hit checkout again, then they goto to login again, and they keep going around in circles.

 

They cannot get to the checkout at all!

 

I am frustrated as I know not all the customers ring me or leave me a message and i is costing me sales.

 

Some customers are from banks so have high security levels throught their internet connection I am guessing. But others are just at home connections.

 

I am using host provided shared certificate

 

Any help would be greatly appreciated

 

Kind regards

 

Daniel

 

 

 

 

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

define('HTTPS_SERVER', 'https://secure8.myownserver.net/~lighting'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.lightingpro.com.au');

define('HTTPS_COOKIE_DOMAIN', 'https://secure8.myownserver.net/~lighting');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/lightingpro.com.au/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

Archived

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

×
×
  • Create New...