Package Exports
- @lambdacurry/medusa-plugin-product-reviews
- @lambdacurry/medusa-plugin-product-reviews/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lambdacurry/medusa-plugin-product-reviews) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Compatibility
This is compatible with versions >= 1.11.0 of @medusajs/medusa
.
Features
- Create product reviews with images.
- Create product review requests.
- Import product reviews from csv.
How to Install
1. Run the following command in the directory of the Medusa backend:
npm install medusa-plugin-reviews
2. In medusa-config.js
add the following at the end of the plugins
array:
const plugins = [
// ...,
{
resolve: `medusa-plugin-reviews`,
},
];
Additional Tasks
If you wish to send notification emails using this plugin then you will need to extend the product-review-request service to work with your mailing service.