Guest Posted May 26, 2008 Share Posted May 26, 2008 PLEASE HELP!! I'm losing customers, and I just paid for advertising. When a customer puts item in the shopping cart, the shopping cart box shows items are there, but when they go to view the cart or check out, the items are gone! If they go back to view any product listing, the items appear to be back again. This could mean it is because it is when it goes to an SSL screen, but WHY??? I recently upgraded to the newest version, and now I'm losing customers. PLEASE HELP! Link to comment Share on other sites More sharing options...
spooks Posted May 26, 2008 Share Posted May 26, 2008 Not sure, whats the url? Have youtried turning on force_cookie _use in sessions? Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
Guest Posted May 26, 2008 Share Posted May 26, 2008 Not sure, whats the url? Have youtried turning on force_cookie _use in sessions? No, I haven't tried forcing cookies, but it worries me that it will turn people off, so I'd rather not. It was working, not sure what changed, or maybe I just didn't notice it right away. The url is www.consultantsale.com Thanks for your time to have a look. Link to comment Share on other sites More sharing options...
charly Posted May 26, 2008 Share Posted May 26, 2008 No, I haven't tried forcing cookies, but it worries me that it will turn people off, so I'd rather not. It was working, not sure what changed, or maybe I just didn't notice it right away. The url is www.consultantsale.com Thanks for your time to have a look. We had this when we moved to php 5 and mysql 5, I will ask our progger what he did an get back to you, as he fixed it no prob. Charly My fav site Spend most my cash there dont tell the wife:-) Link to comment Share on other sites More sharing options...
iecwillow Posted June 28, 2008 Share Posted June 28, 2008 Did you find the way to fix this problem yet? I have exactly same problem now after upgraded to MySQL5. Any help will be greatly appreciated. Link to comment Share on other sites More sharing options...
Guest Posted June 28, 2008 Share Posted June 28, 2008 In your catalog/includes/configure.php or catalog/includes/local/configure.php make sure these defines are there: define('HTTP_COOKIE_DOMAIN', '.yourdotcom.com'); define('HTTPS_COOKIE_DOMAIN', '.yourdotcom.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); See if that works for you Link to comment Share on other sites More sharing options...
iecwillow Posted June 29, 2008 Share Posted June 29, 2008 In your catalog/includes/configure.php or catalog/includes/local/configure.php make sure these defines are there: define('HTTP_COOKIE_DOMAIN', '.yourdotcom.com'); define('HTTPS_COOKIE_DOMAIN', '.yourdotcom.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); See if that works for you I found a post mentioned this way to fix this error too, unfortunately it didn't work. My original text in catalog/includes/configure.php is exactly same as you posted. My site is http://www.topme.b2cshops.com, the view cart function works on the index.php page by click "Shopping Cart" even I closed the browser and then return back to the site, however, if I click any boxes' link on the left, such as "My Account", "About Us", "FAQ's", or "Contact Us", then click "Shopping Cart" again, the shopping cart shows empty. But, when I reached any product_info.php page to click the "Shopping Cart", the items shows! It seems like some problem related to SSL, because the difference I awared is, cart content does show on http://b2cshops.com/topme/shopping_cart.php page, but not showing on https://leander.site5.com/~b2cshops//topme/shopping_cart.php page. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.