Payment Gateway for eWay Australia

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Greetings

I need a V2.0 payment gateway for eWay Australia  before August 24 2011.
Anyone else interested please let me know.

regards
Steve.AU
12 years ago
Hi Steve,

We have reached out to the nopCommerce team, awaiting their reply.

In the mean time, there may be a developer listed on the eWAY Developer Directory

http://www.eway.com.au/Developer/find-a-developer/ecommerce-provider-list.aspx

that may be able to assist you.

Contact eWAY 1800 10 65 65 if we can be of further assistance.

Regards,

Tom
Partner Manager
eWAY
12 years ago
Hi Steve,
Nove Software could help you develop this plugin.
Nova Software is proficient in .NET development, including nopcommerce, dnn, mojoportal, n2 cms (template/module) development.
However, we do not recommend nopcommerce 2.0 for commercial use since as so far it is not so mature.
12 years ago
I have already contacted ActionWeb, Nova and eWay. Thanks to all.
However I have decided to use V1.9 in the short term.
Regards Steve
12 years ago
Can anyone direct me with the core things I need to know for developing this plugin for nopcommerce 2.x?

I.e.
What interfaces should I implement?

Any plugin development tutorials available?

Is it possible to leverage off the 1.9 version plugin?
12 years ago
https://www.nopcommerce.com/boards/t/11315/how-to-extending-nopcommerce-v20.aspx

BTW, you can download eWay payment module for 2.20 here and here
12 years ago
Sweet. I'll just upgrade to 2.2 then. :)
12 years ago
Andrei, thanks for the update.
It looks as though this code is written by eWay themselves.
Great to see such support for nopCommerce.

Regards Steve
12 years ago
Thanks Andrei,

Really appreciate you updating this for the nopCommerce merchant using eWAY.

Regards,

Tom
Partner Manager
eWAY
12 years ago
I have upgraded my development site to 2.2. I've installed the eway plugin, however I get the following error when I try to test a credit card payment via eway.

The controller for path '/checkout/paymentinfo' was not found or does not implement IController.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The controller for path '/checkout/paymentinfo' was not found or does not implement IController.

Source Error:

Line 24:             <div class="payment-info">
Line 25:                 <div class="body">
Line 26:                     @Html.Action(Model.PaymentInfoActionName, Model.PaymentInfoControllerName, Model.PaymentInfoRouteValues)
Line 27:                 </div>
Line 28:                 <div class="clear">


Source File: c:\Projects\nopcommerce-2.0_upgrade\src\Presentation\Nop.Web\Views\Checkout\PaymentInfo.cshtml    Line: 26


I checked the Eway Controller however it implements an abstract class "Controller" not IController. So not sure why it is asking for IController.

Any ideas?

Cheers,
Seth
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.