Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Secure payment processing


1800contacts

Recommended Posts

For payment option, I am processing credit card orders thru a secure server set up by my web host. (Shared SSL environement) I already obtained the secure server link and wondering how do i set it up thru oscommerce? Which file should I edit for that?

Also, If i create a login page for the admin section, how do I integrate username/password into it and make it secure? Thanks.

Richard da bomb

Link to comment
Share on other sites

In both your catalog and admin/includes/configure.php

define('HTTP_SERVER', 'http://your domain.com'); // eg, http://localhost - should not be empty for productive servers

 define('HTTPS_SERVER', 'https://your secure url.com'); // eg, https://localhost - should not be empty for productive servers

 define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

HTH

The_Bear

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...