multiple categories in a filter

  • Posts: 81
  • Thank you received: 0
9 years 6 months ago #200724

-- url of the page with the problem -- : www.bordia.de

Hey,

I have created a filter and want to assign more than one category at the main information, unfortunately I can only one category assigned. Is it possible that can assign multiple categories in a filter?

That's very useful for me.

Best regards

Daniel

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
9 years 6 months ago #200729

Hi,

There is no option for that. But you could simply create several filters configured similarily with just the category being different and that would do the same.

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

  • Posts: 81
  • Thank you received: 0
9 years 6 months ago #200812

Ok thank Nicolas,

Is there an opportunity to create a custom field for the structure and assignment of filters. Because there are a lot of filters with the same name and I would like to in the summary where the filters are listed see what category. Everything else is unclear. Is that possible?

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
9 years 6 months ago #200830

There is no option for that either.
What you can do is edit the file "listing" of the view "filter" via the menu Display>Views and change the line:
echo $row->filter_name;
to:
echo $row->filter_name.'<br/>' .$row->filter_namekey;
so that the namekey of the filters is displayed. Then, you can modify the filter_namekey of your filters in the hikashop_filter table in the database via your phpmyadmin in order to have what you want displayed on the listing.

The following user(s) said Thank You: bordia

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

Time to create page: 0.045 seconds
Powered by Kunena Forum