crimson-agility / module-products-in-range
Module to load products by range in customer my account
Package info
github.com/CristhianAndrade/module-products-in-range
Type:magento2-module
pkg:composer/crimson-agility/module-products-in-range
1.0.2
2025-05-01 11:04 UTC
Requires
- php: ^8.3
- magento/module-customer: ^103.0.0
This package is auto-updated.
Last update: 2026-03-29 01:22:36 UTC
README
This Magento 2 module is a test for Crimson Agility
Requirements
Magento 2.4.x PHP 8.3 or higher
The recommended way to install the module is using Composer. Navigate to your Magento 2 project root:cd /path/to/your/magento2
Install the module using Composer
- Run composer install
- composer require crimson-agility/module-products-in-range
- Enable the module:
- bin/magento module:enable CrimsonAgility_ProductsInRange
- Run the upgrade scripts
- bin/magento setup:upgrade
- Compile the code (recommended for production)
- bin/magento setup:di:compile
- Clear the cache:
- bin/magento cache:clean