Title: Better WooCommerce Stars Shortcode
Author: Clicknathan
Published: <strong>August 24, 2015</strong>
Last modified: August 24, 2015

---

Search plugins

![](https://ps.w.org/better-woocommerce-stars-shortcode/assets/banner-772x250.png?
rev=1229437)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/better-woocommerce-stars-shortcode_e7e7e7.
svg)

# Better WooCommerce Stars Shortcode

 By [Clicknathan](https://profiles.wordpress.org/clicknathan/)

[Download](https://downloads.wordpress.org/plugin/better-woocommerce-stars-shortcode.zip)

 * [Details](https://wordpress.org/plugins/better-woocommerce-stars-shortcode/#description)
 * [Reviews](https://wordpress.org/plugins/better-woocommerce-stars-shortcode/#reviews)
 *  [Installation](https://wordpress.org/plugins/better-woocommerce-stars-shortcode/#installation)
 * [Development](https://wordpress.org/plugins/better-woocommerce-stars-shortcode/#developers)

 [Support](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/)

## Description

Creates a shortcode, `[woocommerce_rating id="n"]`, that displays the rating, in
stars, of any WooCommerce product. `[woocommerce_rating]` will show the star rating
of the current product. This plugin requires WooCommerce.

## Installation

 1. Log in to your WordPress dashboard, then click Plugins->add new.
 2. Search for the Woocommerce Stars Shortcode plugin in the plugin repository.
 3. Click the “install now” link under the name of the plugin.
 4. Activate the plugin.

Or, if you prefer:
 1. Upload `woocommerce_stars_shortcode.php` to the `/wp-content/
plugins/` directory 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

  Installation Instructions

 1. Log in to your WordPress dashboard, then click Plugins->add new.
 2. Search for the Woocommerce Stars Shortcode plugin in the plugin repository.
 3. Click the “install now” link under the name of the plugin.
 4. Activate the plugin.

Or, if you prefer:
 1. Upload `woocommerce_stars_shortcode.php` to the `/wp-content/
plugins/` directory 2. Activate the plugin through the ‘Plugins’ menu in WordPress

  How about some instructions?

Instructions are here: http://clicknathan.com/web-design/better-woocommerce-star-
ratings-shortcode-plugin/

  What are the short code options?

[woocommerce_rating id=”n”] is the default. Replace “n” with the ID of the product
you want to show the ratings for.

[woocommerce_rating id=”n” link=”false”] Add this if you don’t want the star rating
to be a link.

[woocommerce_rating id=”n” newwindow=”true”] Add this if you want the link to open
in a new window.

[woocommerce_rating id=”n” alttext=”Some alternative text”] This allows you to customize
the text shown when a product has not yet been rated.

[woocommerce_rating id=”n” displayaverage=”true”] This will add a number, the average
of all ratings for this product, after the stars, like ( 3.25 )

[woocommerce_rating id=”n” displaycount=”true”] This will add a number, the total
number of ratings for this product, after the stars, like ( 420 )

## Reviews

![](https://secure.gravatar.com/avatar/2feb4573194a35318d94e040b86e95728d259d31b5ecfa1a0566ce5077d6ef58?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-4429/)󠁿

 [closery](https://profiles.wordpress.org/closery/) October 9, 2017

This is perfect plugin! Simple and easy to use. I really love it, thanks mate! If
anyone can not use in theme files use do_shortcode function like that; <?php echo
do_shortcode( ‘[woocommerce_rating]’ ); ?>

![](https://secure.gravatar.com/avatar/87758431cc8afd1a22e86d13504b03fe6b742486c62449175b8d30483ed245f9?
s=60&d=retro&r=g)

### 󠀁[Not showing stars at all.](https://wordpress.org/support/topic/not-showing-stars-at-all/)󠁿

 [deanMKD](https://profiles.wordpress.org/deanmkd/) October 4, 2017 2 replies

Only show me “Be the first to rate 808 Touchdown V1” and nothing more.. Not working.

![](https://secure.gravatar.com/avatar/1dcf6fcbecaacf7353f8734452e790882cbe07053a5a8e36af01ac92d7e17411?
s=60&d=retro&r=g)

### 󠀁[The first plugin which gets my Review. Amazin Job for such a basic thing!](https://wordpress.org/support/topic/the-first-plugin-which-gets-my-review-amazin-job-for-such-a-basic-thing/)󠁿

 [warhost](https://profiles.wordpress.org/warhost/) November 26, 2016

So this is the first time I am reviewing a plugin. So why this one? Because I am
using a highly customized theme and several plugins with it, I couldn’t figure out
a simple way of how to show the Star Count on a Product Page using Visual Composer.
This plugin solved this problem. It couldn’t be easier. Thank you very much! P.S.:
I made a small 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 (the ‘one-pager’ style),
and not just refresh the page. When you want to do the same, in your Visual Composer(
or similar) specify an ID to a row/section you want a click on the stars to move
to (Reviews in this case), then edit the plugins file by appending the id to the
link: $link = get_permalink( $id ) . "#theIDyouChose"; This will append the ID to
the link of the stars.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/)

## Contributors & Developers

“Better WooCommerce Stars Shortcode” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Clicknathan ](https://profiles.wordpress.org/clicknathan/)
 *   [ rooteerooroo ](https://profiles.wordpress.org/rooteerooroo/)

[Translate “Better WooCommerce Stars Shortcode” into your language.](https://translate.wordpress.org/projects/wp-plugins/better-woocommerce-stars-shortcode)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/better-woocommerce-stars-shortcode/),
check out the [SVN repository](https://plugins.svn.wordpress.org/better-woocommerce-stars-shortcode/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/better-woocommerce-stars-shortcode/)
by [RSS](https://plugins.trac.wordpress.org/log/better-woocommerce-stars-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Updated the shortcode options to allow displaying an average count and total 
   count after the star display
 * Made the newwindow option “false” by default.
 * Plugin now injects necessary CSS via wp_footer

#### 0.5

 * Release

## Meta

 *  Version **1.0**
 *  Last updated **11 years ago**
 *  Active installations **50+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **4.8.28**
 * Tags
 * [rating](https://wordpress.org/plugins/tags/rating/)[ratings](https://wordpress.org/plugins/tags/ratings/)
   [shortcode](https://wordpress.org/plugins/tags/shortcode/)[stars](https://wordpress.org/plugins/tags/stars/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/better-woocommerce-stars-shortcode/advanced/)

## Ratings

 3.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/reviews/)

## Contributors

 *   [ Clicknathan ](https://profiles.wordpress.org/clicknathan/)
 *   [ rooteerooroo ](https://profiles.wordpress.org/rooteerooroo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/better-woocommerce-stars-shortcode/)