• Resolved peterleaus

    (@peterleaus)


    Dear Site Reviews Owner,

    Hope you are well. I’m reaching out in regards to the issue that I would like to display the review total count next to the star rating for my WooCommerce website. Currently, on WooCommerce Shop page and Category pages it only shows the 5 review stars (without review count next to it). Please help me on how to display it on these pages , thank you very much.

    I’ve gone through several topics on here but I can’t seem to get this done ??

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

    (@geminilabs)

    The WooCommerce integration with Site Reviews replaces the WooCommerce ratings and reviews. WooCommerce only displays the ratings on these pages, so Site Reviews does the same.

    If you want to display the review count, you can try something like this with CSS:

    .products .glsr-star-rating::after {
        content: attr(data-reviews);
        margin: 0 .25em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Display Review Count next to star on WooCommerce Shop/Category page’ is closed to new replies.