crimson-agility/module-products-in-range

Module to load products by range in customer my account

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/crimson-agility/module-products-in-range

1.0.2 2025-05-01 11:04 UTC

This package is auto-updated.

Last update: 2025-12-31 00:34:20 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