nicolas wrote: 3. That should normally be taken care automatically by the router.php of HikaShop.
A simple solution should be to edit the file "filter" of the view "product" via the menu Display>Views and change the code:
$url = hikashop_completeLink($type.'&task=listing&Itemid='.$this->params->get('itemid',0));
to:
$url = JRoute::_('index.php?option='.HIKASHOP_COMPONENT.'&Itemid='.$this->params->get('itemid',0));
done it without success! After reseting a filter I still get urls like
www.homenland.ru/tovary-dlya-dachi/raskl...-%2013970&filter__8=
nicolas wrote: Yes, they are rounded to the maximum possible price in the results found. That's because the "dynamic display" setting of your filter is turned on.
Turn off that option and it should work like you want.
So it's not possible to show the shift from the initial values of the filter, without turning off dynamic "display setting"? You can see what I mean on the screenshot attached.
The reason is that it might be confusing to the visitors, so that after submitting a filter they can think of values shown as of final ones - like there are no products in the lower or upper range.