1.0.5 • Published 4 months ago

medusa-plugin-variant-images v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Medusa-Plugin-Variant-Images

Adding possibility to add images to the product variants.

Getting started

Installation

yarn add medusa-plugin-variant-images

Usage

Configuration

This plugin requires min version of packages:

"@medusajs/medusa": "^1.14.0",
"@medusajs/admin": "^7.0.0"
"medusa-react": "^9.0.4",
"@medusajs/ui": "^1.0.0",
"@medusajs/icons": "^1.0.0",

Add to medusa-config.js

add to your plugins list

///...other plugins
  {
    resolve: 'medusa-plugin-variant-images',
    options: {
      enableUI: true,
    },
  },

Update database schema

Run the following command from the root of the project to udpate database with a new table required for storing product variant

npx medusa migrations run

How to get images from variant

After enabling this plugin, each variant will contains images and thumbnail fields.

1.0.5

4 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.0

9 months ago

0.0.0-beta-8

10 months ago

0.0.0-beta-7

10 months ago

0.0.0-beta-6

10 months ago

0.0.0-beta-5

10 months ago

0.0.0-beta-4

10 months ago

0.0.0-beta-3

10 months ago

0.0.0-beta-2

10 months ago

0.0.0-beta-1

10 months ago