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: 13

Forks: 0

Open Issues: 0

Type:shopware-platform-plugin

1.0.1 2021-12-15 09:40 UTC

This package is auto-updated.

Last update: 2024-04-15 15:37:09 UTC


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