Riview form in product details page is not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 年 前
I added all reviews in product details page and all reviews are showing. But the form in not working. It's not saving the new review.
I added this code in PrepareProductDetailsModelAsync:
var productReviewsModel = new ProductReviewsModel();
            model.ProductReviews = await PrepareProductReviewsModelAsync(productReviewsModel, product);

Can anyone help me please?
2 年 前
What error you are getting when you try to add new review
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.