Since adding an SSL Cert I can no longer "Add to Cart" or delete items that were in the cart before adding SSL. I am assuming that a redirect from http to https is not happening correctly?
Any help would be hugely appreciated.
Thank you.
Since adding an SSL Cert I can no longer "Add to Cart" or delete items that were in the cart before adding SSL. I am assuming that a redirect from http to https is not happening correctly?
Any help would be hugely appreciated.
Thank you.
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
Thank you.
Here is a link to the site:
aderra.net/store
includes/configure.php
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
/YOUR_ADMIN/includes/configure.php
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'true');
The problem is you have secured your whole site which inevitably contains insecure elements... thus the error. No need to secure anything but checkout.
~Melanie
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.