Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.2 KB

File metadata and controls

33 lines (25 loc) · 1.2 KB

Dotdigital for Inventory Management (Magento Open Source and Adobe Commerce)

Requirements

  • This module requires the Dotdigitalgroup_Email module v4.16.0+
  • Magento Multi Source Inventory modules must be enabled see Install Inventory Management

Activation

  • This module is included in our core extension. Please refer to these instructions to install via the Magento Marketplace.

How to remove the module if required

Merchants using our dotdigital/dotdigital-magento2-os-package metapackage, who are not using Magento Multi Source Inventory, can remove this module as follows:

  1. Disable the module:
bin/magento module:disable Dotdigitalgroup_Inventory
  1. Add a replace in composer.json to physically remove the package files:
"replace": {
    "dotdigital/dotdigital-magento2-extension-inventory": "*"
},

Changelog

1.1.0

What's new
  • We've updated the module's dependencies. The module now requires PHP 7.4+ and Magento 2.3.7+.

1.0.0

What's new
  • Our first release adds support for Magento Multi Source Inventory in a separate module.