Price filter value issue

  • Posts: 134
  • Thank you received: 6
9 years 8 months ago #195761

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.3.6

Hi.

on price filter second submit values are not shown although they are still active:

1. Before submit


2. After first submit

3. After second submit

4. Filter settings



Regards!

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 8 months ago #195782

Hi,

I saw a thread which talk about the same kind of issue ; maybe the patch will also fix your problem.
www.hikashop.com/forum/filters-search/87...t-listed.html#195423

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 134
  • Thank you received: 6
9 years 8 months ago #196095

Hi,

no it is not the same issue.

The filter itself is active and works as expected but the values of the price filter disapear after the second submission. In other words.

1. On selecting price filter and submitting the whole filter - OK (results are as expected and selected price filter values are shown)
2. On already selected price filter submitting the whole filter - NOK (results are as expected but filter values are not shown)

Thank you!

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 7 months ago #196881

Hi,

Please edit the file "adminstrator/components/com_hikashop/classes/filter.php" and replace

$html = $this->getDeleteButton($filter, $divName, 11, $html, $br);
By
$html = $this->getDeleteButton($filter, $divName, $selected, $html, $br);
For the tests I made, it should fix your issue and I hope that it will not create new one (hopefully, filters will be refactored).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.329 seconds
Powered by Kunena Forum