Reviews tab keeps appearing on vendor's store page

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Reviews tab keeps appearing on vendor's store page

Viewing 7 reply threads
  • Author
    Posts
    • #47627
      Lina
      Guest

      Hello,
      I am facing an issue with the “Reviews” tab inside the vendor’s store page.
      I want to disable the “Reviews tab” and I go to WCfM Admin Setting -> Modules -> Review -> Set this OFF (according to your site).
      Although, the tab just stays there, in contrary to the “Policies” tab which was disappeared by the same steps.
      I would be glad to know what I am doing wrong!
      Thank you in advance.

    • #47673
      WCFM Forum
      Keymaster

      HI,

      Please check this, it works following exact setting – https://www.useloom.com/share/b6552ec933f74d7aa3ae9feea7026cbd

      Is there any caching in your site? If so, then please clear those and take a look.

      Well, are you using latest version of plugins?

      Thank You

    • #48067
      Lina
      Guest

      Hello once again,
      Yes I have taken these extact steps but the tab keeps appearing.
      There is no caching plugins in the site and everything is up-to-date (WooCommerce Frontend Manager 5.3.2).
      Is my only solution to hide it with CSS code?
      Thank you 🙂

    • #48130
      WCFM Forum
      Keymaster

      Hi,

      Do not use CSS, better add this code to your child theme’s functions.php –

      add_filter( 'wcfmmp_store_tabs', function( $store_tabs, $store_id ) {
      	if( isset( $store_tabs['reviews'] ) ) unset( $store_tabs['reviews'] );
      	return $store_tabs;
      }, 50, 2 );

      Thank You

    • #48248
      Lina
      Guest

      Perfect! It worked just fine!
      Although, the relevant path …/reviews it’s still accessible.
      How can I make it inaccessible for my visitors?
      Thank you once again.

    • #48251
      WCFM Forum
      Keymaster

      Hi,

      Don’t worry about that.

      You know about “/reviews” but your users will not have any idea about this!

      Thank you

    • #52119
      Marcelo
      Guest

      Nice, thank you for that!
      How can i just translate these Tabs to my language, portuguese from Brazil.

      I just want to put “Sobre” in About, “Produtos” in Products and “Política” in Policies Tabs inside Vendor Store.
      Someone can help me with this?

      Thanks 🙂

    • #52186
      WCFM Forum
      Keymaster

      Hi,

      Sure, please go to WCFM Admin Setting -> Dashboard pages -> Set Endpoint in your language – https://ibb.co/nbJvzjK

      Well, do not insert endpoint with space, only use single word.

      Thank You

Viewing 7 reply threads
  • The topic ‘Reviews tab keeps appearing on vendor's store page’ is closed to new replies.