Adding WorldPay

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/22/2012 11:56:48 AM
Gravatar
Total Posts 167

Adding WorldPay

Hi,

I'm struggling to get world pay to work on my installation.

I have a worldpay account and need to make a test payment prior to being authorised to get it working in production.

 

<addkey="CommerceUseGlobalSettings"value="false" />

<addkey="Site1-PaymentGatewayUseTestMode"value="true"/>

<addkey="Site1-PayPalUsePayPalStandard"value="true"/>

<addkey="Site1-PrimaryPaymentGateway"value="WorldPay"/>

<addkey="Site1-WorldPayInstallationId"value="999999" />   * my tes tnumber is here

<addkey="Site1-WorldPayMd5Secret"value="testpassword" />

<addkey="Site1-WorldPayResponsePassword"value="testpassword" />

I am mrunning     mojoportal version     2.3.9.3    MSSQL

I notice world pay is not mentioned in PaymentGatewayProviders or could there be another reason?

any suggestions most welcome.

11/23/2012 3:40:16 AM
Gravatar
Total Posts 167

Re: Adding WorldPay

Test testing page appears to be working now. Not sure what caused it to start working as had saved the config file which did not appear to make a difference.

I think there may be a lag from the worldpay side on recognising the account ID.

11/23/2012 8:32:42 AM
Gravatar
Total Posts 18439

Re: Adding WorldPay

There can be a delay when you change things in your WorldPay account such as the password and md5 secret or other account configuration changes.

Glad its working for you now.

Best,

Joe

11/24/2012 5:51:50 AM
Gravatar
Total Posts 167

Re: Adding WorldPay

This looks like it will only show the World Pay option if you are a logged in users. 

Anonymous users only see the the Paypal button I have also set up and a message saying no payment gateway is set up. However when logged in as an authorised user I can use the world pay options set up. 

Is this a bug or are you forced to sign in to use world pay invoice pro?

 

11/26/2012 5:25:50 AM
Gravatar
Total Posts 167

Re: Adding WorldPay

I have carried on testing ensuring SSL settings are OK and still cannot get the world pay option to show for an annonymous site visitor in Invoice pro despite allowing paypal.

I can get worldpay to work for the normal shopping cart for annonymous users.

Shall I raise a seperate issue in the bugs section?

11/26/2012 2:35:38 PM
Gravatar
Total Posts 18439

Re: Adding WorldPay

Hi,

In testing on my machine with WorldPay as the default commerce gateway and PayPal enabled, Web Invoice Pro is not requiring me to sign into the site to pay the invoice with WorldPay. Whether PayPal is enabled or not should not matter.

With WorldPay the user must provide the customer and billing information (but not the credit card) on your site because we must provide that information in the post to WorldPay, but that is not the same thing as signing into the site. The user then provides the credit card info at WorldPay.

The difference is only that with PayPal the user does not have to supply the billing info on your site, PayPal returns that data to us, but with WorldPay we must supply that information in our post to their site so we have to collect it up front.

Hope that helps,

Joe

11/26/2012 2:53:43 PM
Gravatar
Total Posts 18439

Re: Adding WorldPay

Hi,

Oops, I take it back. I thought it was working because it was showing the form but it was showing the Authorize.NET form. I will fix this and put out an update asap.

Best,

Joe

11/26/2012 3:12:19 PM
Gravatar
Total Posts 18439

Re: Adding WorldPay

I've just uploaded Web Invoice Pro 1.7.0.7 which should fix this problem.

Thanks,

Joe

11/26/2012 4:20:39 PM
Gravatar
Total Posts 167

Re: Adding WorldPay

Joe,

Excellent, many thanks.

Simon

11/28/2012 10:36:18 AM
Gravatar
Total Posts 18439

Re: Adding WorldPay

Thank you for the beer! Much appreciated.

Cheers,

Joe

You must sign in to post in the forums. This thread is closed to new posts.