cardoso / module-customer-products
Magento 2 module
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.0.0 || ^8.0
This package is not auto-updated.
Last update: 2025-07-04 06:47:41 UTC
README
This is a brief guide on how to install the cardoso/module-customer-products package using Composer
Prerequisites
Before starting the installation process, make sure you have the following prerequisites installed:
PHP version 7.3 or later Composer
Installation
Open your terminal or command prompt.
Navigate to your project's root directory.
Run the following command to install the package:
composer require cardoso/module-customer-products
Configuration
After installing the package, you will need to enable it in your Magento 2 project by running the following command:
php bin/magento module:enable Cardoso_CustomerProducts
After enabling the module, you will need to run the following command to update your project's dependencies: After installing the package, you will need to enable it in your Magento 2 project by running the following command:
php bin/magento setup:upgrade
Usage
The cardoso/module-customer-products package allows customers to view a list of their products filtered by price range. To access this list, customers can log in to their account and navigate to the "Products" section.