1. Please make sure that you have enabled the integration.
2. Verify that you are using the assigned_posts
option in the shortcode settings of the add-on.

If you are having problems with the review tab of the Product page, it may be a problem with your theme.
I suggest you test this with the official Woocommerce Storefront theme. If the Storefront theme works, then the issue is likely related to your current theme.
Site Reviews replaces the following Woocommerce templates:
/woocommerce/templates/loop/rating.php
/woocommerce/templates/single-product-reviews.php
/woocommerce/templates/single-product/rating.php
If your current theme uses a custom version of these templates, you may need to use the template overrides provided by the Woocommerce Reviews Add-on:
These are the corresponding templates in the add-on:
/site-reviews-woocommerce/templates/loop/rating.php
/site-reviews-woocommerce/templates/reviews.php
/site-reviews-woocommerce/templates/rating.php
To use them, copy the templates that you need to use into your theme and adjust them as needed. Here are the correct paths to use if using the templates in your child theme:
/wp-content/themes/<your-child-theme>/site-reviews-woocommerce/loop/rating.php
/wp-content/themes/<your-child-theme>/site-reviews-woocommerce/reviews.php
/wp-content/themes/<your-child-theme>/site-reviews-woocommerce/rating.php
-
This reply was modified 3 years, 9 months ago by
Gemini Labs.