crimson-agility/module-products-in-range

Module to load products by range in customer my account

1.0.2 2025-05-01 11:04 UTC

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

  1. Run composer install
  • composer require crimson-agility/module-products-in-range
  1. Enable the module:
  • bin/magento module:enable CrimsonAgility_ProductsInRange
  1. Run the upgrade scripts
  • bin/magento setup:upgrade
  1. Compile the code (recommended for production)
  • bin/magento setup:di:compile
  1. Clear the cache:
  • bin/magento cache:clean