maniyatech / magento2-myorderedproducts
The ManiyaTech_MyOrderedProducts module adds a personalized "My Ordered Products" section to the customer dashboard, allowing users to view and interact with all products they’ve purchased, complete with layered navigation, configurable options, and wishlist integration.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
README
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.
Key Features
- ✅ 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.
How to install ManiyaTech_MyOrderedProducts module
Composer Installation
Run the following command in Magento 2 root directory to install ManiyaTech_MyOrderedProducts module via composer.
Install
composer require maniyatech/magento2-myorderedproducts
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Update
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
Manual Installation
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