Installation of Delete Order Extension
For Installation of Extension - Log in the ftp, and then go to Magento 2 root folder (generally present under the public_html folder).
Create a new folder named code under the app folder; under code folder, create a folder named Ced.
- Upload or Drag and Drop app/code/Ced directory.
- After successfully uploading the directory, the extension will be installed/upgraded.
- Now run the following upgrade command in cmd
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento index:reindex
php bin/magento cache:flush
Related Articles
Configuration Setting for Delete Order Extension
After successfully installing Delete Order Extension on the Magneto 2 store, the admin has set up the configuration settings for using the extension's features. 1. Go to the Admin panel, then on Stores and click on Configuration. 2. After clicking on ...
Overview Section
The Delete Order Extension by CedCommerce is a helpful tool that allows the Magento 2 store owners to remove unwanted orders that are closed, canceled or generated for testing purposes. It also permits the admin to delete invoices, credit memos, ...