Support

Home Forums Event Espresso Premium User Integration Registration

User Integration Registration

Posted: March 18, 2015 at 6:03 am

Viewing 2 reply threads


britorthopaedic

March 18, 2015 at 6:03 am

Hi

I have just upgraded to v4 and love the new user integration. What I want to do is offer ticket prices dependent on a member capability which is what your plugin seems to offer. The only problem is that ticket prices are offered before sign in/registration and so the only ticket price offered is the full price ticket, the free ticket is not available. When clicking register I can login but the ticket selection is fixed even though the member logged in should have the free ticket option available. Can you advise?

Melanie


Dean

March 18, 2015 at 7:46 am

Hi Melanie,

Thanks for the feedback, I’ll add a feature request for a login link to be added to the event if any tickets are member only.

In the mean time, you could add a a small function to a site specific plugin to add the login link if the user is not logged in:

function add_login_stuff() {
if( ! is_user_logged_in() ) {
    ?>
    <a href="<?php echo wp_login_url(); ?>" title="Login">Login to benefit from member discounts</a>
    <?php
}

}
add_Action('AHEE__ticket_selector_chart__template__after_ticket_selector','add_login_stuff');


Dean

March 18, 2015 at 7:48 am

Forgot to link to this: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Viewing 2 reply threads

The support post ‘User Integration Registration’ 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