New Zenner
- Join Date:
- Aug 2006
- Posts:
- 10
- Plugin Contributions:
- 0
What Does "Checkout" Actually Consist Of?
Hello,
I installed my SSL successfully, and changed the configure.php file with the appropriate changes:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://knowpedev.petrinidressings.com');
define('HTTPS_SERVER', 'https://knowpedev.petrinidressings.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
I'm not accepting any credit cards or payments on my site, instead, I'm using PayPal IPN. However, I was expecting my pages that consisted of a user logging in or entering personal information, like change of address, new user account creation, etc. to be secured, but I'm not seeing a lock, and I'm not seeing the protocol switch to https. I especially want to make sure that the last phase of checkout, the transmission of the customer data to PayPal, is secure. Is there anything else I need to do to ensure this? Was I expecting something different from how Zen Cart actually works?
Thanks!
Kevin