Reviews kept showing "Your review is awaiting approval"

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!

Viewing 9 reply threads
  • Author
    Posts
    • #48674
      samsun34567
      Participant

      Hi team,

      The reviews posted keep showing status of “Your review is awaiting approval” even when auto-approve is checked and it appears in the “approved” tab in vendors back-end.

      How can I solve this?

      Thanks!

    • #48788
      WCFM Forum
      Keymaster

      HI,

      Is this for product review or vendor review?

      Thank you

    • #48875
      samsun34567
      Participant

      Hi,

      It’s for product review.

    • #48923
      samsun34567
      Participant

      On further testing, I found the reviews left for a single product actually ends up in the vendor review.

      Basically, if left a review for single product ->

      1. Shows “Your review is awaiting approval” on single product page

      2. Shows up in vendor review in vendor store page.

    • #48946
      WCFM Forum
      Keymaster

      Hi,

      1. WCFM has no control over product review.

      2. Shows up in vendor review in vendor store page. – it’s default feature, don’t you have “Reviews” tab under store page?

      Thank You

    • #49082
      samsun34567
      Participant

      OHHH okay, I thought the review tab in single product page is for product review, turns out it’s for vendor review! Got it.

      Think I’ll disable the vendor review altogether. Thanks!

    • #49083
      samsun34567
      Participant

      Okay I can’t seem to disable it.

      I turned reviews off in modules, also turned off review manage in capabilities. It still appears though.

      What can I do?

    • #49099
      WCFM Forum
      Keymaster

      Hi,

      Please use this code snippet –

      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

    • #49117
      samsun34567
      Participant

      Okay thanks! That works.

      So a suggestion here:

      What got me confused is that the single product review goes into vendor review, but at the same time you can review the vendor directly, which is all mixed together and quite confusing.

      Why don’t you separate the 2 kinds of reviews ->

      1. You can aggregate all the single product reviews in the vendor page while showing which products they are.

      2. Use another review for vendor itself, or simply disable it and show the average of all the single product review.

      Here is a similar website which I think did a good job on the reviews, for your reference: https://www.pinkoi.com/user/blissandhome?onload=cb_review#~review

    • #49120
      WCFM Forum
      Keymaster

      Hi,

      1. You can aggregate all the single product reviews in the vendor page while showing which products they are.
      – it’s already there

      2. Use another review for vendor itself, or simply disable it and show the average of all the single product review.
      – it’s also possible to provide separate review directly to vendors.

      Thank You

Viewing 9 reply threads
  • The topic ‘Reviews kept showing "Your review is awaiting approval"’ is closed to new replies.