Visit pinelab-plugins.com for official docs and examples.
Check out the plugins in this repository:
- Admin UI helpers
- PDF Invoices generation
- Google Cloud Storage for Vendure assets
- Google Cloud Tasks Vendure JobQueue integration
- Send webhooks on configurable Vendure events
- Coinbase crypto payments plugin
- Dutch postal code address completion
- E-boekhouden - Dutch accounting software integration
- GoedGepickt order picking integration
- MyParcel shipping integration
- Order export plugin
- Shipping eligibility checker by weight and country
- Monitor stocklevels and get notified
- Stripe subscription
- Update all variants of a product in bulk
- Sendcloud integration
- Limit amount of variants per order
- Extendible metrics
Contributions welcome!
Follow these steps to upgrade the vendure version of all plugins at once.
- Create and checkout a new branch like
feat/vendure-1.7.1
- Upgrade all Vendure dependencies by running
yarn upgrade:vendure
- Create a PR to merge into
master