cardoso/module-customer-products

Magento 2 module

1.0.0 2023-03-29 22:14 UTC

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.

License

MIT