Support

Home Forums Event Espresso Premium PayPal Processing Problem (2)

PayPal Processing Problem (2)

Posted: September 29, 2016 at 8:43 am

Viewing 5 reply threads


Robert Zak

September 29, 2016 at 8:43 am

Apologies, but this is in reference to this forum post. I have been waiting for a reply for a while and when I checked I noticed that somehow my last response had not posted.

SO:

1) Did the developers get back to you with whether or not we are able to disable the auto-fill?

2) I’m assuming you saw the error message in question when you tried to register. On the dashboard, the gateway response is “The transaction id is not valid”. Is there a way to customize the error message displayed to users?

Thank you!


Josh

  • Support Staff

September 29, 2016 at 9:49 am

Hi Robert,

Are you using PayPal Standard, PayPal Pro, or one of the other PayPal payment methods?


Robert Zak

September 29, 2016 at 12:04 pm

Our payment gateway is set up through PayPal Pro.


Josh

  • Support Staff

September 29, 2016 at 12:52 pm

We’re going to add a filter hook that will allow for disabling the field values getting copied over from the registration form field answers. I’ll let you know when that filter hook is available, and how to use that hook.

There isn’t a way to customize those error messages because those come directly from PayPal.


Robert Zak

October 11, 2016 at 11:56 am

Any word on the filter hook or how to implement it?


Josh

  • Support Staff

October 11, 2016 at 12:07 pm

Hi Robert,

The filter hook will be included in the next update release of Event Espresso 4. (v. 4.9.17)

If you’d like to start using the filter hook today, you can download the release candidate here. After you install the release candidate, you can add the following line of code:

add_filter(
    'FHEE__populate_billing_form_fields_from_attendee',
    '__return_false'
);

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 5 reply threads

The support post ‘PayPal Processing Problem (2)’ 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