Built by

appateam

Category

Other

Version

0.1.3

Last updated

Aug 9, 2024, 15:51:03 PM4 months ago

Product reviews plugin

Add product reviews to your Medusa store
Under development, use at your own risk!

Features

  • Show customer reviews
  • Create customer review with either:
    • just a 1-5 rating
    • a 1-5 rating and a written review

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:
npm install @appateam/medusa-plugin-product-reviews
2 . In Copy to clipboardmedusa-config.js add the following at the end of the Copy to clipboardplugins array:
const plugins = [
// ...
{
resolve: `@appateam/medusa-plugin-product-reviews`,
options: {
enableUI: true
}
},
]

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.