how do i get rid of product review

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 yıl önce
On the OneVariant.ascx i cant get rid of the star rating.

I tried this where set to false but this has no effect and also commenting out causes product review not to appear.

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


<!-- <nopCommerce:ProductRating ID="ctrlProductRating" runat="server" Visible="false" /> -->
13 yıl önce
Go to product details page (admin area) and ensure that 'Allow customer ratings' is unchecked
12 yıl önce
I think for future releases, it would be good to have a "allow ratings" and "allow reviews" setting available in the General Settings area.

Otherwise, as in this case, we will have to go through potentially hundreds of products and turn them off.

(otherwise I guess I can edit the admin control that has the checkboxes default to "checked" )

- I think it would be a further improvement in this already awesome product.

regards,

David
12 yıl önce
I agree with David. A single Checkbox in Catalog for turning off Product Reviews for all products would be nice.
10 yıl önce
I agree with David.
10 yıl önce
Short term solution if you're comfortable with running a SQL statement.

UPDATE Product set AllowCustomerReviews = 0
10 yıl önce
\0/
wiz wrote:
Short term solution if you're comfortable with running a SQL statement.

UPDATE Product set AllowCustomerReviews = 0
9 yıl önce
Could you tell me please relative url address for example /Admin/Setting/CustomerUser because I can't find it where can I disable reviews for product
9 yıl önce
I just found that setting for reviews are only for particular product, and there is no general settings for disable Reviews at all. Or I just didn't find that :)
9 yıl önce
I think you have to disable it product by product.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.