I've searched through the forum, and tried to find the most appropriate threads. I've followed the instructions and solutions offered in all of them, but still have been having no luck. I've also tried asking my questions within those threads, but have not gotten any replies. I've also read all the FAQ answers on zen-cart, and followed those instructions with no luck.
I've set up a zen-cart store, and it opperates perfectly, but after I installed the SSL certificate, I started getting the "this page contains secure and nonsecure items" warning.
I've gone through every option I can think of. I've checked:
- That none of the links are leading to outside pages.
- That there are no hard-coded http:// links
- None of the images are using src=http
- I've tried turning on and off every single sidebox, until only the header and footer remained, still the message was popping up.
I have been recieving emails from customers, saying that they don't feel safe buying on the site, because of that popup warning.
Any and all help towards this solution would be greatly appreciated.
Here's the includes/configure.php
define('HTTP_SERVER', 'http://www.comicsxp.com');
define('HTTPS_SERVER', 'https://www.comicsxp.com');
define('ENABLE_SSL', 'true');
define('DIR_WS_CATALOG', '/cxpstore/');
define('DIR_WS_HTTPS_CATALOG', '/cxpstore/');
and here's the admin/includes/configure.php
define('HTTP_SERVER', 'http://www.comicsxp.com');
define('HTTPS_SERVER', 'https://www.comicsxp.com');
define('HTTP_CATALOG_SERVER', 'http://www.comicsxp.com');
define('HTTPS_CATALOG_SERVER', 'https://www.comicsxp.com');
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
In case it was unclear, the store url is www.comicsxp.com
Thanks guys.



