Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Add extra input field before sending to of-site gateway | Event Espresso - Staging Server
I coded a gateway for iDeal through MultiSafepay in EE4. Before I can send the visitor to this off site gateway I need to ask them what their bank is (issuer). I want to ask them this by presenting them a dropdown after they choose the gateway. What’s the best way to achieve this? I got this working by renedering the dropdown in the message HTML and setting a cookie using Javascript, but that doesn’t seem to be the best way.
After I fix this I think I got a pretty clean solution for MultiSafepay iDeal transactions, the number one payment method in the Netherlands.
Actually, doing it with AJAX may be your easiest route. The other two alternatives would be to set up a separate page to submit the bank issuer form to, which would then process and redirect the user to the iDeal site, or to hook into EE4’s system of handling requests, which can be quite challenging.
Viewing 1 reply thread
The support post ‘Add extra input field before sending to of-site gateway’ 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.