mageworx / module-ordereditor-inventory
Order Editor Inventory Plugin
Installs: 1 092
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/module-inventory: ^1.0
- magento/module-inventory-api: ^1.0
- magento/module-inventory-catalog-api: ^1.0
- magento/module-inventory-configuration-api: ^1.0
- magento/module-inventory-in-store-pickup-quote: ^1.0
- magento/module-inventory-in-store-pickup-sales: ^1.0
- magento/module-inventory-in-store-pickup-sales-admin-ui: ^1.0
- magento/module-inventory-in-store-pickup-shipping-api: ^1.0
- magento/module-inventory-sales-api: ^1.0
- magento/module-inventory-source-deduction-api: ^1.0
- mageworx/module-ordereditorbase: >=2.9.7
This package is auto-updated.
Last update: 2024-12-21 19:42:34 UTC
README
*Base extension MageWorx Order Management is required
Upload the extension
Upload using composer
- Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
- Install package using composer:
composer require mageworx/module-ordereditor-inventory
Upload by copying code
- Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
- Download the "Ready to paste" package from your customer's area, unzip it and upload the 'app' folder to your Magento install dir.
Enable the extension
- Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system.
- Go to your Magento install dir:
cd <your Magento install dir>
- And finally, update the database:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy