We setup PayPal Payments Pro as the gateway for our client. Everything is working great, however when a payment is made and you are taken to the Payment Overview it shows Payment Type: PayPal Pro. Since the payment is made on the site without being redirected to PayPal this is a little confusing.
Can we change this to show which credit card they used, Visa, MasterCard, Am_Ex, etc.? We would rather not show PayPal if at all possible.
Same issue for the backend when viewing attendees.
The easiest option would be simply to remove/hide the Payment Type from the overview table, you would have to edit the payment_overview.php template file from event-espresso/templates (ideally by copying it to the uploads/espresso/templates first) to remove that table row.
Looking at the code, we dont keep hold of the card type after the payment has been processed, so you won’t be able to add that information in unless you customise the gateway.
Changing the data in the back end would require serious customisation, and again you would have the problem that we do not keep hold of the card type (or any card data).
Thank you for your quick response. I took your advice and just modified the code, after putting a copy where you suggested.
You can close this.
Viewing 2 reply threads
The support post ‘Payment Type’ 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.