Change the Sign Up Process Design

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #44167
      Tiffany Hannah
      Guest

      Is there a way to change the design and look to the signup process or can I just create a new template and use it instead?

      What are the direct links to each step because the link doesn’t say which membership plan it is >>> http:/mywebsitehere.com/vendor-membership/?vmstep=payment

    • #44194
      WCFM Forum
      Keymaster

      Hi,

      You may off course change templates look-n-feel by changing CSS or also by overriding those under child theme.

      “wc-multivendor-membership\templates” you may override these templates under “child theme\wcfm\membership” and edit as per your requirement.

      What are the direct links to each step because the link doesn’t say which membership plan it is >>> http:/mywebsitehere.com/vendor-membership/?vmstep=payment

      – This page already showing you selected Membership details, right?

      Well, at this page user reach after registration and login, You may get that user’s selected membership using this code –

      $membership_id = get_user_meta( $member_id, 'temp_wcfm_membership', true );

      Here “$member_id” is logged in user’s ID

      For non-logged in users selected membership store in Session, get using this – $_SESSION['wcfm_membership']['membership']

      Thank you

Viewing 1 reply thread
  • The topic ‘Change the Sign Up Process Design’ is closed to new replies.