Guest Posted July 8, 2004 Share Posted July 8, 2004 Ok, everything works fine when I use Mozilla, but in IE there is a couple problems. 1- A customer can log in, but then if they go to click on any other link in the store it logs them out then loads that linked page. 2- Like the first problem... when I add an item to the shopping cart and then click on a link in the store to go see more products the item in the cart dissapears. If you need any more info just tell me and I'll get it. Ive had several customers tell about this problem which has lost a few orders for me :( Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2004 Share Posted July 9, 2004 anyone? Link to comment Share on other sites More sharing options...
Acheron Posted July 9, 2004 Share Posted July 9, 2004 I've got issue 2 as well, just started happening. I'm using MSIE 6 for testing. Something to do with cookie/session settings I'd imagine. Link to comment Share on other sites More sharing options...
Acheron Posted July 9, 2004 Share Posted July 9, 2004 I've got this sorted out now. Perhaps the solution will be the same for you. Because I use htaccess to redirect users from mydomain.com to mydomain.com/catalog/, when a user clicked 'Home' (which directed to mydomain.com), they were considered logged out. I commented out this line in /catalog/includes/application_top.php: // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Changed the catalog language define in english.php to: define('HEADER_TITLE_CATALOG', 'Home'); and changed the 'Home' link in my footer to direct to /catalog/ as well. Problem solved. :) Now if you have the issue when a user clicks product pages as well (I didn't), then you may have to do some investigating. Link to comment Share on other sites More sharing options...
Acheron Posted July 9, 2004 Share Posted July 9, 2004 Oh forgot about your 1st problem ... are they AOL users or ..? Your 'Sessions' settings in Admin --> Configuration --> My Store should look like: Session Directory /tmp Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions True Recreate Session False Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2004 Share Posted July 9, 2004 ok I tried both suggestions you had and the problem is still there. No they are not AOL users, it happens to anyone using IE, but it seems to work fine when I test it with Mozilla. Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2004 Share Posted July 9, 2004 Ok I think I figured out why it does it, but I'm not sure how to fix it. My store is located at www.mysite.com/home I have another domain (www.myothersite.com) that I have a url frame directing to the store When I use www.myothersite.com the problems occur, but when I just directly use the url of www.mysite.com/home it seems to work fine. hopefully this makes sense :huh: any ideas on how to make it work? or do I just have to use the direct url to the site. Thanks Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2004 Share Posted July 9, 2004 ok for now I just am using URL forwarding, but I would really like to use URL Frame, oh well I guess I will live. Thanks for your help Link to comment Share on other sites More sharing options...
Acheron Posted July 9, 2004 Share Posted July 9, 2004 If the customer ever visits a link containing www.myothersite.com, the problem will occur. I'm not sure how you would configure it so that either could be used. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.