Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Create Event for Groupon Redemption | Event Espresso - Staging Server

Support

Home Forums Groupon Integration Create Event for Groupon Redemption

Create Event for Groupon Redemption

Posted: November 29, 2013 at 3:54 pm

Viewing 4 reply threads


Maria Peagler

November 29, 2013 at 3:54 pm

I need to create an event that offers the Groupon code redemption option. I’ve got the Event setup and the Registration page displays. After they register using EE, I need to take them directly to my Membership site registration page. How can I do this?

Thanks,
Maria

  • This topic was modified 11 years, 1 month ago by Maria Peagler.


Josh

December 2, 2013 at 2:44 pm

Hi Maria,

It might work to add the member registration right onto the Thank You page. That way it will load up the “Thanks for registering for this event” information, followed by the fields to register as a member. Does the WP membership plugin that you are using have a shortcode that allows for this?


Maria Peagler

December 2, 2013 at 5:18 pm

Yes, it does. I’ll try that Josh. Thanks for your help. I appreciate it!


Maria Peagler

December 2, 2013 at 6:02 pm

Josh –
I added the registration shortcode to the page and it looks great.

However, when I test the process, I’m never taken to the Thank You page.

WP stays on the Event Registration page, and shows the following items in this order:

1. Description. I fill out the EE registration and enter my Groupon voucher code.
2. Verify Registration. EE displays the registration info and asks me to click on Confirm Registration.
3. Payment Overview. I get a registration ID and EE tells me that a confirmation message has been sent to my email.

My Thank You page never appears in that process.

I’ve got it set up as the Return URL in EE General Settings.

So what am I missing here?


Josh

December 2, 2013 at 7:02 pm

In this case, you might need to add your shortcode to the template that displays the Payment overview information. In Event Espresso 3.1.36.p it’s the first part of the /templates/payment_page.php template.

So for example, if you want to make the member registration form display just after the email has been sent message, you’d add this line of code after line 29:

<?php echo do_shortcode( '[MEMBERSHIP_FORM_SHORTCODE_GOES_HERE]' ); ?>
Viewing 4 reply threads

The support post ‘Create Event for Groupon Redemption’ 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 - Staging Server