Extends Shopware 6 transaction mails with a Schema.org conform HTML content
- Shopware 6.2 / 6.3
- PHP 7.3 / 7.4
Require the plugin via composer
composer require flagbit/shopware-smart-inbox-connector
Refresh the plugin list to load and see if the plugin is now available for your Shopware installation.
bin/console plugin:refresh
If the plugin is listed, install and activate the plugin
bin/console plugin:install --activate --clearCache MailMSmartInboxConnector
In case this isn't already part of an automated process, re-build Storefront and Admin.
In a Shopware development environment
./psh.phar administration:build
or for Shopware production
bin/build-js.sh