test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Mr.Cat Moderator
    #1075839

    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.

    peterchain Friend
    #1076494

    Just tested. Everything works fine.

    Thanks again for your great support.


    Victor

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  peterchain 7 years ago.

The topic ‘Range filters on Hikashop custom fields.’ is closed to new replies.