News:

Support the VirtueMart project and become a member

Main Menu

Moneris credit card plugin for Virtumart 3

Started by YZF, March 11, 2015, 18:54:25 PM

Previous topic - Next topic

YZF

Hello,

Our company bought a plugin from OSDCS to direct users to a company we deal with called Moneris to enter their credit card info on their site. See the plugin details below:

"This is the eSelect Moneris Redirect Payment Gateway for Virtuemart 2 payment gateway. This payment gateway uses the REDirect entry method, so the user enters their credit card details on the MONERIS site."

Unfortunately, now that we have updated to Virtuemart 3, this plugin doesn't work. I'm trying to contact OSDCS, but their site seems to have a problem with their anti spam feature on their form. Any ideas as to what options we have now?

Thanks

alatak

Hello
The changes that needs to be done are explained here http://docs.virtuemart.net/tutorials/installation-migration-upgrade/198-upgrade-virtuemart-2-to-virtuemart-3.html
basically you need
- to change the <params> in to <fields>- and
- to add this function in the code:
function plgVmDeclarePluginParamsPaymentVM3( &$data) {
return $this->declarePluginParams('payment', $data);
}

YZF

Thank you for your reply alatak.

My background is Graphic Design rather than coding, but we are working with a web developer who can probably work with your advice.

I'm not sure if this makes a difference but when we tried to install the plugin designed for Virtuemart 2 we got the following error:

"Warning
JInstaller: :Install: Cannot find Joomla XML setup file."