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.
Il y a 2 ans
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?
Il y a 2 ans
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.