Post by 4umfreak » Sat May 15, 2010 12:41 am

Has anyone done a payment module for Elavon VirtualMerchant?

http://www.elavon.com/acquiring/costco- ... index.aspx" onclick="window.open(this.href);return false;

I tried the Search feature but it didn't yield anything useful.
Last edited by i2Paq on Tue Sep 21, 2010 2:07 am, edited 1 time in total.
Reason: Topic moved

Newbie

Posts

Joined
Sat May 15, 2010 12:12 am

Post by ashblade » Tue Sep 21, 2010 1:21 am

I'm interested in this as well. 4umfreak, were you able to find anything that worked? Anyone else? Thanks!

Newbie

Posts

Joined
Tue Sep 21, 2010 1:18 am

Post by sparkybarkalot » Fri Oct 08, 2010 8:25 pm

I'm interested as well. Anyone find/have information about this?


Posts

Joined
Thu Dec 24, 2009 12:03 am

Post by tedc » Sat Oct 09, 2010 6:00 am

I am working on a Virtual Merchant module, but I need help!

I'm using an older version of opencart (not even sure how to determine the version), and I've figured out the basic structure of a payment module, but the thing I can't figure out is how to handle cases where the card is rejected.

All the modules I've looked at have a confirm() method in the controller, which calls $this->model_checkout_order->confirm(...) for a successful order, but what do I do if I want to reject the order?

The opencart version I have has mostly empty placeholders for all the payment modules except paypal; looking at a more recent version there are plenty more implement modules, but all the non-trivial ones seem to use a send() method and a callback() method - I believe the protocol is to create the order immediately, then have it get updated with an approval (or not) when PayPal, etc. calls the callback function later asynchronously.

In my case I am calling the VM api directly and getting an immediate response, and so I want to handle success/failure right in the confirm() method.

Can anyone enlighten me on this? I haven't been able to find any docs on how to create a payment module.

I'd be happy to share the code if I can get this to work - it'll probably need some polish, but should be a good start!

TIA for any help...

Newbie

Posts

Joined
Sat Oct 09, 2010 5:52 am

Post by cym_sunset » Sat Oct 09, 2010 11:13 am

Hi,
I've developed some Opencart modules recently.
I think I can help you...
Contact me via Skype or YM cym_sunset.

=======================
Paypal Express Checkout Module
Webmoney Module
Liberty Reserve Module
Customer Verification & Payment Limit Module


Newbie

Posts

Joined
Thu Sep 23, 2010 5:28 pm

Post by tedc » Wed Oct 13, 2010 1:21 am

Hi cym_sunset;

Tried to get you you Skype but no luck - do you have some code samples or something you could send along?...

Thanks!

Newbie

Posts

Joined
Sat Oct 09, 2010 5:52 am

Post by sparkybarkalot » Wed Oct 13, 2010 10:17 pm

cym_sunset,

Were you replying about the Elavon question or to the hijacker of this thread, tedc? Do you have any info about Elavon?

Thanks for any info you have.


Posts

Joined
Thu Dec 24, 2009 12:03 am

Post by Qphoria » Wed Oct 13, 2010 10:54 pm

I'm not sure he hijacked it. I too thought it was a hijack but he references "virtual merchant" so he may be referring to the Elavon VM

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by sparkybarkalot » Wed Oct 13, 2010 11:16 pm

Good point. I may have been a jerk prematurely!


Posts

Joined
Thu Dec 24, 2009 12:03 am

Post by Qphoria » Wed Oct 13, 2010 11:49 pm

sparkybarkalot wrote:Good point. I may have been a jerk prematurely!
Nobody is here to judge if you jerked prematurely :laugh:

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by sparkybarkalot » Thu Oct 14, 2010 11:47 pm

I'm going to leave that one alone! I'm leaving this note here in case it's useful to someone. It turns out I was actually interested in the Elavon InternetSecure (Merchant Direct) payment module. It turns out that InternetSecure uses Authorize.net emulation, so in theory the authorize.net module will work with only a small change to /catalog/controller/payment/authorizenet_aim.php file... only need to change the transaction URL. Apparently you use your InternetSecure Gateway ID as the Login ID, and leave the transaction key blank since they don't require it. Trying this all out tomorrow, so we'll see if it works.


Posts

Joined
Thu Dec 24, 2009 12:03 am

Post by tommyz » Tue Nov 23, 2010 1:29 am

sparkybarkalot: reminding you to report back about your success getting authorize.net module to work with Elavon? Thanks in advance

Newbie

Posts

Joined
Tue Nov 23, 2010 1:28 am

Post by tommyz » Sun Dec 12, 2010 4:42 pm

has anyone used the virtualmerchat payment module successfully?

http://www.opencart.com/index.php?route ... order=DESC

Thanks

Newbie

Posts

Joined
Tue Nov 23, 2010 1:28 am

Post by rmullaney77 » Thu Jan 13, 2011 7:48 am

tommyz wrote:has anyone used the virtualmerchat payment module successfully?

