mageworx/module-ordereditor-inventory

Order Editor Inventory Plugin

1.0.4 2024-02-21 17:56 UTC

This package is auto-updated.

Last update: 2024-04-21 18:24:15 UTC


README

*Base extension MageWorx Order Management is required

Upload the extension

Upload using composer

  1. Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
  2. Install package using composer: composer require mageworx/module-ordereditor-inventory

Upload by copying code

  1. Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
  2. 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

  1. Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system.
  2. Go to your Magento install dir:
cd <your Magento install dir> 
  1. And finally, update the database:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy