wolter Posted July 22, 2003 Posted July 22, 2003 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!
Guest Posted July 22, 2003 Posted July 22, 2003 your page address , check the address bar to see if it say https, and not http: if not change the address
wolter Posted July 23, 2003 Author Posted July 23, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.