• Resolved talkiewalkie

    (@talkiewalkie)


    Hi,
    I am trying to use your plugin, which I am currently enjoying very much. However, I have a problem: I was using another plugin before switching to yours and lost all the reviews I had collected. I am now trying to add them manually using your plugin. I have a problem though: after adding a new review, it doesn’t show up on the product page in Woocommerce. I’ve tried downloading and activating the woocommerce extension and it seems to work, but it doesn’t display the “verified owner” badge, which I would need to be shown. Also, I honestly like much more the layout of the plugin without the extension active.
    Can you help me out?

    Thank you in advance for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Verified reviews submitted by a Woocommerce customer will have the _verified meta key saved to the review with a value of true.

    Plugin Author Gemini Labs

    (@geminilabs)

    See also: https://pastebin.com/Q3tgJzU9

    With that code snippet, you will probably need to change:

    if ($metakey == '_custom_form') {

    To:

    if ($metakey == '_verified') {

    Thread Starter talkiewalkie

    (@talkiewalkie)

    Hi,
    thank you for your answer! But I don’t understand anything about code, I don’t know where to put it… Can you help me?

    Plugin Author Gemini Labs

    (@geminilabs)

    You will need to copy/paste that code in your theme’s functions.php file, and then replace _custom_form with _verified.

    Once you have done that, you should see the Custom Fields meta box when editing a review.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New review doesn’t appear’ is closed to new replies.