[osCommerce] Check out problem
-
- Posts: 6
- Joined: Mon Oct 05, 2009 5:00 pm
[osCommerce] Check out problem
on the site http://www.shopbodysense.com/oscommerce
when you try to checkout, it give the following error
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 followed the install directions to the letter and the system does allow normal checkout with MSU turned off.
Any thoughts?
when you try to checkout, it give the following error
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 followed the install directions to the letter and the system does allow normal checkout with MSU turned off.
Any thoughts?
Re: [osCommerce] Check out problem
Are you using normal Check out module included in pure osCommerce installation package?
-
- Posts: 6
- Joined: Mon Oct 05, 2009 5:00 pm
Re: [osCommerce] Check out problem
Yes- I think so.
when you click the checkout link to
https://www.shopbodysense.com/oscommerc ... ipping.php
it sends you here:
https://shopbodysense.com/oscommerce/login.php
when you click the checkout link to
https://www.shopbodysense.com/oscommerc ... ipping.php
it sends you here:
https://shopbodysense.com/oscommerce/login.php
Re: [osCommerce] Check out problem
I see it now. It is very common problem. There is nothing wrong with checkout process, but with login page https://shopbodysense.com/oscommerce/account/
It is caused by incorrectly configured mod_negotiation module loaded into Apache. You can worked-around it by unloading this module or by following this post (skip for files you don't have in your osCommerce installation).
It is caused by incorrectly configured mod_negotiation module loaded into Apache. You can worked-around it by unloading this module or by following this post (skip for files you don't have in your osCommerce installation).
-
- Posts: 6
- Joined: Mon Oct 05, 2009 5:00 pm
Re: [osCommerce] Check out problem
Aren't those directions for the CRE Loaded cart, not Oscommerce?
How should I proceed?
Thank you for your help
How should I proceed?
Thank you for your help
Re: [osCommerce] Check out problem
They are (CRE Loaded is osCommece based). Simply follow the directions.
-
- Posts: 6
- Joined: Mon Oct 05, 2009 5:00 pm
Re: [osCommerce] Check out problem
I got it working- I found some directions for disabling mod_negotiation at the directory level.
Just add this to the top of your .htaccess file:
Thank you
Todd
Just add this to the top of your .htaccess file:
Code: Select all
Options -Multiviews
Thank you
Todd
Re: [osCommerce] Check out problem
Great! Thanks for sharing it!