Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there Goharika,

    How are you doing today?

    What you can do to skip one step is to make registration page with signup button for specific membership, this will create a registration page with the button which will link directly to checkout.

    To do that you can try using the following shortcode:

    [ms-membership-register-user title="" label_register="Signup for Membership x now" membership_id="193"]

    Replace 193 with the actual ID of the membership, you can find the ID of your levels in Membership 2 -> Memberships by hovering on the “Show” link in Shortcodes column.

    Aside from that there is no other way of having sign up and registration on the same page.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter Goharika

    (@goharika)

    Thanks for help, yes this brings me registration page, My problem was skiping checkout page. But I think this is not possible.
    As you put here title , and in this way I can change title of registration form, I have one more question about shortcode attributes, is there available shortcodes to change inputs titles and etc like that.

    Thread Starter Goharika

    (@goharika)

    Let me explain more clear.
    I want after this registering not bring me memberships list page. I want checkout page. as you said I have created new page put there my form. From Membership Settings add My page as Registration Page. But after registering it doesn’t bring me checkout page, just empty page

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again Goharika,

    As I mentioned above reverting the process so the user is going through checkout first and registration after is not possible without making quite a few changes in the code.

    Also with the shortcode I mentioned this can work but the registration will be for a specific membership if that makes sense, if this is what you want you can also use attributes to change the label in any of the registration fields so for example to change first name you’d want to use something like this:

    [ms-membership-register-user title=”” label_register=”Signup for Membership x now” label_first_name=”Insert Label here” membership_id=”193″]

    This should be the result https://screencast.com/t/nzBW7RxMYID. To see more about this specific shortcode and available attributes please go to Membership 2 -> Help -> Shortcodes and expand [ms-membership-register-user] https://screencast.com/t/pxTaF3i2F.

    If you still have issues with this specific shortcode please let me know ??

    Cheers,
    Bojan

    Thread Starter Goharika

    (@goharika)

    Hi Bojan,

    Your last reply helps me really, thanks.

    I have just one more question about payment part.
    When user is registering but doesn’t complete payment part, is there any way to show payment info after just login.
    As I see when somebody registering but not pay, the are appearing on my users list as a subscriber, but not on members list.
    So if I have subscribers that want to become a member, they should click on already have account and login, I need to bring them on payment page.

    Please can you give me some advice how to organize this.
    Thanks,
    Gohar

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again Gohar,

    First of all let me explain the difference between user being a subscriber and a member. Subscriber is a wordpress user role, once user registers on a WordPress site he gets one of the user roles, each role grants different capabilities and allows those users to access different parts of the admin.

    Membership 2 doesn’t prevent users from registering on your site which means users can register and get default subscriber user role on your site. Each user that has any user role (aside from admin) can be a member by signing up to a different membership level. Users that are signed up for any level will be displayed in the Members area in the admin. By default this list displays users with active membership, you can click on the All users link and see all users on your site, see screenshot https://screencast.com/t/aCwzv4MD7gQ0.

    Now in regards to your question there is “Redirect Control” add-on that is available in the free version of the plugin that allows you to redirect users on login/log out to specific pages.

    You can also link to your Membership list page in your protection message that allows logged in users to sing up for a membership level, the same page will redirect to registration for visitors.

    You could also use Account page where any invoices and billing is being displayed so users without any level will be able to see that they didn’t sign up for any level as well.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter Goharika

    (@goharika)

    Thanks for reply Bojan,

    The main reason is that I haven’t membership levels, I have only one level so I have hide choose plan part. After registering they need just pay for membership, if not they will become just subscriber.
    And so I need to bring someone who already is subscriber to payment page.

    I will check with add on you suggest and answer back.

    Thanks

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey Gohar,

    Sure thing ?? Let me know if you have additional questions ??

    Cheers,
    Bojan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Membership use one page’ is closed to new replies.