Skip to content

AaronSadlerUK/vendr-reviews

 
 

Repository files navigation

Vendr Reviews ⭐⭐⭐⭐⭐

Simple product reviews for Vendr, the eCommerce package for Umbrao v8+

Instalation

Add the following using statement to your product page view:

@using Vendr.Contrib.Reviews.Web;

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

@Html.RenderVendrReviews(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).

About

Simple product reviews for Vendr, the eCommerce solution for Umbraco v8+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 52.6%
  • HTML 22.6%
  • JavaScript 22.1%
  • CSS 1.6%
  • Batchfile 1.1%