Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Check out problems


Guest

Recommended Posts

From the beg. of my install, I wasn't sure where to put what files where, someone told me to just put all of my files in my main directory, and then copy them all to my secure directory ... does this sound right? The only problem now is that when you click add product, it adds it to your bin fine, but then when you click checkout, the little secure lock shows but then the items that used to be in your bin are no longer there and someother item is always there no matter if i create a new account or not...the other items are never there, if you click back out, and go to like cart countents, its not a secure page and your items show, but as soon as you go to check out, they are gone and it only lets you buy that one item there that isnt supposed to be there.

 

Any ideas?

Link to comment
Share on other sites

Sounds like a cookie mistake in the configure.php file.

 

Post it and create a test account for us.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

someone told me its because i'm using different domain names... the only problem is that i'm using shared ssl so it should be able to work with multiple accounts

 

 

* DIR_WS_* = Webserver directories (virtual/URL)

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

define('HTTPS_SERVER', 'https://sharedsecure.dreamwaydesigns.com'); // 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', '/');

define('DIR_WS_HTTP_CATALOG', '/');

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

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

 

 

 

 

 

you can go ahead and create your own test account.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...