Pinelab Plugins Pinelab
# Install this plugin
npm install @pinelab/vendure-plugin-admin-ui-helpers

Admin UI helper buttons for Vendure Dashboard

Cancel and complete order buttons for easier completion and cancellation of orders.

Getting started

Add AdminUIHelpersPlugin to your config:

import { AdminUIHelpersPlugin } from '@pinelab/vendure-plugin-admin-ui-helpers';

AdminUIHelpersPlugin;

Security

We try to keep plugins small and focussed, with minimal external dependencies: preferably none. Most of our plugins are using NPM Trusted Publishing with OIDC, and the ones that aren't are in the process of being migrated.

Need help? Get In Touch