Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jumping from SSL url to non SSL url during check-out


wolter

Recommended Posts

Posted

Hi there,

 

we?ve already sold 20 DVD suing osCommerce. greta! However, there is a minor bug in the system that scares some people off I?m afraid.

 

The system seems to be using the SSL and non SSL connection at random. I.e. checkout_payment is loaded via SSL, while the next page in the checkout proces (_confirmation) is not.

 

How do I alter this?

 

Both configure.php files are set correctly:

 

define('HTTP_SERVER', 'http://www.naturalvision.nl');

define('HTTP_SHOP_SERVER', 'http://www.naturalvision.nl');

define('HTTPS_SHOP_SERVER', 'https://www.naturalvision.nl');

define('ENABLE_SSL_SHOP', true); // secure webserver for shop module

 

Our base ref in all pages is set to:

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_SHOP; ?>">

 

Please help out, those error messages shown when switching between SSL and non SSL are starting to bug me!

Posted

your page address , check the address bar to see if it say https, and not http: if not change the address

Posted

That?s the weird thing: when calling the page, the statusbar shows that it?s calling the https version, while it then loads the http version.

Archived

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

×
×
  • Create New...