Hello,
How do I enable SSL for checkout pages only.
CUrrently, SSL is showing throughout the whole site.
Thank you!
Hello,
How do I enable SSL for checkout pages only.
CUrrently, SSL is showing throughout the whole site.
Thank you!
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
If you set up your configure files, the way the article tells you, then only the checkout will be SSL.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I think Kim meant:
https://www.zen-cart.com/tutorials/index.php?article=14
If that doesn't work, post the contents of includes/configure.php (removing user and password info) and we'll take a look.
The pages you want secured is what Zencart does by default, so there's an error somewhere.
includes/configure.php
define('HTTP_SERVER', 'http://yourdomain');
define('HTTPS_SERVER', 'https://yourdomain');
Are the parts shown in Red also the same in your file?