motavenda Posted December 28, 2012 Posted December 28, 2012 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
Guest Posted December 28, 2012 Posted December 28, 2012 @@motavenda Do you have SSL enabled but not installed ? Are your configure.php files set up correctly ? Chris
motavenda Posted December 28, 2012 Author Posted December 28, 2012 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....
motavenda Posted December 28, 2012 Author Posted December 28, 2012 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....
motavenda Posted December 28, 2012 Author Posted December 28, 2012 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....
motavenda Posted December 28, 2012 Author Posted December 28, 2012 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
motavenda Posted December 28, 2012 Author Posted December 28, 2012 I updated Simple Checkout to the latest version...and it seems to have fixed the issue....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.