How to delete the rating stars and "current rating is 0. Total votes 0" Thanks

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 năm cách đây
I want to delete the rating stars and the sentence under it. How?
13 năm cách đây
One way to do it would be to go to Templates folder, then Products folder.

Edit one or both templates (OneVariant.ascx & VariantsInGrid.ascx)

Comment out the following:

Find and change this:

<nopCommerce:ProductRating ID="ctrlProductRating" runat="server" />

to this:

<!--<nopCommerce:ProductRating ID="ctrlProductRating" runat="server" />-->
13 năm cách đây
Go to product details page (admin area) and ensure that 'Allow customer ratings' is unchecked
12 năm cách đây
I can't find that option on 1.90.  Where do I look?
12 năm cách đây
Sorry, I meant globally, not for indivual products.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.