Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help please... shopping cart empty at checkout


gigant

Recommended Posts

Posted

Thanks. I just can't figure out what's wrong with this... I always get "shopping cart empty" message when I click on "checkout" button (going to SSL protected area).

 

my "configure.php":

 

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

define('HTTPS_SERVER', 'https://web20.secure-secure.co.uk'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'mywebsite.com');

define('HTTPS_COOKIE_DOMAIN', 'web20.secure-secure.co.uk');

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

define('HTTPS_COOKIE_PATH', '/mywebsite.com/Shop/');

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

define('DIR_WS_HTTPS_CATALOG', '/mywebsite.com/Shop/');

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/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/sites/mywebsite.com/public_html/Shop/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

...Thank you so much for your time and help =)

  • 2 weeks later...
Posted

Hi All

 

Was there any feedback / resolution to this. I am currently trawling the forums looking for a solution to the same problem.

 

It is cookie related but I cannot figure out how.

 

This thread about cookie domains seems to point in that direction but did not resolve anything for me.

cheers
Tony
******************************
My oscMax Store RecoverToy :: Antique Toy Car Parts
Tony's Tech Blog
WrenMaxwell WebManagement
******************************

Archived

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

×
×
  • Create New...