Creates shortcode, that displays the rating, in stars, of any WooCommerce product will show the star rating of the product.
Activate the plugin through 'Plugins WordPress..
Replace n with the ID of the product you want to show the ratings for..
This will add number, the average of all ratings for this product, after the stars, like.
This will add number, the number of ratings for this product, after the stars, like ...
Because I am using highly customized theme and several plugins with it, I couldn't figure out simple way of how to show Star Count on Product Page using Visual Composer.
I made enhancement to the code of the plugin, so that when you click on the stars, it will take you down the site to the reviews, and not just refresh the page.
When you want to do the same, in your Visual Composer specify ID to row section you want click on the stars to move to, then edit the plugins file by appending the id to the link $link = get permalink . #theIDyouChose..
This will append the ID to the link of the stars...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more