• Resolved tekneek03

    (@tekneek03)


    Are you able to create multiple thank you pages using Membership 2 Pro?

    I’m going to begin running ads using Google Analytics Goals, and would like to set different goals for different thank you pages (different revenue amounts) But I only see One thank you page applying to all memberships when using Membership 2 Pro.

    The problem with this, is if I set a google goal for $299 on the thank you page, If people sign up for a cheaper membership for $48, it would also be registered as $299 received since it would be using the same pixel (same thank you page)

    Help?

    • This topic was modified 6 years, 4 months ago by tekneek03.
Viewing 1 replies (of 1 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hey there, thank you for contacting us.

    Currently is not possible out of the box, however, one of my colleagues suggested a work around, could you please try the following:

    That can be achieved with a little “workaround”. Here are the steps:

    1. Create your “thank you” pages for all the memberships and note down their full URLs (no need to change “Thank You” page setting in Membership 2 configuration though).

    2. Go to “Membership 2 -> Memberships” page and note down IDs of all memberships (you’ll find them when you hover cursor over membership name or click on “Show” link in “Shortcodes” column).

    3. Create an empty file named “m2-registration-complete-123.php”, replacing “123” with an ID of one of the memberships.

    4. Put following code inside that file:

    <?php
    wp_redirect('YOUR_URL');
    ?>

    replacing YOUR_URL with an URL of a relevant “Thank You” page for this membership that you created in step 1.

    5. Upload the file to your current theme’s folder (or better yet, create a child theme and put that file there).

    6. Repeat steps 3 to 5 for each membership

    As a result a user that signs up for a membership will be automatically redirected to selected – separate – “Thank You” page for each membership. I think that should let you easily find out stats for these pages in GA.

    Hope this helps,

    Jorge

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Thank You Pages?’ is closed to new replies.