Support

Home Forums Multiple Event Registration Add-on Merchant warrior and Multiple events

Merchant warrior and Multiple events

Posted: January 2, 2013 at 11:11 pm

Viewing 4 reply threads


Nick MacRae

January 2, 2013 at 11:11 pm

When using multiple event registration addon and the Merchant Warrier payment gateway there is what I think is a bug.

EE does not seem to update the transactionProduct string that is required for Merchant Warrior to process the payment. Is there a work around for this?

Thanks ~Nick


Josh

  • Support Staff

January 3, 2013 at 8:41 am

Hi Nick,

I can verify that this is a bug in the Multi Event Registration component that slipped through in a recent update. I’m creating a high priority ticket with the goal of getting a fix out in the next release.


Josh

  • Support Staff

January 3, 2013 at 9:01 am

Hi Nick,

Here is a quick temporary workaround you can use for now while this gets worked on:

In event-espresso/gateways/mwarrior/mwarriorvars.php on line 39, you can hardcode a transaction value. Example code:

$mwarrior->addField('transactionProduct', 'Registration');


Nick MacRae

January 3, 2013 at 4:06 pm

Hi Josh – Thanks for your help, great! When do you think the update will be released?

I am also noticing that with Merchant Warrior the contact phone and country are not automatically carrying across from EE to MWarrior like the rest of the input data. Can this be fixed?

~Nick


Josh

  • Support Staff

January 4, 2013 at 12:41 pm

Hi Nick,

I do not have a time estimate. When I have some code ready to test, I will post an update here.

With the phone info not carrying over automatically, you can add this line to event-espresso/gateways/mwarrior/mwarriorvars.php ~ line 38 to add the phone:

$mwarrior->addField('customerPhone', $phone);

I tried to send the country field to Merchant Warrior a few different ways, and regardless of what I sent it displayed a country selector and it was ignoring the country value I sent it. So I don’t think that is something we can change.

Viewing 4 reply threads

The support post ‘Merchant warrior and Multiple events’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso