Overview
Icon for Category Images

Category Images

Attach and manage images for product categories.

Medusa Plugin Starter

Documentation | Website

Building blocks for digital commerce

Compatibility

This starter is compatible with versions >= 2.4.0 of Copy to clipboard@medusajs/medusa.

Plugin Version

  • For Medusa Copy to clipboard2.13.* and above, use the latest version of this plugin.
  • For Medusa versions lower than Copy to clipboard2.13.*, use plugin version Copy to clipboard0.3.11.

⚠️ Version Compatibility

Please install the plugin version that matches your Medusa version:

Medusa Version Plugin Version Install Command Copy to clipboard2.14.* and above Copy to clipboardlatest Copy to clipboardnpm install @alphabite/medusa-category-images Copy to clipboard2.13.* Copy to clipboard0.3.12 Copy to clipboardnpm install @alphabite/medusa-category-images@0.3.12 Below Copy to clipboard2.13.0 Copy to clipboard0.3.11 Copy to clipboardnpm install @alphabite/medusa-category-images@0.3.11

Installation

Install the plugin that matches your Medusa version.

For Medusa Copy to clipboard2.14.* and above (latest)

yarn add @alphabite/medusa-category-images
npm install @alphabite/medusa-category-images
pnpm add @alphabite/medusa-category-images

For Medusa Copy to clipboard2.13.*

yarn add @alphabite/medusa-category-images@0.3.12
npm install @alphabite/medusa-category-images@0.3.12
pnpm add @alphabite/medusa-category-images@0.3.12

For Medusa versions lower than Copy to clipboard2.13.*

yarn add @alphabite/medusa-category-images@0.3.11
npm install @alphabite/medusa-category-images@0.3.11
pnpm add @alphabite/medusa-category-images@0.3.11

Register the plugin

Add the plugin to the Copy to clipboardplugins array in your Copy to clipboardmedusa-config.ts:

module.exports = defineConfig({
// ...
plugins: [
{
resolve: "@alphabite/medusa-category-images",
options: {},
},
],
});

Then run the database migrations:

npx medusa db:migrate

Getting Started

Visit the Quickstart Guide to set up a server.

Visit the Plugins documentation to learn more about plugins and how to create them.

Visit the Docs to learn more about our system requirements.

What is Medusa

Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.

Learn more about Medusa’s architecture and commerce modules in the Docs.

Community & Contributions

The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.

Join our Discord server to meet other community members.

Other channels

You may also like

Browse all integrations

Build your own

Develop your own custom integration

Build your own integration with our API to speed up your processes. Make your integration available via npm for it to be shared in our Library with the broader Medusa community.

gift card interface

Ready to build your custom commerce setup?