flagbit / shopware-smart-inbox-connector
Extends Shopware 6 transaction mails with a Schema.org conform HTML content
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: ^7.3
- flagbit/schemaorg-email-body: ^0.2.0
- shopware/core: ^6.2 <6.4
Requires (Dev)
- phpstan/phpstan: ^0.12.57
- phpunit/phpunit: ^9.4
README
Extends Shopware 6 transaction mails with a Schema.org conform HTML content
Requirements
- Shopware 6.2 / 6.3
- PHP 7.3 / 7.4
Development
Installation
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
Generate
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