SteelCode
steelcode.dev
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

  1. Configure the optional personalisation-name length in the plugin configuration.
  2. Create a picture book and page templates in Administration.
  3. Assign the book to a test product.
  4. Add enough eligible pages for the book’s minimum page count.
  5. 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.