Add WorldPay To UK/EU Version
This is the complete instruction for adding WorldPay payment gateway to the UK/EU version.
To find the payment gateways
1. Under the Application Selector Click ClickCartPro.
2. Under the Main Menu Click Commerce: Orders and Checkout.
3. Click Manage Processing Gateways.
This is then the documentation we give for WorldPay in this section.
WorldPay
1. For the Payment Method select the appropriate payment method.
2. In the Update Payment Method function set the Active Status to Active.
3. Now enter your install id in the Gateway User/Store ID field. Replace the string 'your_username' with your processor login.
4. If you want to go straight to the worldpay test website in the Form Display Code change this.
From:
$olpform = array('url' => 'https://select.worldpay.com/wcc/purchase',
To:
$olpform = array('url' => 'https:// select-test.worldpay.com/wcc/purchase',
5. Logout of the management interface and open a browser session with your online processor. Login to your account and select the Settings function.
6. In the Installations section, click the button under Configuration Options for the Installation ID you want to manage.
7. On the Configuration Options page, <WPDISPLAY ITEM=MC_callback> in the "Payment Response URL " fields. Then check the boxes next to "Payment Response enabled?", "Enable the Shopper Response" and "Enable Recurring Payment Response ?", select ClickCart Pro as your Store-Builder used. Click the "Save Changes" button.
8. Log out of processor's admin utility. You are done.
This has connected you to your WorldPay test account, when you are ready to go live request WordPay to activate your account.
To Change from test to live account in the Form Display Code change this.
From:
$olpform['fields']['HIDDEN'][] = array('name' => 'testMode',
'value' => '100');
To:
$olpform['fields']['HIDDEN'][] = array('name' => 'testMode',
'value' => '0');
Please Note: That you are required to display logos of card you accept through your WorldPay account. If your designer has not done this then follow these instruction on how to automatically show these logo’s.
1. 1.Under the Application Selector Click ClickCartPro.
2. Under the Main Menu Click Displays: Skins, Menus, XHTML Includes and Messages.
3. Click Manage Display Skins.
4. Click Update next to E-Commerce Skin.
5. Click Update next to skin.php
6. Insert the following code into the relevant pages on your skin, normaly near the bottom:
<script language="JavaScript"
src="http://select.worldpay.com/wcc/logo?instId=XXXXX"></script>
Replacing the X's with your WorldPay Installation ID.
ClickCartPro - Administration
ClickCartPro - Getting Started