http://www.opencart.com/index.php?route ... order=DESC

Thanks
That module is still in use on the site it was written for (before I published it as an OC extension). I was not aware that someone reported an issue in the "comments" tab of the extension and have since responded.

To ensure I am aware of questions about that extension post at http://www.robertmullaney.com/2010/10/1 ... t-gateway/ and I'll respond. A recent blog comment is what prompted me to check the OC comments (of which I was not notified).

User avatar
Active Member

Posts

Joined
Fri Nov 19, 2010 2:08 am
Location - Fort Payne, Alabama

Post by tommyz » Thu Feb 10, 2011 4:14 am

Hi Everyone

This module is now working for me just fine with OpenCart 1.4.9.3 without any modifications. My issues were all with the credit card provider.

Some hints/tips:

in the module configuration, Account ID and User ID, are the same # despite what the support guys told me (they had me put in a different account #).

The other thing is that they need to set up a web terminal in the client area which will have a different pin number than the one you might use for swipe in cards (if you have that option on your account).

Finally, if you run in TEST mode, you will see the transaction processed on the client login but with an ERROR. Once you set it to LIVE mode, the error will be gone and the transaction processed.

Once I connected EBSPromo via the opencart forums, they were helpful and offered to troubleshoot for me, but as I suspected the problem was with the account information.

gave this module 5 stars because it works and does not require any core file modifications.

cheers

tom

Newbie

Posts

Joined
Tue Nov 23, 2010 1:28 am

Post by rmullaney77 » Thu Feb 10, 2011 4:40 am

Thanks for posting about your experience, and especially for the 5-star rating!

I am pretty sure this is the problem for most users who reported issues with our extension. Hopefully they will update some of those lack-luster ratings accordingly ;)

Any ideas on what I could add to the documentation that might have helped you?

User avatar
Active Member

Posts

Joined
Fri Nov 19, 2010 2:08 am
Location - Fort Payne, Alabama

Post by vikon » Wed Mar 23, 2011 10:03 pm

Hi!

I'm having issues getting your module to work. I am running 1.4.9.1 and have also followed the tips @ http://forum.opencart.com/viewtopic.php ... 87#p133387 but still have had no luck.

The loading bar appears for a few seconds and simply disappears.

Any ideas? Would it help to give you access to poke around the installation? It is not public yet -- but this is the very last thing we're waiting to get settled before we go live so we'd like to get it figured out sooner rather than later :)

PS - I PM'd you some screenshots if it helps.

Let me know, thanks!

Newbie

Posts

Joined
Wed Mar 23, 2011 9:52 pm

Post by ryanedick » Tue Apr 19, 2011 10:59 am

I'm having the same issue as Vikon. Everything seems to be set up correctly and I followed the information from the previous posts but at final checkout confirm the loading animation comes up for a few seconds and then just disappears, there's no confirmation and the checkout is never processed on Virtual Merchants end. Any help would be greatly appreciated!

Newbie

Posts

Joined
Tue Apr 19, 2011 10:56 am

Post by Nivi12 » Fri Jun 24, 2011 11:57 pm

I too have followed tommyz's notes on this forum topic, after downloading and installing the VirtualMerchant payment module. And I too am having the problem indicated by other users.

As far as documentation to update, I would incorporate tommyz's comments (just add it after the installation instructions), and then add a FAQ section. If this behavior is common, tell us exactly what we see and what we should do to address it. Namely:

Problem: after installing the software and setting it up specifically as instructed, I test the module by entering data in the fields as directed, then click Confirm Order. At this point, the 'Please wait' line appears for a few seconds then disappears, with the form fields still filled in.

Solution: <--- here's where you could explain what we're supposed to do --->

I am able to log into the Virtual Merchant site, and manually process a credit card transaction, so I know their server isn't down. I am sure this can be resolved easily, so I am delaying rating the module. Any advice would be appreciated.

Thanks.

Newbie

Posts

Joined
Wed Mar 16, 2011 11:35 pm

Post by Nivi12 » Thu Jul 07, 2011 2:37 am

Has anyone either gotten in touch with ebspromo/Robert Mullaney or otherwise gotten their code to work yet? I have heard nothing, and would really like some resolution to this matter. If this is a scam, please post something. The last date of any comment I have seen is February 9, and the question I posted on the site (a duplicate of my original post on this forum) does not appear on the site.

http://www.opencart.com/index.php?route ... 20merchant

Perhaps this individual is simply on vacation, but nonetheless, if this is a legitimate module, I would hope that I would hear some response and there would be some resolution to the original concerns being repeated by several users. If not, hopefully these more recent negative comments (where, other than one individual, everyone is complaining that the module does nothing) prevent others from wasting their money purchasing a non-working module.

I would be happy to retract this post and extend a full apology for doubting the integrity of the creator/seller of this module, as soon as this issue is resolved.

Newbie

Posts

Joined
Wed Mar 16, 2011 11:35 pm
Who is online

Users browsing this forum: No registered users and 8 guests