Hi Franky,
I’d very much like to be able to customize the Payment Handling text:
“Payment Handling”
And customize the text that displays below the Payment Handling too..
“The booking price in USD is: xx
You can pay for this event via paypal. If you wish to do so, click the ‘Pay via Paypal’ button below.”
Using CSS I was able to remove the Payment Handling line since it is wrapped in a div with the following id/class #eme-rsvp-message.eme-rsvp-message.
I’d be happy enough for now if the text below this (“The booking price…”) was wrapped in a tag with a class; then I could use CSS to set the display to None and use your handy conditional tags to add custom wording to the Booking recorded message.
But ideally the entire Payment Handling text would be customizable for use not only on the single event page, but also on the Payment Form page (accessible via #_PAYMENT_URL) which otherwise only displays:
“Events
The booking price in USD is: xx
You can pay for this event via paypal. If you wish to do so, click the ‘Pay via Paypal’ button below.”
…with no mention of the name of the event, etc. Creating customized text for Payment Handling and the payment message would allow for creating all around better user experiences.
Anyway, for me this would be the final element that would make this plugin meet all my needs for building a user-friendly event registration feature. Thanks for your hard work!