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 by weight and country
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