Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › remove sections
- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by HM.
- AuthorPosts
- May 19, 2020 at 7:16 am #132872HMParticipant
Hello
my website’s link : https://beantic.com/I want to remove the sections “avis”, “store policies” and “renseignements” from my website because I don’t need them.
Can you do that please ?
you can translate the page in english also if you wantI also posted another topic issue which is very important because my website is already online please !
https://www.kadencewp.com/support-forums/topic/contact-box-doesnt-appaer-on-every-vendorss-products/
I can send you in private my admin access if neededhere’s a picture for the sections : https://ibb.co/5Ttzzp1
I already removed one of them section but I need the code or you tell me how for the other two named “Store Policies” and “Renseignements”
Good to you, - May 19, 2020 at 1:24 pm #132980SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
To remove Review tab (Avis) go to WooCommerce >> Settings >> Products >> General and uncheck Enable reviews option.
Now To remove the other two tabs use the following code-add_filter( 'wcfm_is_pref_enquiry_tab', '__return_false' ); add_filter( 'wcfm_is_pref_policies', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Let me know how this goes.
Thanks! - May 19, 2020 at 11:35 pm #133232HMParticipant
HI !
Yes that worked !
Thank you !! 🙂
Good to you ;
- AuthorPosts
- You must be logged in to reply to this topic.