julianpuje Posted February 19, 2007 Posted February 19, 2007 Pleeeeeeeeeeeeeze help me sort this problem out :'( . For some reason in the last 2 months I have hardly sold anything and the things i have sold the customers have had problems with the checkout. Some are getting the "enable cookies" warning and when they check there browser settings they are already enabled. Some are getting through the checkout and none of their details are stored but the payment goes through OK. I am sure it's something to do with the configure.php settings but i'm not sure why after it's worked fine for 2 years. Does anybody have any ideas please on what to do and/or what the cookie paths should be in the configure.php files. I have "force cookie use" set to false in my Admins sessions. Here are my current settings in configure.php : define('HTTP_SERVER', 'http://www.leisurezone.co.uk'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.leisurezone.co.uk'); // eg, [url="https://localhost"]https://localhost[/url] - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.leisurezone.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.leisurezone.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); Thanks in advance for your help, i am getting really desperate. A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends????
abra123cadabra Posted February 19, 2007 Posted February 19, 2007 My settings for the cookiedomain look a bit different. Maybe that's the little detail that get's your shop working properly again. Try this: define('HTTP_COOKIE_DOMAIN', '.leisurezone.co.uk'); define('HTTPS_COOKIE_DOMAIN', '.leisurezone.co.uk'); abra The First Law of E-Commerce: If the user can't find the product, the user can't buy the product. Feedback and suggestions on my shop welcome. Note: My advice is based on my own experience or on something I read in these forums. No guarantee it'll work for you! Make sure that you always BACKUP the database and the files you are going to change so that you can rollback to a working version if things go wrong.
julianpuje Posted February 21, 2007 Author Posted February 21, 2007 Thanks Abra for the reply. Before i make the change below has anyone got any more ideas as i can't check to see if it's working or not. It works fine on my computer and my friends even after deleting all history and cookies. Or even try my sites checkout and see what it says or if you have a problem, enter some test name etc and select oscom as referred by. Don't pay as it's live Unless of course you want to buy something :rolleyes: MY SITE Thanks again J A little knowledge is dangerous, I SHOULD KNOW. If Life Begins At 40, What ends????
Recommended Posts
Archived
This topic is now archived and is closed to further replies.