Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Weird problem with SSL...


WS6Store

Recommended Posts

Posted

We have a shared SSL certificate with our hosting company. When the SSL is enabled via the configure.php file, when a user goes to check out, everything processes fine, except when you get to the end. When they hit confirm order, it doesnt take them to the "order success" page, instead it takes them to the login screen. When we check our CC merchant account for payment, we have the money there, but the order doesnt go thru on the oscommerce site. We have no record that the order went through(no record of pending order), and the items that they bought remain in their shopping cart...what gives?

 

Now the weird thing is, is if I disable the SSL, the ordering works fine thru the oscommerce site (shows up as a pending order), but the payment isnt processed thru the merchant account.

 

Please help, TIA.

 

Could these fields being empty cause this?:

 

 define('HTTPS_COOKIE_DOMAIN', '/');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '/');

Posted

could be the merchant account is not sending the return page back properly, to checkout_success.php

Archived

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

×
×
  • Create New...