Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't redirect after using "Update" button or removing item from shopping cart...


motavenda

Recommended Posts

Posted

I notice that when I try to remove an item or use the "Update" button to change the number of items in my shopping cart it works to update the cart (catalog/shopping_cart.php page), but when I hit "checkout" button that it stalls on the checkout_shipping.php page...and I get the message:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept cookies.

/////

I'm wondering how I would correct this issue?

 

thanks,

moti

Posted

@@motavenda

 

Do you have SSL enabled but not installed ? Are your configure.php files set up correctly ?

 

 

 

 

Chris

Posted

thanks chris...

 

this is what I have in catalog/includes/configure.php

 

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'innerworlddesigns.com');

define('HTTPS_COOKIE_DOMAIN', 'innerworlddesigns.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

 

 

p.s. the cookies seem to work until I hit the UPDATE button to change the quantity of an item or "remove" to delete an item from the cart. The page refreshes fine to show the changes, but then when I hit the "Checkout" button...it stalls on redirect....

Posted

I tried this

 

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'www.innerworlddesigns.com');

define('HTTPS_COOKIE_DOMAIN', 'www.innerworlddesigns.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

 

 

but the same issue is still there....

Posted

one more thing I notice is that it will go through to checkout if I only UPDATE one item once, but if I do it again, it won't work and stalls on redirect....

Posted

it seems now that it doesn't have to do so much with the UPDATE button but rather when I go from shopping_cart.php to checkout.php and then return back to shopping_cart.php to update...when I try to go a second time to checkout.php after UPDATING the items in the cart....I get stuck on stall...

 

I am using Simple Checkout for 2.3.1 v1.6

Archived

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

×
×
  • Create New...