Hello @lono09
Hope all is well!
will those user who sign up on the plug-in just be given the default membership access?
If Default Membership is created on your end, all registered users belong to a Default Membership, unless they have signed up to standard/dripped membership
Also is there a page for all short link codes because I didn’t see some of the above mentioned shortcodes on the memberships page.
All shortcodes can be found from Membership 2 > Help > Shortcodes. Please click on Expand link to see more information about each shortcode. The [ms-membership-register-user] shortcode is added in that list.
Lastly is there anyway to connect the memberships to woocomerce or is there a short code to like a product page for the memberships I just have the “sign up” shortcode which I can’t customize the button text for.
The Membership plugin is not integrated with Woocomemrce, but since the Woocommerec using custom post type, you can protect Woocomemrce pages under any membership. Protected pages will show a Log In / Sign In option when a visitor will land on. Please make sure to enable “Individual Custom Posts” add-on from Membership 2 > Add-ons.
As a signup shortcode, you can use [ms-membership-signup]
with attributes:
membership_signup_text
-> Default Button label: “Signup”
membership_move_text
-> Default Button label:”Change”
membership_cancel_text
-> Default Button label:”Cancel”
membership_renew_text
-> Default Button label:”Renew”
membership_pay_text
-> Default Button label: “Complete Payment”
Final shortcode can look like this:
[ms-membership-signup membership_signup_text="Your Text" membership_move_text="Your Text"... ]
Hope this helps!
Cheers,
Nastia