This topic has 4 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
hello team 🙂
I would like to know how can I show the number of product reviews on product category for example.
So far I can see the number of reviews on product pages, but I wanted to show the number of reviews on product category as well 🙂
Thank you team
Hello,
There is no such possibility, by default.
Regards
Ok do I need to change anything on the php files?
It’s really important when you see a product to see how many reviews it has before going inside.
I hope you got the idea.
Hello,
You can achieve a result like this – http://prntscr.com/pewq1a by adding the next code in Theme Options > Custom CSS:
.content-product .star-rating {
font-size: 12px;
}
.content-product .star-rating {
margin-bottom: 18px;
width: auto;
}
Additional customization in files is outside the scope of basic theme support, sorry.
I’ve sent your request to our developers, so maybe this new feature will be added in one of the next theme updates.
Regards
You must be logged in to reply to this topic.Log in/Sign up