Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Vendor registration – how to make shop name removed/not required?
Tagged: shop name, Vendor registration
- This topic has 2 replies, 3 voices, and was last updated 4 years, 7 months ago by Sarmistha Chakraborty.
- AuthorPosts
- March 31, 2020 at 6:45 pm #114316tuomas.viikeri-9133Participant
When a vendor is registering can I make “Shop name” part not required and not mandatory or maybe even not to be asked at all? Or is that something that is fundamental to the plugin?
- March 31, 2020 at 7:58 pm #114326CraigParticipant
You can “uncheck” the checkbox that says “display sold by” in your marketplace settings and that will remove the store name and store slug from the registration form.
It also removed these elements from the Vendors shop settings so they can’t change their store name or slug.
Craig
- April 2, 2020 at 4:19 pm #114698Sarmistha ChakrabortyMember
Hello,
add_filter( 'wcfm_is_allow_store_name', '__return_false' );
Try this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.