Medusa plugins
P
Product enhancement
Medusa plugin to enhance products
npm install @frozeco/medusa-plugin-product-enhancement
Category
cms
Built by
frozeco
Type
unknown
Last updated
2 months ago
Monthly downloads
11
Compatibility
This starter is compatible with versions >= 2.4.0 of .
Getting started
To install this plugin in your Medusa project, follow these steps:
- Run the following command in your Medusa project directory to install the plugin:
npm install @froze/medusa-plugin-product-enhancement
- Activate the plugin by adding it to the or file in your Medusa project:
const config = {// Other configs...plugins: [// Other plugins...{resolve: "@froze/medusa-plugin-product-enhancement",options: {},},],};export default config;
- Run the migrations:
npx medusa db:migrate
- Restart your Medusa server:
npm run start
Visit the Plugins documentation to learn more about plugins in Medusa.js context.
About this plugin
This plugin aims to enhance base Medusa product functionality by adding new fields and features to products so they could be entirely managed from Medusa Admin. This is to prevent the need for a separate CMS system to manage product content for example.
We want to cover most common use cases for product management, that already exist in other e-commerce platforms, such as Shopify, PrestaShop, WooCommerce, etc.
Features
- Add property for products and add a WYSIWYG rich text editor in Medusa Admin to manage it
Future development
- Add brands to products
- Add SEO fields to products (meta title, meta description, meta keywords)
- Add product attributes (for querying/filtering purposes) -> should be implemented as a separate plugin