Support

Home Forums Event Espresso Premium Event Listings does not show a register now button

Event Listings does not show a register now button

Posted: January 6, 2017 at 2:19 pm

Viewing 2 reply threads


Adrian Moseley

January 6, 2017 at 2:19 pm

I would like to modify the “View Details” button for each event on the Event listings page to “Register for this Course”. The link takes users to the registration page for the event, but folks are not thinking to click the “View Details” link to register.
When Can I make this modification?

http://www.hacpp.org/Wordpress/?page_id=91


Josh

  • Support Staff

January 6, 2017 at 2:31 pm

Hi Adrian,

You can add this code to your website and it will make that modification:

add_filter( 
    'FHEE__EE_Ticket_Selector__display_view_details_btn__btn_text', 
    function(){ return 'Register for this Course'; }
);

You can add the above to a functions plugin.


Adrian Moseley

January 7, 2017 at 8:25 pm

Works great.

Thanks!

Viewing 2 reply threads

The support post ‘Event Listings does not show a register now button’ 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