crimson-agility / module-products-in-range
Module to load products by range in customer my account
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.3
- magento/module-customer: ^103.0.0
This package is auto-updated.
Last update: 2025-07-01 00:18:05 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