Skip to content

umbraco-community/Umbraco.Commerce.Reviews

Repository files navigation

Umbraco Commerce Reviews ⭐⭐⭐⭐⭐

Simple product reviews for Umbraco Commerce.

Installation

Add the following using statement to your product page view:

@using Umbraco.Commerce.Reviews.Web;

Then in the location you wish to render the reviews add:

@Html.RenderUmbracoCommerceReviews(store.Id, Model.Key.ToString())

TODO

  • Add example of basic review form on product page.
  • Extract reviews for product and calculated average score.
  • Add tree nodes for each store in backoffice.
  • Add paged list of reviews in backoffice with filter options.
  • Search reviews in specific properties.
  • Add page to view and edit some properties on review.
  • Allow to delete review(s).
  • Allow to change status of review(s).
  • Reply/comment on review.
  • Change review UpdateDate on save.
  • Add email field to review.
  • Show product details like sku and product name on edit page.
  • Recommend this product (yes/no).
  • Verified buyer (yes/no).
  • Votes positive / negative
  • Add basic configuration (e.g. as config file).