Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MS2 Checkout Problem


mushindo

Recommended Posts

Posted

Quick question:

 

Recently did a new install for oscomm MS2 and everything seems to work wonderfully, even with SSL.

 

The problem seems to be coming in when they reach the checkout_success.php page. It says the typical "Thank you for your order" text, but upon clicking the continue button...it cannot find the page it is looking for.

 

Has anyone run across this before? Im sure it must have something to do with the configure.php settings from my install, but Im unsure where I should look.

 

Any help would be greatly appreciated.

Sincerely,

Bruce

 

19 contributions submitted

Posted

I also have the same problem using MS2. When I click on checkout, it brings me to '404 page not found'. Please help

There are only 10 types of people in this world: those that understand binary and those that don?t.

Posted

Okay, I fixed it. Here is my problem:

 

I am running off a server hosted by a 3rd party company. So their https server is not localhost, but some other location that I found out from them.

 

So instead of the following code in configure.php:

 

define('HTTP_SERVER', 'http://www.mydomain.com');

define('HTTPS_SERVER', 'https://www.mydomain.com');

 

I changed it to the following:

 

define('HTTP_SERVER', 'http://www.mydomain.com');

define('HTTPS_SERVER', 'https://host123.ipowerweb.com/~myusername');

 

 

So if you are running a server that is not yours, and that server is running a shared SSL, you will have to configure to something similar to what I have done. ASK YOUR SERVER ADMINISTRATOR.

 

Hope it helps.

 

ps. if you are running a server that is not yours, you also have to do something likewise and ask them where is your https cookie domain.

There are only 10 types of people in this world: those that understand binary and those that don?t.

Archived

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

×
×
  • Create New...