1.3.0 • Published 6 months ago

vendure-simplified-collections-plugin v1.3.0

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

Vendure Simplified Collections Plugin

This vendure plugin allows you to maintain a two way relation between products and collections. Vendure by default only allows you to manage relations between your inventory and collections from the side of collections only. It complements this feature by giving you a variety of ways to manage the inventory contents of your collections through CollectionFilters(there are 4 types by default, but like everything else in vendure, you can add your own custom CollectionFilter). Once you integrate this plugin into your vendure store, you will only be able to use the productIdCollectionFilter in the collections detail page. But this won't affect your existing collections' inventories. Still, for better experience it would be best if no relation exists between products and collections prior to the integration of this plugin.

Getting started

Add the plugin to your config:

import { SimplifiedCollectionsPlugin } from 'vendure-simplified-collections-plugin';
import { compileUiExtensions } from '@vendure/ui-devkit/compiler';
plugins: [
      ...
      SimplifiedCollectionsPlugin,
      ...
      AdminUiPlugin.init({
        ...
        app: compileUiExtensions({
          ...
          extensions: [SimplifiedCollectionsPlugin.uiExtensions],
          ...
        }),
        ...
      }),
      ...
    ]

Then run db migrations.

yarn migration:generate simplified-collections
yarn migartion run

Product Detail Page

product-page

Collection Detail Page

collection-page

1.2.0

7 months ago

1.2.4

7 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.3.0

6 months ago

1.2.1

7 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

1.0.0-alpha.10

8 months ago