Product reviews enhanced
Enhanced Product Reviews Plugin for Medusa with advanced filtering, pagination and admin UI
Installation
npm install @nakamotosbutt/medusa-product-reviews-enhanced
Configuration
Add the plugin to your medusa-config.js:
module.exports = {
plugins: [
{
resolve: "@nakamotosbutt/medusa-product-reviews-enhanced",
options: {
// Plugin options here
},
},
],
};
Documentation
Medusa Plugins Collection
A collection of plugins for enhancing your Medusa commerce application with additional features and functionalities.
Plugins SDK
You can use the Plugins SDK to interact with the plugins in this collection. The SDK provides a unified way to interact with all plugins through both Store and Admin operations. Available Plugins
Product Reviews
Add product review capabilities to your Medusa store:
- Product reviews with ratings
- Review statistics and analytics
- Review moderation workflow (
approved/pending/flagged) - Admin response management
- SDK for Store and Admin operations
Webhooks
Add webhook functionality to your Medusa e-commerce server:
- Event-based webhooks for real-time notifications
- Flexible configuration through Medusa’s plugin system
- Built-in support for common Medusa events
- Seamless workflow integration
See a demo in our Medusa Starter
Requirements
- Medusa >= 2.5.0
- Node >= 20
- yarn@4.6.0