Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 814 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 814 Bytes

1&1 Shopware Smart Inbox Connector

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