SSL and OSCommerce

Avatar
  • Answered
I just got and SSL and configured it with OSCommerce but when I try a transaction I enter payment information, hit continue and then I get Error: All payment information fields are required. Even though I filled it all in. My config file is: define('HTTP_SERVER', 'http://icknowledge.com');
define('HTTPS_SERVER', 'https://icknowledge.com');
define('ENABLE_SSL', true);
define('HTTP_COOKIE_DOMAIN', 'http://icknowledge.com');
define('HTTPS_COOKIE_DOMAIN', 'https://icknowledge.com');
define('HTTP_COOKIE_PATH', '/oscommerce/');
define('HTTPS_COOKIE_PATH', '/oscommerce/');
define('DIR_WS_HTTP_CATALOG', '/oscommerce/');
define('DIR_WS_HTTPS_CATALOG', '/oscommerce/');

Avatar
Arn
Hello Scottenj,

Make sure to check the /admin/includes/configure.php. Documentation states that both the /includes/configure.php AND the /admin/includes/configure.php. Make sure you're configuring both files.

Please check those settings and let us know if the problem continues.

If you have any further questions, please contact technical support or leave a coment at the bottom of the page.

Regards,

Arnel C.