Most recent edit on 2009-03-20 12:33:57 by KryptronicWebmaster [Added the "Enable the Shopper Response" checkbox to step 7]
Additions:
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.
Deletions:
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?" and "Enable Recurring Payment Response ?", select ClickCart Pro as your Store-Builder used. Click the "Save Changes" button.
Edited on 2008-09-18 04:36:12 by KryptronicWebmaster
Additions:
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?" and "Enable Recurring Payment Response ?", select ClickCart Pro as your Store-Builder used. Click the "Save Changes" button.
Deletions:
7. On the Configuration Options page, <WPDISPLAY ITEM=MC_callback> in the "Callback URL" fields. Then check the boxes next to "Payment Response enabled?" and "Enable Recurring Payment Response ?", select ClickCart Pro as your Store-Builder used. Click the "Save Changes" button.
Edited on 2008-03-26 06:03:49 by KryptronicWebmaster
Additions:
4. If you want to go straight to the worldpay test website in the Form Display Code change this.
$olpform = array('url' => 'https://select.worldpay.com/wcc/purchase',
$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 "Callback URL" fields. Then check the boxes next to "Payment Response enabled?" 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.
<script language="JavaScript"
src="http://select.worldpay.com/wcc/logo?instId=XXXXX"></script>
Deletions:
4. Logout of the management interface and open a browser session with your online processor. Login to your account and select the Settings function.
5. In the Installations section, click the button under Configuration Options for the Installation ID you want to manage.
6. On the Configuration Options page, <WPDISPLAY ITEM=MC_callback> in the "Callback URL" fields. Then check the boxes next to "Callback enabled?" and "Use callback response?", select ClickCart Pro as your Store-Builder used. Click the "Save Changes" button.
7. Log out of processor's admin utility. You are done.
<script language="JavaScript" src="http://www.worldpay.com/cgenerator/cgenerator.php?instId=XXXXX"></script>
Edited on 2007-07-20 06:38:57 by KryptronicWebmaster [Moved to "live" categories]
Additions:
ClickCartPro - Administration
ClickCartPro - Getting Started
Deletions:
Wiki: Pending Inclusion
Edited on 2007-07-19 08:45:03 by KryptronicWebmaster
Additions:
6. Insert the following code into the relevant pages on your skin, normaly near the bottom:
<script language="JavaScript" src="http://www.worldpay.com/cgenerator/cgenerator.php?instId=XXXXX"></script>
Replacing the X's with your WorldPay Installation ID.
Edited on 2007-07-10 06:40:22 by KryptronicWebmaster [Added PHP formatting tags to the PHP code changes]
Additions:
$olpform['fields']['HIDDEN'][] = array('name' => 'testMode',
'value' => '100');
$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.
Wiki: Pending Inclusion
Deletions:
$olpform['fields']['HIDDEN'][] = array('name' => 'testMode',
'value' => '100');
$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 you designer has not done this then follow these instruction on how to automatically show these logo’s.
ClickCartPro - Administration
ClickCartPro - Getting Started
Edited on 2007-07-10 06:37:27 by KryptronicWebmaster
Additions:
ClickCartPro - Administration
ClickCartPro - Getting Started
Deletions:
Wiki: Pending Inclusion
Oldest known version of this page was edited on 2007-06-22 14:46:14 by KryptronicWebmaster []
Page view:
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. Logout of the management interface and open a browser session with your online processor. Login to your account and select the Settings function.
5. In the Installations section, click the button under Configuration Options for the Installation ID you want to manage.
6. On the Configuration Options page, <WPDISPLAY ITEM=MC_callback> in the "Callback URL" fields. Then check the boxes next to "Callback enabled?" and "Use callback response?", select ClickCart Pro as your Store-Builder used. Click the "Save Changes" button.
7. 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 you 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
Wiki: Pending Inclusion