-
SSL Configuration
it look like I'm good-to-go minus the ssl configuration.
How do i set it up so that my bookstore (zen-cart) automatically hits the https://
I enabled the catalog ssl "marked true", but not my admin. Is this wrong. Or do i have to put something else in there?
// Define the webserver and path parameters
// Main webserver: eg, http://localhost - should not be empty for productive servers
define('HTTP_SERVER', 'http://www.centeronfic.org');
// Secure webserver: eg, https://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.centeronfic.org'); // eg, https://localhost
define('HTTP_CATALOG_SERVER', 'http://www.centeronfic.org');
define('HTTPS_CATALOG_SERVER', 'https://www.centeronfic.org');
// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');
-
Re: SSL Configuration
There are 2 configure.php files ...
/includes/configure.php
/admin/includes/configure.php
Make sure that you edit both files and enable the secure URL ...
-
Re: SSL Configuration
Ajeh - I did that, but no dice.
I'll try again.
-
Re: SSL Configuration
How about posting both configure.php files from the server ... without the username and password ...
Then we can see what is up on your site ...
Thanks :smile:
-
Re: SSL Configuration
i automatically sets to https now but it still won't go through. It give this error message:
- Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.
But doesn't say what the problem is.
-
Re: SSL Configuration
What Payment module do you have set up for Credit Card?
-
Re: SSL Configuration
authorize.net-aim and I also set up money order/check
I also noticed that it doesn't email who it is supposed to email when an order goes through under money order/check.
-
Re: SSL Configuration
I switched it to just authorize.net and it won't even show up now. if you can give me a call it would be great.
Thanks, Loue
773.509.0851
-
Re: SSL Configuration
Write down your configuration settings for your Payment modules ...
Uninstall (remove) all of your payment modules ...
Install Check/Money Order and configure ...
Install the manual Credit Card module cc.php and configure ...
Test both payment methods ... do both work?
1 Does the customer get an email of the order
2 Does the admin get an email of the order
3 Does the order show in the orders.php in the admin?
4 Does the order show in the My Account in the Catalog for the customer?
-
Re: SSL Configuration
I didn't install any of these and have no idea how to do that. This is literally the first time i've ever used zen cart.
I'll be more than happy to pay you to help me - I hate to waste your time by asking all these questions, though.