Setting up an account with Ogone
(ASP version)
Once you have created your account with Ogone the first thing you will need to do is download the file ogoneasp.zip from our free downloads page. The zip file contains three files, ogonereturn.asp, customppsend.asp and customppreturn.asp.
- Copy the file ogonereturn.asp in the vsadmin directory to the vsadmin directory of your site. Copy the 2 files customppsend.asp and customppreturn.asp to the vsadmin/inc directory of your site.
- Log in to your Ecommerce Plus Template admin section, and click on Payment Providers, then click on Modify for the Custom payment provider.
- In Data 1 enter your PSPID provided to you by Ogone.
- In Data 2 enter a word or phrase that can be anything you like. For instance it could be . . .
orangejuice
bedtimestory123
JhYb2cn490md3
. . . that is, anything really using numbers and letters as above.
- Make sure "Enabled" and "Demo Mode" are set on that page.
- Now log in to your Ogone control panel using this URL while in test mode . . .
https://secure.ogone.com/ncol/test/admin_ogone.asp
- There are many choices on the Ogone configuration panel but most of them are better handled by Ogone support representatives. We will just deal with the parameters that affect the cart integration. You will find these on the page Configuration -> Technical information.
1.1. method: POST
2.1. IP address of the server... : Enter here the IP address of your server. Ask your host if not sure.
2.2. URL of the merchant page containing the payment form...: Enter the full URL of your cart.asp page.
An example would be . . .
http://www.yoursite.com/cart.asp
3.2. SHA-1 Signature Related FAQ Question: Enter here the value you entered for Data 2 in step 4.
4.1. Urls:
If the payment's status is "accepted" or "on hold" or "uncertain" URL of the merchant's post-sale page
Set this to the URL of the page ogonereturn.asp you copied to your site. For instance . . .
http://www.yoursite.com/vsadmin/ogonereturn.asp
4.2. Request Type: Make this request just after the payment and let the result customize the answer seen by customer (HTML code or redirection).
4.3. Others:
SHA-1 Signature : Set again to the same value you entered for Data 2 above.
8. Processing: Online (Immediate)
- Advanced changes.
You can configure some of the parameters passed to Ogone such as the page title, your logo and the checkout page colors. To change these settings, open the file vsadmin/inc/customppsend.asp in notepad and scroll to the bottom where you will see these settings.
- Digital Downloads.
If you are using our digital downloads plugin. Open the file vsadmin/ogonereturn.asp in notepad and look at the last 2 lines for instructions of how to enable this.
That's all there is to it really - any comments on the set up can be posted on our Support Forum.
|