Download the PHP package bluenty/magento2-restore-order without Composer
On this page you can find all versions of the php package bluenty/magento2-restore-order. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bluenty/magento2-restore-order
More information about bluenty/magento2-restore-order
Files in bluenty/magento2-restore-order
Download bluenty/magento2-restore-order
More information about bluenty/magento2-restore-order
Files in bluenty/magento2-restore-order
Vendor bluenty
Package magento2-restore-order
Short Description The Bluenty Restore Order module for Magento 2.x provides functionality to restore orders that have been canceled or failed due to payment issues.
License AGPL-3.0
Package magento2-restore-order
Short Description The Bluenty Restore Order module for Magento 2.x provides functionality to restore orders that have been canceled or failed due to payment issues.
License AGPL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-restore-order
Bluenty Restore Order Module
Overview
The Bluenty Restore Order module for Magento 2 provides functionality to restore orders that have been canceled. This module adds a button with a dropdown menu to the order view in the Magento 2 admin panel, allowing administrators to easily restore these orders.
Features
- Restore orders that were canceled.
- Supports multiple languages with translation files, including Spanish (ES_es).
- Easily accessible from the order view in the admin panel with a single button when the order is canceled.
Installation
Option 1: Manual Installation
-
Upload the Module:
- Place the module files in
app/code/Bluenty/RestoreOrder/
.
- Place the module files in
- Enable the Module: Run the following commands in the Magento root directory:
Option 2: Install via Composer (Recommended)
- Install the module: Install the module using Composer by running:
Translation
- Spanish (ES_es) translation is available by default. To add more languages, create appropriate translation files in the
i18n
folder.
Usage
-
Access Order View:
- Go to the Magento 2 admin panel, and view an order that is canceled.
-
Restore Order:
- You will see a "Restore Order" button with a dropdown menu. Select either "Restore Order (Payment Failure)" or "Restore Canceled Order" based on the scenario.
- Confirmation:
- The order will be restored and a confirmation message will be displayed.
Troubleshooting
- If you encounter a 404 error after installing the module, ensure that you have cleared the cache and recompiled Magento using the commands mentioned above.
- Check
var/log/system.log
andvar/log/exception.log
for any errors if the module does not behave as expected.
License
This module is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for more details.
All versions of magento2-restore-order with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3 || ^7.4 || ^8.0 || ^8.1
magento/framework Version ^102.0 || ^103.0 || ^104.0
magento/module-sales Version ^103.0.1 || ^104.0.1
magento/framework Version ^102.0 || ^103.0 || ^104.0
magento/module-sales Version ^103.0.1 || ^104.0.1
The package bluenty/magento2-restore-order contains the following files
Loading the files please wait ....