Delete Orders Manual – Magento 2 Extension – v2.1.0

Welcome to the Delete Orders Magento module documentation! As always, we appreciate your business!

This documentation contains everything you need to know from installing the module to managing the module.

Our Delete Orders Magento 2 module is light weight and ideal for store owners looking to permanently delete orders from their online store. This module is especially helpful for deleting test orders that were made.

Getting Started

Simply visit your account dashboard and click on the link labeled My Downloadable Products to locate your purchased module. Finally, download your purchased module in order to get started.

Installation Manual

At this point, we assume you have already downloaded your purchased module. If you have not, please visit the Getting Started section of this document before proceeding. If you did not purchase the “Module Installation” option during checkout and would like us to install this module for you, simply purchase this option here: Installation Service

Installing & Activating the Module

  1. It is best practice to make a backup of your database and Magento installation directory before installing any Magento module so you are able to safely roll back should any problems arise during the install.
  2. Create a file called .maintenance.flag (using your favorite FTP/SFTP software; e.g. Filezilla, Transmit, …) and place it inside the var/ directory located in your Magento store root directory. This will put your Magento store into maintenance mode. Please note: Be sure to use login to your server as the appropriate Magento file owner for the directory before proceeding to ensure proper file permissions.
  3. Unzip the downloaded module.
  4. Move the appropriate Magento module files located inside this folder to your existing Magento store root directory without overwriting any existing core Magento files.
  5. Login to your server using a command line interface (CLI) tool and navigate to your Magento’s store root directory. Example: cd /path/to/your/Magento/store/public_html
  6. Run the following command: php -f bin/magento module:enable MageExchange_Base MageExchange_DeleteOrders --clear-static-content
  7. Run the following command:php -f bin/magento setup:upgrade
  8. Run the following command: rm -rf var/view_preprocessed/* pub/static/* generated/*
  9. Run the following command: php -f bin/magento cache:clean
  10. If your store is currently in production mode, please run the following command: php bin/magento setup:di:compile
  11. Run the following command: php -f bin/magento setup:static-content:deploy
  12. Remove the .maintenance.flag file that you created to take the store out of maintenance mode.

User Configuration

Enabled: This will enable or disable the Delete Orders module

Troubleshooting

We will update this section with common technical questions or issues. However, at this time there are none.

Should you need any support or have valuable feedback, please feel free to open a ticket at anytime at https://kirocommerce.com/contact/.

Change Log

(2.1.0) 2019-09-22

Improvements

  • Added our base module which allows you to easily check if there are updates to any of your Kirocommerce modules without ever leaving your backend.
  • General code cleanup.

(2.0.0) 2019-09-14

Improvements

  • Added the ability for users to mass select and delete orders from the admin order grid.

Thank You

We would just like to take this time to say thank you for purchasing from Kirocommerce! Your business is greatly appreciated and we hope you come back to us for all of your Magento 2 module needs in the future!

Was this article helpful?

Related Articles

Leave A Comment?