Synopsis:
After setting up all the products and configurations inside the client application, you must set up your shopping cart to accept live transactions.
Procedure:
1. Obtain an SSL Certificate.
2. Setup and Install This Certificate In The Server.
3. Open the Application Configuration Parameters window by going to (!META_INCLUDES!)
4. Set the following AppConfig parameters as given here:
- UseSSL = true. This invokes the SSL security to work on the website and thereby makes the store site run in a secured internet protocol (https).
- RedirectLiveToWWW = true. Set this to True if the SSL Certificate is on www.yourdomain.com. Otherwise, set this to False.
- LiveServer = <site’s domain name>. This specifies the domain of the live site being created. Just indicate theyourdomain.com specification here. e.g. InterpriseSuiteeCommerce.com
- UseLiveTransactions = true
5. Enable the Payment Gateway to use in the Credit Card Gateway configuration window by going to Banking > Credit Card Gateway
6. Uncheck the default Test Mode checkbox. This sets the gateway to work in a live mode where actual credit card processing is made.
7. Now. run the client application and website. Then, make some test transactions and make sure the Credit Card Gateway is working.