Picture Book Configurator
Installation
Install, activate, and prepare Picture Book Configurator in Shopware.
Installation
Run these commands from the Shopware project root:
bin/console plugin:refresh
bin/console plugin:install --activate SteelCodePictureBook
bin/console database:migrate --all
bin/console cache:clear
For an existing installation, update the plugin instead:
bin/console plugin:update SteelCodePictureBook
bin/console database:migrate --all
bin/console cache:clear
Rebuild assets after local plugin changes:
bin/build-administration.sh
bin/build-storefront.sh
Finish the setup
- Configure the optional personalisation-name length in the plugin configuration.
- Create a picture book and page templates in Administration.
- Assign the book to a test product.
- Add enough eligible pages for the book’s minimum page count.
- Test the complete selection, cart, checkout, and PDF-export flow in a test sales channel.
The plugin creates its own books, pages, translations, page relations, and product book-reference data. Keep user data when uninstalling only if you need to preserve existing configurations.