Customer Account Order Filters - Magento 2
The customer account order filter extension provides the feature to add the filters and sorting in the order history of the customer account on the storefront. Customers can search their orders using various options.
Magento Community (Open Source) 2.1.x, 2.2.x, 2.3.x, 2.4.x
Magento Enterprise (Commerce) 2.1.x, 2.2.x, 2.3.x, 2.4.x
If you have a large customer base who buys products on a daily basis then this extension is for you. This extension provides a facility to your customers to search their orders in the order history of the storefront. If you are running a B2B store, your customers will find it useful to filter their orders.
Customers can search the orders on the basis of the order id, order status, order total, product name, or product SKU. If your customers want to filter the orders for a specific date interval then this extension makes it possible because this feature is not available in native Magento.
Furthermore, customers can sort the order history grid based on the columns as well. Also, they can drag-drop the columns to move the position.
Features
- Ability to search the orders on the customer account order history.
- Orders can be searched by order id, order status, order total, order date, product name, and product SKU.
- Orders can be searched for a specific date interval.
- Developed this extension using native Magento's UI components.
- No rewrite in the code and works just like plug and play.
- Fully compatible with multi-store and multi websites.
Customer Account Order History Grid
Customer Account Order History Grid Filters
Active Filters
- Backup your web directory and store database.
- Download the extension package and unzip it.
- Upload the content of the extension package to the root directory of the store.
- In SSH console of your server navigate to your store root directory:
cd path_to_the_store_root_directory
run:
php -f bin/magento module:enable EH_Core
php -f bin/magento module:enable EH_OrderFilters
then run:
php -f bin/magento setup:upgrade
then run:
php -f bin/magento setup:di:compile
then run:
php -f bin/magento cache:clean
then run:
php -f bin/magento indexer:reindex
- [Added] compatibility with Magento 2.4.2.
- [Added] product SKU column and filter option.
- [Improved] the performance and scalability.
- The customer account order filter extension provides the feature to add the filters and sorting in the order history of the customer account on the storefront. Customers can search their orders using various options.