We would like to remove “View Payment Options” + “Click here to view Payment Options” from the thank you page when an invoice payment option is selected.
I’ve changed the Settings / Payments Options to not “Show Pending Payment Options” but the options are still showing.
I’ve changed the Settings / Payments Options to not “Show Pending Payment Options” but the options are still showing.
That’s a bug, I’ve created a ticket to get that fixed as you should have the option to remove those links from the admin (which is what the option should be doing).
In the meantime a quick and simple way to remove those links is using some CSS:
#espresso-thank-you-page-transaction-details-dv .small-text a {
display: none;
}
That will remove both of those links for now, once we fix the above option you can then remove that CSS again.
Viewing 2 reply threads
The support post ‘Thank you page – remove "View Payment Options" + "Click here to view Payment Opt’ 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.