Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

'checkout_shipping.php' redirects me to 'shopping-cart.php'


Guest

Recommended Posts

Posted

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?

Posted

In the catalog includes/configure.php, try setting

define('STORE_SESSIONS', 'mysql');

Hth,

Matt

Posted
In the catalog includes/configure.php, try setting
define('STORE_SESSIONS', 'mysql');

Hth,

Matt

 

It is set... but doesn't work.

Any other ideas?

Posted

What happens if you log in, then add products to the cart, and then try to checkout? Perhaps check cookie settings?

 

Hth,

Matt

Posted
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:

Posted

What are your cookie settings from includes/configure.php?

 

Hth,

Matt

Posted
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?

Posted

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...