Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Groups & Staffs › How to add wcfm available groups to the vendor registration form?
- This topic has 22 replies, 5 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
- AuthorPosts
- May 5, 2020 at 9:52 pm #127103eritechdeveloperParticipant
I just got the Groups & staff add on, but I cannot see the available groups in the registration form, how do I add that?
- May 6, 2020 at 1:17 pm #127310Sarmistha ChakrabortyMember
Hello,
You have to assign group in each membership plan (PFA)
Please check the Documentation : https://wclovers.com/knowledgebase/wcfm-groups-staffs/Thanks.
Attachments:
You must be logged in to view attached files. - May 6, 2020 at 4:38 pm #127435eritechdeveloperParticipant
Thank you, but that only allows me to associate 1 group to 1 membership plan. I want to associate multiple or all groups to it.
Or are you recommending I create multiple memberships 1 for each for group?
- May 6, 2020 at 7:07 pm #127519Sarmistha ChakrabortyMember
Hello,
Yes, create multiple memberships 1 for each for group.
Basically You cannot assign many groups in one membership plan, but in many membership plan you can assign one group.
Hope it’s clear to you.Thanks.
- May 6, 2020 at 9:30 pm #127598eritechdeveloperParticipant
It is clear, but not the best option. It will work, for now, I will add it to the backlog and raise a request in the future.
In the meantime, how can I rename plan to profession?
Where can I change
How can I remove the £0.00 and the circle and the no payment required from the options. Plus remove the payment options for now, and how can I update the look and content in the confirmation tab.
- May 7, 2020 at 3:50 pm #127967Sarmistha ChakrabortyMember
Hello,
how can I rename plan to profession?
What that mean? To change the text please use “Loco Translate” plugin.
Wordpress dashboard->Loco translate ->Plugins-> WCFM – WooCommerce Multivendor Marketplace-> select your site language-> search string and change->saveHow can I remove the £0.00 and the circle and the no payment required from the options. Plus remove the payment options for now, and how can I update the look and content in the confirmation tab.
>>For free plan there is no payment option, For hide the “Payment” tab display try the below code –add_filter('wcfm_membership_registration_steps',function($steps){ unset($steps['payment']); return $steps; },10,2);
To remove price display add below style to your theme’s style.css –
.wcfm_membership_price { display: none; }
You may create custom plan design page.
You just have to use membership subscription button short code for creating buttons for that table – https://ibb.co/NNFNxxK
And set that custom plan page here – https://ibb.co/fS4FST0Thanks.
- May 7, 2020 at 7:20 pm #128063eritechdeveloperParticipant
Using loco translate was a bit problematic so
I did this instead
function wcfm_custom_0408_translate_text( $translated ) {
$translated = str_ireplace( ‘Plan’, ‘Profession’, $translated );
$translated = str_ireplace( ‘Plans’, ‘Professions’, $translated );
return $translated;
}
add_filter(‘gettext’, ‘wcfm_custom_0408_translate_text’);
add_filter(‘ngettext’, ‘wcfm_custom_0408_translate_text’);I will use your suggestions on customization the page, thank you.
- May 10, 2020 at 12:56 am #128933PATRICIA MARTINEZ PEREZParticipant
Hello, the option: automatic group assignment in the registry does not appear in my configuration. How can i fix it?
Attachments:
You must be logged in to view attached files. - May 10, 2020 at 3:16 pm #129139PATRICIA MARTINEZ PEREZParticipant
What I want is that when the stores register in my market, they indicate in which group / Category they want to be (example: Hairdresser, food store, Veterinarian …..) Does that have to be done by using the true group option ?
I wait for an answer, thanks- May 10, 2020 at 8:04 pm #129247Sarmistha ChakrabortyMember
Hello,
There is no settings “automatic group assignment in the registry”.
For assign specific group at the time of vendor registration –
You have to create “Membership plan” and then assign group in each membership plan (https://wclovers.com/wp-content/uploads/2020/05/groupassign.png)
Please check the Documentation : https://wclovers.com/knowledgebase/wcfm-groups-staffs/Thanks.
- May 11, 2020 at 12:58 pm #129462PATRICIA MARTINEZ PEREZParticipant
but … in the attached documentation it explains this:
Attachments:
You must be logged in to view attached files. - May 11, 2020 at 1:01 pm #129465PATRICIA MARTINEZ PEREZParticipant
Another question … what I want is to assign a “Category” to the stores … that is … “Hairdressing Shops” …. Food shops “” Clothing Stores “, to later be able to show them by Separate … How can I assign that to it? How can I display the stores grouped by their category separately?
-I have a problem from my group dashboard page. When I click on the view group option, it does not go to the group page, but redirects me to my home page …
- May 11, 2020 at 2:20 pm #129498Sarmistha ChakrabortyMember
Hello,
As per understanding your scope,
Vendors will able to chose their preferred store category (like “Hairdressing Shops,Food shops,Clothing Stores etc) during registration and also this will visible at store list page as a “Store Category filter” option. We have some custom solution for this.
Will that meet your requirement? Please confirm.How can I display the stores grouped by their category separately?
Sorry, unfortunately as of now this will not possible, But in store list page have “Store Category filter” option – users can easily find vendors with respect to “store category”.-I have a problem from my group dashboard page. When I click on the view group option, it does not go to the group page, but redirects me to my home page …
Kindly disable all other plugins except WooCommerce and WCFM plugins. and save the Permalinks from WordPress dashboard-> Settings->Permalinks -> Post name -> save
After that check again.Thanks!
- May 11, 2020 at 3:43 pm #129531PATRICIA MARTINEZ PEREZParticipant
Hello
According to their scope,
Suppliers can choose their preferred store category (such as “Hairdressers, food stores, clothing stores, etc.) during registration and this will also be visible on the store list page as an option of“ Store Category Filter “We have a custom solution for this.
Will it meet your requirement? Please confirm.What do you mean by “Custom Option? Yes, I need a solution to categorize my stores, please.
The permalink solution does not work. What can I do?
- May 11, 2020 at 4:26 pm #129556PATRICIA MARTINEZ PEREZParticipant
Can you tell me step by step how to assign a category to a store?
- May 11, 2020 at 8:48 pm #129673Sarmistha ChakrabortyMember
Hello,
I have a problem from my group dashboard page. When I click on the view group option, it does not go to the group page, but redirects me to my home page …
>>Please check – https://wclovers.com/forums/topic/urgent-groups-staffs-pagination-not-working/ and make sure remove custom codes if you have added earlier.What do you mean by “Custom Option?
>>We have free custom addon plugin. (only for below steps)
The steps are –
Admin can create categories from WCFM Admin Setting -> Store Categories.
Vendors allowed to choose “Store Categories” during registration and also may change later from WCFM Dashboard -> Profile -> Store Categories
Now, suppose you have created a category “Food” and want to create a store page specifically for “Food” category vendors.
Then you have to create a page using short code – [wcfm_stores store_category=”SET CATEGORY ID HERE”]
If that meet your requirement let us know, we will send the addon plugin.Thanks.
- May 18, 2020 at 2:33 pm #132515CAMParticipant
>>We have free custom addon plugin. (only for below steps)
I am also interested in this add-on.
How do we get it?
Thanks
- May 18, 2020 at 3:05 pm #132539Sarmistha ChakrabortyMember
Hi,
Yes, sure. Have you contact here – https://wclovers.com/setup-guidance/ regarding this ?
- May 11, 2020 at 11:42 pm #129734PATRICIA MARTINEZ PEREZParticipant
Yes! that’s exactly what i need … how can i do it? THANK YOU
- May 12, 2020 at 12:19 am #129754PATRICIA MARTINEZ PEREZParticipant
Regarding the problem of wc groups … I still cannot see the group directory when I click on the icon … it keeps redirecting me … How can I solve it?
- May 12, 2020 at 2:20 pm #129981Sarmistha ChakrabortyMember
Hello,
Regarding the problem of wc groups … I still cannot see the group directory when I click on the icon … it keeps redirecting me … How can I solve it?
>>Did you check https://wclovers.com/forums/topic/urgent-groups-staffs-pagination-not-working/ and please follow the instruction.Regarding “Store Categories” addon, contact us here – https://wclovers.com/setup-guidance/ with your topic link. We will send you the addon plugin.
Thanks.
- May 16, 2020 at 11:43 am #131696HenrietteParticipant
@Sarmistha I would very much like to have this “Store Categories” addon too. Can I contact you also?
Thank you.
- May 16, 2020 at 1:14 pm #131732Sarmistha ChakrabortyMemberThis reply has been marked as private.
- AuthorPosts
- You must be logged in to reply to this topic.