Installation
B2B+ is two plugins: B2B+ Base and B2B+ Quotes. Quotes builds on Base, so there is only one rule when installing: Base first, then Quotes.
Requirements: Shopware 6.7 · PHP 8.2 or newer.
Via the Extension Manager
- Install and activate B2B+ Base.
- Install and activate B2B+ Quotes.
That's it — the Administration is built automatically. If Base isn't active yet, Shopware tells you when you activate Quotes.
Via the console
bash
bin/console plugin:refresh
bin/console plugin:install --activate AvellonB2BPlusBase
bin/console plugin:install --activate AvellonB2BPlusQuotes
bin/console cache:clearThen continue with the quick start.
Uninstalling
Reverse order: Quotes first, then Base. Uninstalling (unlike merely deactivating) removes the quote and company data — back it up first if you want to keep it.
Updates
Base and Quotes update independently. Quotes only requires a minimum version of Base, not a simultaneous update.