• Resolved MrTwoArms

    (@mrtwoarms)


    Jason and team, thank you for this wonderful plugin.

    I use PMPro to run a tennis league. I use PayPal Standard to process the payments, so my registration form captures WP-user account information, and then the registrant clicks the PayPal button to move on to pay.

    Additionally, I use the Register Helper plugin to capture 2 custom fields that are required during the point of new user registration.

    We are holding a tournament this year, so I’ve set up multisite with a subdomain (tournaments.mysite.com) to house tournament-specific content. I copied all of my users to the sub-site so that league players can just use a single login for the league AND the tournaments. I still need them to register for the tournament to the tune of $50, and I also need them to fill out the 2 custom fields AGAIN when registering for the tournament. However, when PMPro recognizes them as a logged in user, the page that renders won’t show any registration fields. When they just try to move on to PayPal, they receive the error that my 2 custom fields are required.

    Is there a way that I can get the custom fields that are defined in the Register Helper to show on the Membership Checkout page, even if the user is recognized as a logged-in-user?

    https://ww.wp.xz.cn/plugins/paid-memberships-pro/

Viewing 1 replies (of 1 total)
  • Thread Starter MrTwoArms

    (@mrtwoarms)

    For anyone interested, I was able to address this by adding the following to paid-memberships-pro/pages/checkout.php right after lines 261-263, which is where the plugin determines the output when a logged-in-user is on a checkout page:

    <?php
      //show Register Helper Example custom registration fields, even if user is already logged in
      do_action('pmpro_checkout_after_email');
    ?>
Viewing 1 replies (of 1 total)

The topic ‘Register Helper & Multisite Question’ is closed to new replies.