dean0088 Posted April 6, 2007 Posted April 6, 2007 Everything seems to function properly, however when I click add to cart it goes to the shopping cart page, but it says your cart is empty. I do not get any error messages. Any ideas? Dean
Guest Posted April 6, 2007 Posted April 6, 2007 Everything seems to function properly, however when I click add to cart it goes to the shopping cart page, but it says your cart is empty. I do not get any error messages. Any ideas? Dean goto your osc admin->configuration->sessions make sure the force cookie use is set to false. Then go to the catalog click a link to go to a product check if the address bar of your browser includes the osCsid parameter. Make a note of its value. Add a product to the cart and check if the osCsid remains the same. This could be a problem with the sessions (which may point to your includes/configure.php) or if you're using hard-coded links that may also cause it. You can post a link to a product if this store is online so we can see what's going on.
satish Posted April 6, 2007 Posted April 6, 2007 probably session is getting lost. Check on session id. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
dean0088 Posted April 6, 2007 Author Posted April 6, 2007 goto your osc admin->configuration->sessions make sure the force cookie use is set to false. Then go to the catalog click a link to go to a product check if the address bar of your browser includes the osCsid parameter. Make a note of its value. Add a product to the cart and check if the osCsid remains the same. This could be a problem with the sessions (which may point to your includes/configure.php) or if you're using hard-coded links that may also cause it. You can post a link to a product if this store is online so we can see what's going on. Thanks for your help, I tried what you suggested and do not see and changes. Here is the link www.cartridgetogo.com Dean
zhexiang Posted April 6, 2007 Posted April 6, 2007 How about ask the person at Studiosix creative who design for you?
Guest Posted April 7, 2007 Posted April 7, 2007 Thanks for your help, I tried what you suggested and do not see and changes. Here is the link www.cartridgetogo.com Dean yea, ok now, go to your includes\configure.php change the code define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to this: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Guest Posted April 7, 2007 Posted April 7, 2007 and goto your osc admin->configuration->sessions->session directory and specify a valid directory outside your www domain like /home/my_root/tmp this is an example the path must be valid
Recommended Posts
Archived
This topic is now archived and is closed to further replies.