Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › "Ultimate" and " Group & Staff"
- This topic has 17 replies, 2 voices, and was last updated 5 years, 9 months ago by WCFM Forum.
- AuthorPosts
- February 1, 2019 at 8:13 am #46166vraugul1Participant
Hello, I bought the version of “Ultimate” and ” Group & Staff”
Please tell me:
1. How not to show a certain group of sellers in [wcfm_store]?
2. How can a certain group prevent the creation of a store?
Before buying I was told that I can do it.Thank you!
- February 2, 2019 at 3:48 pm #46307WCFM ForumMember
Hi,
Yeah sure.
Hope you have created membership and associate group with them.
Now, tell me your Membership plan’s IDs and which you want to exclude form store list.
Thank You
- February 3, 2019 at 12:17 pm #46412
- February 4, 2019 at 7:01 am #46496WCFM ForumMember
Hi,
Yeah right, “3004” is ID for this membership plan.
Now, if you want to exclude vendors who has this membership subscription, then you have to use this short code –
[wcfm_stores exclude_membership="3004"]
You may also exclude multiple membership, then have to set short code like this –
[wcfm_stores exclude_membership="3004,3005"]
Thank You
- February 4, 2019 at 7:48 am #46509
- February 4, 2019 at 7:54 am #46511vraugul1Participant
Or in a particular group, it is the “Store” is written “Частное лицо”
Thank you!
- February 4, 2019 at 8:28 am #46512vraugul1Participant
As turn off I found.
Is it possible to change the sold by for a particular group?Thank you!
- February 4, 2019 at 8:58 am #46516WCFM ForumMember
Hi,
Yeah off course, hope you have WCFM – Groups,
Set Sold BY OFF for that group Capability.
Well, be sure you are using latest version of WCFM Groups, 3.1.5
Thank You
- February 4, 2019 at 2:16 pm #46570vraugul1Participant
How to disable “Sold By” I found.
Tell me can I change the inscription “Store:” for a certain group of sellers?Thank you!
- February 4, 2019 at 5:07 pm #46598WCFM ForumMember
HI,
You have to use this code snippet –
add_filter( 'wcfmmp_sold_by_label', function( $sold_by_label ) { return 'Agent'; });
Thank You
- February 4, 2019 at 5:38 pm #46612vraugul1Participant
And where to insert it?
Thank you!
- February 5, 2019 at 5:20 am #46665WCFM ForumMember
Add this code at child theme’s functions.php
- February 5, 2019 at 6:48 am #46680vraugul1Participant
This code is for simply changing “Store” to something else
And I need to change “Store” for another group of sellers with a different membership.
For example:
The seller signed on “Premium” written Store”
And have seller of signed on “Silver” written ” Agent”Thank you!
- February 5, 2019 at 7:52 am #46684WCFM ForumMember
Hi,
Well, this is not yet supported.
We will add this option very soon with Groups Capability.
Thank You
- February 8, 2019 at 6:16 am #47160vraugul1Participant
How soon will you add this change?
This function is very important to me.Thank You so much!
- February 8, 2019 at 7:38 am #47179WCFM ForumMember
Hi,
It will be there early next week.
Thank you
- February 8, 2019 at 7:43 am #47181vraugul1Participant
You are the best!
Thank you for your plugin and technical support!
- February 8, 2019 at 7:48 am #47184WCFM ForumMember
You are welcome 🙂
- AuthorPosts
- The topic ‘"Ultimate" and " Group & Staff"’ is closed to new replies.