New Zenner
- Join Date:
- Aug 2008
- Posts:
- 22
- Plugin Contributions:
- 0
Items don't add to cart. SSL?
I have had my Zen-Cart operational for a few months now, unsecure, with payments going through PayPal.
Two days ago I purchased from my host (HostMonster) a dedicated IP and a SSL cert. HostMonster helped me install my SSL and they put it in the root directory of my site. My whole site is secure https://www.millwrightmasters.com (all of the main site, my phpBB, my photogallery, and my Zen-Cart). Originally I didn't think this would be an issue.
Yesterday I was making some minor changes to my Zen-Cart and discovered that if you try to add a product to the shopping cart you get redirected to an empty cart. I have had previous customer orders so I know that the cart worked.
I read and followed the FAQ reguarding installing an SSL AFTER Zen-Cart. Hopefully I did it correctly. If ANYONE has an idea of where I can start to look, I sure would appreciate it.
Thank you in advance,
Mike
Here's a look at part of the config.php:
<?php
/**
* @package Configuration Settings circa 1.3.8
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
*/
/*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
/*************** The 2 files should be kept separate and not used to overwrite each other. ***********/
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.millwrightmasters.com');
define('HTTPS_SERVER', 'https://www.millwrightmasters.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');