Closed JustMe69 closed 2 months ago
How does your CoreshopResourcesBundle\CoreShop\Filter\Condition\RangeFilterConditionType
look like?
Docs definitely needs changes, since it states a shipping_rule.condition there... so you can remove the CoreshopResourcesBundle\CoreShop\Filter\Processor\RangeFilterConditionProcessor
completely.
I'm trying to define a new filter. Docs stating for yaml file:
see: https://docs.coreshop.org/CoreShop/Development/Index_and_Filters/Filter/Custom_Filter
my configuration:
Error shown:
expecting: Docs are correct and custom filter creation is working
How to create custom filter condition and form correctly?