Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't checkout


ckyshop.co.uk

Recommended Posts

On my site www.ckyshop.co.uk (not finished) when I try to complete a checkout after adding something to my basket I am asked to log in. Once I have logged in my basket is empty again. I add something to my basket and then I am logged out again. I log in again and my basket is emptied!!

 

Sorry if this is confusing but what can I do?!

 

Thanks

 

Lewis

Thanks for any help/comments.

 

Regards,

 

Lewis Hill

Link to comment
Share on other sites

Most likely your cookie settings in catalog/includes/configure.php are incorrect - post the top part of that file here for a look see :D

 

Matti

Link to comment
Share on other sites

Thanks Matti!

 

Changing

define('HTTPS_COOKIE_DOMAIN', 'ckyshop.co.uk');
to
define('HTTPS_COOKIE_DOMAIN', 'https://srv02.firstcallhosting.net/~lewis761');
has fixed it!

 

Thanks again,

 

Lewis

Thanks for any help/comments.

 

Regards,

 

Lewis Hill

Link to comment
Share on other sites

  • 2 weeks later...

I am having a simnilar problem but it doesnt happen all the time.... sometimed when navigating around the customer gets logged out.

 

My config is as follows:

 

 

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

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

define('HTTPS_SERVER', 'https://secure.modyourcar.com.au'); // eg, https://localhost - should not be empty for productive servers

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

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

define('HTTPS_COOKIE_DOMAIN', 'secure.modyourcar.com.au');

 

 

And I am using database for sessions.

Dan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...