Installation
Installing the B2B Platform
Last updated
Was this helpful?
Installing the B2B Platform
Last updated
Was this helpful?
Please read the requirements to make sure your shop fulfills them.
Learn about different types of user accounts that will become available after installation, and the changes made to the "Customer" account if they are marked as B2B customers. .
Open and log in with the token you received. Perform the following two steps:
Add the custom repository to the composer.json
Enter your auth-token
Now that you're set, continue.
run "composer require b2b-sellers/core"
run in console "bin/console plugin:refresh &&
bin/console plugin:install -ac b2bsellerscore"
Run following commands: bin/console b2b:platform:build bash ./bin/build-storefront.sh bash ./bin/build-administration.sh
run bin/console cache:clear
Choose option 1 (extension menu) or option 2 (SSH):
via Shopware's extension menu
Go to the admin of your shop and find Extensions.
Upload the ZIP file like any other extension.
After upload, click install.
B2Bsellers Suite is now installed / updated.
via SSH
Upload files to custom/plugins/b2bsellerscore
install and activate the Plugin at the Shopware Backend
Or run in console bin/console plugin:refresh && bin/console plugin:install b2bsellerscore && bin/console plugin:activate b2bsellerscore
switch to console and run command bin/console b2b:platform:build
at root directory
(Normally not necessary if you have received a ZIP file)
run bin/console cache:clear
=> Do you want to install test / demo data (customers, employees, sales staff and test products)? Then click on the following link
Info: we recommend the install over the cli, not over the shopware backend - sometimes there are errors
first, you have to install the "B2Bsellers Core" Plugin.
We recommend to use our script to install all B2Bsellers Plugins within one command. You can change all used plugins...
Because all addons are "Symfony bundles", it is necessary to execute the following commands after each addon activation/deactivation:
bin/console b2b:platform:build
bash bin/build-administration.sh
bash bin/build-storefront.sh
Change the plugin configuration (admin api and store api credentials are needed)
Add emails to the following "business events": account_activation.send and account_request.send
Flag for sending welcome mail via api (customer create + update) -> _sendWelcomeMail
Usage:
bin/console b2b:entity:map
Usage:
bin/console b2b:platform:watch <user>
Arguments:
user
Customer/Employee E-Mail
password
Customer/Employee password
Example:
Sales Agent: bin/console b2b:platform:watch m.sommer@luxon.de
Customer-Employee bin/console b2b:platform:watch Henk.Becker@ektek.com b2bsellers
Start by downloading a ZIP file from