The ManiyaTech_MyOrderedProducts module enhances the customer account experience by introducing a "My Ordered Products" tab. This tab displays a list of all products the customer has ordered in the past, improving product discovery and reordering efficiency.
With this module, customers no longer need to browse order history to find purchased products — they can view all of them conveniently from one place. Admins can configure the tab's title, SEO meta details, sort order, and even enable features like product counters and swatches in the list view.
- ✅ Dedicated "My Ordered Products" Page: Displays all products a customer has previously purchased.
- ✅ Layered Navigation Support: Filter ordered products by categories, brands, or custom attributes.
- ✅ Pagination and Sorting Toolbar: Leverages Magento’s native product list toolbar for navigation.
- ✅ SEO Friendly: Easily configure the tab title, meta description, and meta keywords to improve search engine visibility.
- ✅ Configurable Product Support: Allows customers to select options (like size/color) before reordering.
- ✅ Add to Wishlist Integration: Customers can quickly add ordered products to their wishlist.
- ✅ Quick Reorder Functionality: One-click "Add to Cart" buttons to facilitate reordering.
- ✅ ViewModel Architecture: Fetches and formats data cleanly for template rendering.
Run the following command in Magento 2 root directory to install ManiyaTech_MyOrderedProducts module via composer.
composer require maniyatech/magento2-myorderedproducts
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
composer update maniyatech/magento2-myorderedproducts
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Run below command if your store is in the production mode:
php bin/magento setup:di:compile
If you prefer to install this module manually, kindly follow the steps described below -
- Download the latest version here
- Create a folder path like this
app/code/ManiyaTech/MyOrderedProducts
and extract themain.zip
file into it. - Navigate to Magento root directory and execute the below commands.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f