Your cart is currently empty!
Groups
—
by
Hello
I would like to list the details of users in a particular group. I have seen the shortcode that lists the username but I would like to list their details like address and contacts. Is this possible? I’m not a coder.
Cheers
Soosie
Posted in Groups Import Export
Comments
7 responses to “Groups”
Hi Antonio
I installed the plugin. Copied the above shortcode, changed “Gold” to my group name: “Member 15/16” and nothing shows. Should I have done anything else? Sorry to be a pest.
[groups_member group="Member 15/16"]
[userinfo field=”user_firstname”] [userinfo field=”last_name”] [userinfo field=”billing_address_1″] [userinfo field=”billing_country”]
[/groups_member]
Soosie 🙂
🙂 don’t worry.
If you want you can sent us dahsboard admin access to support at itthinx dot com and we’ll have a look to your settings (please indicate this topic in the email).
Regards,
Antonio B.
Thanks Antonio but I don’t know where to start with all of that and we are a not for profit community group so a free lancer is out of the question. 🙁
Cheers
Soosie
I’ll try to help you.
I assume that you are using Woocommerce, doesn’t it?
Another question, I don’t know what is ‘contacts’ info.
Regards,
Antonio B.
Hi Antonio
Much appreciated. Yes we are using WooCommerce with Groups – we manage our Memberships via groups. For example – current financial members are in the group called Member 15/16 (this changes each year). Part of our legislation in Western Australia is that our register of Members and their contact details ie, Address, Phone & Email are available for our Members at all times – so in effect I need to list those details in a page on our site.
I tried using AMR Users Lists but it doesn’t see the Groups fields in the db – don’t know why.
Any ideas?
Thanks again this has been causing me sleepless nights!
Cheers
Soosie
Hi,
if you simply need to show the user info, you can use the User meta shortcodes plugin.
With this example, the user data is displayed only for Gold’s members.
[groups_member group="Gold"]
[userinfo field="user_login"]
[userinfo field="user_firstname"]
[userinfo field="last_name"]
[userinfo field="billing_address_1"]
[userinfo field="billing_country"]
[/groups_member]
Regards,
Antonio B.
Hi Soosie,
you have available this shortcode (you should add it in your functions.php file).
get_userdata documentation page can help you.
You should have basic knowledge of programming. But you probably need the services of a freelance.
Regards,
Antonio B.