Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

check out items different


Guest

Recommended Posts

i can log on and add products ok, but as soon as i go to checkout, etc. the products disappear and some other product appears... any ideas?

 

here is my config file..

 

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

define('HTTPS_SERVER', 'https://sharedsecure.dreamwaydesigns.com/dreamwayonline/'); // eg, https://localhost - should not be empty for productive servers

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

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

define('HTTPS_COOKIE_DOMAIN', 'sharedsecure.dreamwaydesigns.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/dreamwayonline/');

define('DIR_WS_HTTP_CATALOG', '');

define('DIR_WS_HTTPS_CATALOG', '');

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

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

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...