Download the PHP package flagbit/spryker-smart-inbox-connector without Composer
On this page you can find all versions of the php package flagbit/spryker-smart-inbox-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flagbit/spryker-smart-inbox-connector
More information about flagbit/spryker-smart-inbox-connector
Files in flagbit/spryker-smart-inbox-connector
Package spryker-smart-inbox-connector
Short Description Send Spryker transactionals E-Mails
License MIT
Informations about the package spryker-smart-inbox-connector
1&1 Spryker Smart Inbox Connector
Extends Spryker transaction mails with a Schema.org conform HTML content
Installation
Require the module
To get the module you have to require it with composer:
composer require flagbit/spryker-smart-inbox-connector
Generate transfer objects
You have to generate some transfer objects
console transfer:generate
Add Plugin to OmsDependencyProvider
The Method \Spryker\Zed\Oms\OmsDependencyProvider::getOmsOrderMailExpanderPlugins
returns the plugins which should expand the
order mail transfer. You have to extend this class and add a new object
of \Flagbit\Zed\SprykerSmartInboxConnector\Communication\Plugin\OneAndOneMailConnectorOrderMailExpanderPlugin
to the return
array.
Set configuration
Add project namespace
You have to add the namespace of the module to core-namespaces:
Add shop-name
You have to add the shop-name to config
Add status matrix
You have to add a list where every state of your orm points on one of those states schema.org/OrderStatus
All versions of spryker-smart-inbox-connector with dependencies
spryker/mail Version ^4.0.0
spryker/oms Version ^11.14
spryker/propel-orm Version ^1.0.0
spryker/oms-extension Version ^1.3
spryker/sales Version >=0.20.0 <=11.20.0