Unzip the zipped bundle into your project src directory
unzip rangeattributebundle-*.zip to src/*
Enable the bundle in ~/config/bundles.php file
# ~/config/bundles.php
Induxx\Bundle\RangeAttributeBundle\InduxxRangeAttributeBundle::class => ['all' => true],
rebuild frontend:
make front
To use the range attribute, you must create an attribute of type “metric range type”.
On the product detail page, the metric attribute looks slightly different. These have gone from 2 columns to 4 columns. In the first column you can enter the minimum. Ìn the second the maximum. In the third column you can specify by how much the values should increase. Finally, we have the unit like a standard metric attribute.