Use Test-Customers

The B2B platform has the possibility to provide test data.

Install the demo data plugin via console

Use the following console command to install the test data via cli:

// install the plugin from github
bin/console b2b:test-data:install-plugin --branchName shopware-6.5  // until v2.0.2 or
bin/console b2b:test-data:install-plugin --branchName shopware-6.5-b2bsellers-2.1  // from v2.1.0 

bin/console plugin:activate b2bdemodata

bin/console b2b:test-data:create   // to create all demodata

Currently you still have to specify the branchName parameter when installing, otherwise the 6.4 compatible plugin would be installed. But this would lead to an error. Shortly after release we will merge the 6.5 compatible code to the main-branch, then you don't need this parameter anymore. In general, we will revise the test-data install topic again so that this works properly for each version even without branch specification.

More Commands ....

bin/console b2b:test-data:create // create all test-data
bin/console b2b:test-data:reset -f // delete all test-data

With these two commands you can now create or delete test data.

Download: https://github.com/b2bsellers-suite/B2bDemodataPlugin

Install B2bDemoData Plugin via composer

run following command

composer require b2b-sellers/demodata

Overview

Sales Agent

Shop operator Luxon Blech-Handel www.luxon.com

Test customer EKTEK

customer

User/Purchaser

Further test customers

private customer:

B2B platform customer with one employee

AllInOne Stahlhandel AG info@allinone-stahl.de Hauptstr. 1, 65663 Hintertupfingen

B2B platform customer with one employee

Max Mustermann GmbH info@mustermann.de Nebenstr. 1, 65663 Hintertupfingen

How to create test-customer, please take a look into our "Install and Configuration Guide Video"

Last updated