Home › Forums › Basel support forum › Manual User Registration
Manual User Registration
- This topic has 7 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
December 20, 2017 at 1:31 am #29706
lhughesParticipantHi, I am creating a wholesale site with your amazing theme and need to have the “register” link direct to a page that contains a wholesale account application form. Once the form is recceived, I will then manually approve the account registration and send new approved user login details.
Is there a way to have this link redirect to this type of page or is this a woocommerce issue?
Thanks in advance, Lloyd
December 20, 2017 at 7:24 am #29720
Artem TemosKeymasterHello,
If you want to customize the registration form the best way to do this will be to customize the current WooCommerce form. You can change it in the file
basel / woocommerce / myaccount / form-login.php
. You can also copy it to the child theme and change it there.Regards
December 20, 2017 at 7:32 am #29721
lhughesParticipantHi thanks for replying. I don’t want to customise the form i need to make the registration to the site a manually approved system through a wholesale form that I will create with gravity forms on a new page. Is there a way to redirect the registration link to this wholesale form or do I need to contact woocommerce. Sorry
December 20, 2017 at 7:36 am #29723
Artem TemosKeymasterBut you can create your custom form and then place it to that file to replace the default registration form. It would be the best and easiest way to do this.
December 20, 2017 at 8:16 am #29726
lhughesParticipantHi yes I understand but I need to manually assess the Registration form and check their details before allowing them access to the site as it is a wholesale site. So I just want to receive a form with all their details and once I have done due diligence I then create a password and account for them to access the site. I don’t want them to receive automatic access based on them just filling in the form.
December 20, 2017 at 8:17 am #29727
Artem TemosKeymasterHi,
Yes, we understand your request. We mean that you can remove the default form completely and place your custom form with the mechanism you need.
Regards
December 20, 2017 at 8:26 am #29729
lhughesParticipantOk sorry I did not realise I could modify that page in that way. So this is the best way and run it through the child theme. Now to work out how I do that. Would it be as easy as creating a page with the form them copying page code across to that php file. Sorry if this is beyond support services I will start researching thanks for pointing me on the right direction.
December 20, 2017 at 10:30 am #29734
Artem TemosKeymasterMost likely, when you will get a shortcode with this form. So you will be able to place this shortcode to the file using the following PHP code
<?php echo do_shortcode('[your_shortcode]'); ?>
Regards
-
AuthorPosts
Tagged: Manual User Registration
- You must be logged in to create new topics. Login / Register