My SSL is fine and works elsewhere.
Here is the site store.
http://www.filmjackets.com/ecommerce/
My ZenCart was just installed (v1.3.9h) and is in the very early stages and I want to get the payment information working. I have tested the PayPal link and it works fine since it takes you to a secure site anyways. I am hesitant about testing my credit card info since I am not seeing the https: in the address bar.
I have made these changes:
/includes/configure.php
define('HTTP_SERVER', 'http://www.filmjackets.com');
define('HTTPS_SERVER', 'https://www.filmjackets.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
The instructions say that to change the admin/includes/configure.php but my install does not have this directory, it only has zc_admin/includes/configure.php which I assume it the right file. It is set as this:
define('HTTP_SERVER', 'http://www.filmjackets.com');
define('HTTPS_SERVER', 'https://www.filmjackets.com');
define('HTTP_CATALOG_SERVER', 'http://www.filmjackets.com');
define('HTTPS_CATALOG_SERVER', 'https://www.filmjackets.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');
I have cleared all caches.
So far I love ZenCart as it is easier and more intuitive than Joomla!Virtuemart, magento, shopsite, etc. But none of this will matter if the site is not secure.
Thank you in advance for any help.


Reply With Quote

(I am guilty of it myself - forgetting to give write permission back to a file before I call it up for editing...)

