Hi @peterchain,
If you want to apply filter range for "text" custom field, you can follow this step:
Open file /plugins/jamegafilter/hikashop/fields/filterfields.php
Find this line
'text' => array('value')
add ‘range’ as an element of an array
'text' => array('value', 'range')
You can do the same with other fields
'checkbox' => array('single', 'dropdown', 'multiple'),
'singledropdown' => array('single', 'dropdown', 'multiple'),
'multipledropdown' => array('single', 'dropdown', 'multiple'),
'date' => array('date'),
'zone' => array('single', 'dropdown', 'multiple'),
save and check.
Hope it helps.
Regards
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.