Guest Posted September 2, 2003 Posted September 2, 2003 Everything seems to work out fine until I try to make an order. I can see all the items in the shopping cart, when I hit the checkout takes me to the login page where I enter the data account previously created for testing... then it tries to connect to checkout_shipping.php but after two or three seconds redirects me to my shopping_cart.php page that tells me... your shopping cart is empty! I haven't got a clue now... can someone help me please?
Guest Posted September 2, 2003 Posted September 2, 2003 In the catalog includes/configure.php, try setting define('STORE_SESSIONS', 'mysql'); Hth, Matt
Guest Posted September 3, 2003 Posted September 3, 2003 In the catalog includes/configure.php, try setting define('STORE_SESSIONS', 'mysql'); Hth, Matt It is set... but doesn't work. Any other ideas?
Guest Posted September 3, 2003 Posted September 3, 2003 What happens if you log in, then add products to the cart, and then try to checkout? Perhaps check cookie settings? Hth, Matt
Guest Posted September 3, 2003 Posted September 3, 2003 What happens if you log in, then add products to the cart, and then try to checkout? Perhaps check cookie settings? Hth, Matt I get the same again and again. It redirects me to the login page, then I reload again and find my shopping cart is empty!... and it can go on and on in an enless loop. :cry:
Guest Posted September 3, 2003 Posted September 3, 2003 What are your cookie settings from includes/configure.php? Hth, Matt
Guest Posted September 3, 2003 Posted September 3, 2003 What are your cookie settings from includes/configure.php? Hth, Matt Referring to cookies I have the following... define('ENABLE_SSL', true) define('HTTP_COOKIE_DOMAIN', 'mydomain'); define('HTTPS_COOKIE_DOMAIN', 'mydomain'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); is there anything else I should have set and don't know about?
Guest Posted September 4, 2003 Posted September 4, 2003 Thanks Matt!!! After trying all the options I could I finally found where the error was... in my configure.php (as you wisely pointed me) I had only my domain when I needed to have the secure server path... now everything works fine!!! ... and I can breathe again...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.