Sample data

The sample-data packages create example customers, products and customer price records for a development or demonstration environment. Do not install them in a production store.

composer require mageb2b/pricesystem-sample-data:*
composer require mageb2b/pricesystem-customerprice-sample-data:*
php bin/magento setup:upgrade
php bin/magento cache:flush

Check the installed customer price fixtures with:

php bin/magento sampledata:verify:pricesystem-customerprice

Reset only the customer price sample set with:

php bin/magento sampledata:reset:pricesystem-customerprice

The reset command is destructive for records managed by this sample package. Use it only in a disposable environment after checking what data the command identifies.

For the shared Pricesystem fixtures and commands, see Pricesystem sample data.