ShopReviews Details
ShopReviews attempts to provide a review and comment add-on for E-Commerce plugins. It allows users or verified customers to provide ratings and comments, plays nicely with RainLab.Users, keeps tracks of average ratings per product, and comes with dashboard widgets.
- Rating system can be customized (look and count)
- Custom review codes to distribute to designated reviewers
- Reviews and ratings must be approved
- Keeps track of averaged ratings
- One review per user/purchase
- Throttled submissions
- Backend management
- Dashboard widgets
- Supports RainLab.Users
- Pagination
CURRENT SUPPORTED PLUGINS
- JiRi.JKShop
- OFFLINE.Mall
- introduced version-1.1.0
PLANNED SUPPORTED PLUGINS
-
Feegleweb.Octoshop - dropped support as plugin appears deprecated
...others via suggestions
WIDGETS
- Reviews : displays last n reviews
ATTRIBUTIONS
- Jiri JKSHop
- OFFLINE Mall
- Employee Rating icon by Kokota, EE
ShopReviews Documentation
INSTALLATION
1. Purchase the plugin 2. Attach it to your project or - Install via command line or - Backend plugin management 3. Configure the plugin via the settings page
USAGE
1. Add Review component to a product page [shopReviews] showReviews = 1 usePagination = 1 perPage = 5 loginRequired = 0 paymentRequired = 0 buttonHtml = "Submit" buttonClass = "btn btn-default" maxRating = 5 ratingClass = "fa fa-star-o" ratingClassActive = "fa fa-star" verifiedPurchaseHtml = "<span>Verified Purchase</span>" 2. Place the plugin partial where you like {% component 'shopReviews' %} * Alternatively you can compose your own layout. ``` {% partial 'shopReviews::review-rating' curr_rating=_rating %} <span class="">{{ total_reviews }} review{% if total_reviews == 0 or total_reviews > 1 %}s{% endif %}!</span> <div class="review-block"> <div>{% partial 'shopReviews::review-list' %}</div> <div>{% partial 'shopReviews::review-form' %}</div> </div> {% partial 'shopReviews::review-list-pagination' %} ``` 3. Reviews/Ratings can be managed via the backend 4. Non authenticated users must be provided the order-slug generated. * Please find the slug via the backend.
-
This plugin has not been reviewed yet.
-
1.1.0 |
Add support for OFFLINE.Mall & bug fixes & backend adjustments Jun 20, 2019 |
---|---|
1.0.2 |
order_type on reviews bug fix Aug 02, 2017 |
1.0.1 |
Added custom generated codes Aug 02, 2017 |
1.0.0 |
First version of ProductReviews Jun 26, 2017 |
ShopReview Upgrade Guide
version-1.0.0
1. Install and go
version-1.0.1
1. Install as usual 2. Throttle introduced. Configure via settings page 3. Custom review codes introduces 4. Backend Navigation entry for ShopReviews * manage custom codes
version-1.0.2
1. Install as usual
version-1.1.0
1. Install as usual * support for OFFLINE Mall 2. Component layout may need adjustments