⭐ Multiple plugins for Vendure to review about Products, Order and Company
- Ability to customer create review of the Company using with NPS
- Ability to customer get, list, update and create review of an Product
- Manage the state of reviews approving every changes by the customer
- On every change of state its dispatch a new Event, so you can extend the features of this package to send email or something like that
- Admin UI
- Order Review
Here you can find out how to install
npm install vendure-reviews-plugin --save
import { ReviewsStorePlugin, ReviewsProductPlugin } from 'vendure-reviews-plugin';
const config: VendureConfig = {
...
plugins: [
ReviewsStorePlugin,
ReviewsProductPlugin
]
}
If you want to use queries and mutation of this package you can see the all on this file
MIT