Woocommerce - Force user set address to register in Wordpress? - wordpress

I need need that users set their adress when they are going to register.
Any plugin?
Woocommerce - Wordpress

There isn't a address form when registering out the box, only Email and Password.
You'll need to custom code or use a plugin to add the address fields in the first place, rather than make those fields required.

Related

Controlling registration of new user in WordPress

I would like to have more control on the way new users can register on my WP website.
They should be able to register by themselves if they have a valid email address on a particular domain (e.g. rolland#thisdomain.au). If they register with an email address on a different domain (e.g. rolland#otherdomain.au), the administrator of the site should decide whether to allow the registration or reject it.
Ideally I'd like to NOT use plugins and implement this directly in a custom theme (or my own custom plugin).
Any suggestions ?

How to set individual mail for each admin in wordpress

I have a Wordpress site with more than 10 admins. I want to set individual web mail for each admin so that when they login to the site's admin panel, they can see the mails sent to them.
In front-end there will be a contact form with a combo box in it. From that combo box visitors can select which admin they want to send mail to.
Is it possible? If yes, how?
Right question. please go for the custom email plugin [WP Change Default Email]. thanks

registration form into billing wooccommerce

How to add registration form above billing in woocommerce. Username/logi, password etc. All form must be submited by Place order button. Can you help me with that?
Wocommerce plugin in wordpress already has provided an option to allow user to register ... a password option is provided in the billing form which will create a new user.
You only have to set that option goto Woocommerce->settings->checkout , and disable guest checkout option.

How to add forgot password link in WP-Members plugin?

I use the WP-Members plugin to register users on a WordPress site but I have no idea how to add a forgot password link in login form?
You can add the forgot password using the shortcode:
password
[wpmem_form password]
The password parameter will generate a password reset form for users who are not logged in and a change password form for logged in users. It can be used in conjunction with the logged-in and/or logged-out status shortcodes as well.
NOTE: These functions are also a component of the [wpmem_profile] shortcode, so if you have a user profile page already established, you do not need this page as well. This shortcode is for site admins that might desire a more granular level of control over how these elements are used.
Did you tried
Lost Password
The plugin adds a lost password link automatically when the location of the User Profile page is set in the plugin's main options.
As said by bulterblog when u create a new page and add [wpmem_profile] shortcode it will automatically add the forgot password link to the pages/post which you have blocked.

Change WooCommerce recipient for admin emails

Is there a way to change the recipient email address for all WooCommerce emails that normally go to the site administrator?
The reason for doing this is a separation of roles. The site administrator deals with security alerts, new registrations, password resets, and general site duties. We have another user that is responsible for the online store. All WooCommerce "admin" emails should go to this other person, not the email address specified in Settings --> General.
Ideally, this would be setup in the user profile or WooCommerce settings. I don't have an issue hard-coding the email address in some hook or filter.
I don't think this is possible without editing core WooCommerce files, and that is not recommended as that would be overwritten next update.
The admin email seams to fetched like this get_option( 'admin_email' ) everywhere and there is not filter manipulate this.
The best solution might be to ask for a filter (on their GitHub).
This should be possible:
In the WooCommerce section on the dashboard, there is a setting option
In that there is an Emails tab.
In the Email Sender Options section, change/add the ""From" Email Address" to the other users emails address.
Save the changed made

Resources