EE4 doesn’t use hidden fields for PayPal, but the PayPal data can be found here /wp-content/plugins/event-espresso-core-reg/modules/gateways/Paypal_Standard/EE_Paypal_Standard.class.php
We are in the middle of re-writing the gateways, and one feature that is being added is the ability to add an extra charge dependant on the gateway, which may be of use to you once it becomes available.
Ok, there are 2 parts to this, so bear with me:
The first thing you will need to do is add and activate this custom plugin: https://raw.githubusercontent.com/sidharrell/EE4custom/master/CustomEE4FunctionsPlugin.php
The second part is a modification to the core EE4 plugin to allow that custom function to work. I have added this modification our repository and submitted a ticket to have it included in a future release. Depending on the dev team’s workflow, it should be included within 1-3 releases. So until then you will need to go into plugins/event-espresso-reg/modules/gateways/Paypal_Standard/EE_Paypal_Standard.class.php and add the following at line 411:
Can you tell if it is passing the handling field in the request? You may need to watch the network tab in the chrome developer tools during the checkout process. Can you provide a link so that we can examine the request?
Viewing 4 reply threads
The support post ‘Paypal Hidden Input’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.