Support

Home Forums Event Espresso Premium thanks you page update

thanks you page update

Posted: June 20, 2018 at 1:23 pm


acdemicevents

June 20, 2018 at 1:23 pm

hi, how can i

1. edit View Payment Options
2. remove Click here to view Payment Options

on the thanks you page

thanks


Josh

  • Support Staff

June 20, 2018 at 3:09 pm

Hi,

Can you clarify your first question? I’m not familiar with a “View Payment Options” that’s displayed on the Thank you page. Thank you.

You can remove the “Please Select Your Method of Payment” text (if that’s what you meant by “Click here to view Payment Options”) by adding the following code to your site:

add_filter(
    'FHEE__registration_page_payment_options__method_of_payment_hdr',
    function(){return '';} 
);

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

The support post ‘thanks you page update’ 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.

Event Espresso