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

    (@geminilabs)

    If you are using the shortcodes, you can do this for the form:

    [site_reviews_form assign_to=post_id]
    

    And this for the summary and reviews:

    [site_reviews_summary assigned_to=post_id]
    [site_reviews assigned_to=post_id]

    Notice the assign_tooption on the form and theassigned_to option on the summary and reviews.

    Please also see the “Site Reviews > Help > Shortcodes” page.

    • This reply was modified 4 years, 9 months ago by Gemini Labs.
    Thread Starter akash000ahammed

    (@akash000ahammed)

    I am using this, the woo-commerce product id is “2447”.

    [site_reviews_form assign_to=”2447″]

    If you check this screenshot you will find out the assigning process is working.
    https://snipboard.io/mjVp9B.jpg

    My problem is even after approving the review, it is not showing on my single product page review tab. I want to show customers given review their as a normal woo-commerce product review, is this possible?

    The product link-> https://dreamlove1000.com/product/dream-love-1000-attraction-perfume/#reviews

    Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews does not natively integrate with woocommerce.

    To display your assigned reviews on your product page, you will need to also use the [site_reviews assigned_to=post_id] shortcode; and to display the rating summary, you will need to use the [site_reviews_summary assigned_to=post_id] shortcode.

    You may also use the do_shortcode function in your product template file to place the shortcodes if you need more flexibility.

    One other thing, if you are using the shortcode in the page editor, or if you are using the shortcode in your template in “The Loop”, then you can just use “post_id” as the value instead of the actual post ID, and Site Reviews will automatically use the post ID of the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form Assigned to woo product, review not showing.’ is closed to new replies.