[ad_1]
Are you using the Woocommerce Reviews add-on?
Thank you for your reply.
No I wasn’t. I am now tho and That did fix the issue of the Woocommerce start rating showing. thank you!
Do you happen to know how to show the amount of reviews to the right of the stars in the catalog like this “* * * * * (5)”
I’ve tried to adjust the shortcode but I think I’m doing it wrong.
Does Woocommerce normally display a review count in the catalog?
I’ve been doing some research but it seems that it doesn’t normally display the review count no.
I figured out a way to display the review count with the woocommerce review display using the following code.
But it doesn’t work with the Site reviews woocommerce addon
Nevermind this..
- This reply was modified 1 hour, 55 minutes ago by thefarmdream.
- This reply was modified 1 hour, 54 minutes ago by thefarmdream.
With Site Reviews v6.1.3 you’ll be able to do this with some custom CSS:
.woocommerce-loop-product__link .glsr-star-rating::after {
content: '('attr(data-reviews)')';
margin-left: 5px;
}Would that work for you?
Thank would be perfect, Thank you very much for the prompt support and solution.
I’m amazed by the speed of your help.
We’ve actually been thinking about going pro with your plugin and this support just made me realize it’s the right thing to do.
Keep up the great work!
