Good morning,
Hoping to pick /r/wordpress’s brain on the best way to put this user profile / back end together.
I am currently using a plugin called UserPro to hide wordpresses backend and allow users to create accounts and edit their profiles all on the front end. Everything has been going well but where I am running into trouble is I’d like them to also be able to add their shipping / billing address.
UserPro doesn’t really allow you to do this in an efficient way. Ideally I’d like the user to be able to select their country, then show provinces or states based on what country they selected, and then city.
I am trying to avoid using text input fields because in terms of database cleanliness, text input fields get messy when people begin to spell provinces or states incorrectly or abbreviate, etc.
I’d like to eventually be able to extract my database and see all of the users info in one data table, or at most two.
So I guess I’m at the point where I have fully explored the capabilities of userpro without adding custom javascript, and don’t know how to achieve what I want. Would the solution be to user a different chain of plugins to accomplish this? Should I have the user profile on one side and a different set of plugins like woocomerce that collects shipping / billing data?
The plan is to eventually sell products to our community, and sell memberships for access to more content.
Thank you for any advice you’re able to lend!
​
[ad_2]
Should really probably use WooCommerce membership plugin or something similar where this functionality exists particularly if long term you want to sell product and memberships anyway