Filter with multiple categories osclass
« on: February 06, 2023, 09:15:11 PM »
Can i do something like that with Delta  theme, maybe modify the Core i can't figure it out. Anyone know how to do so ?

*

MB Themes

Re: Filter with multiple categories osclass
« Reply #1 on: February 07, 2023, 11:36:36 AM »
Osclass supports it but most of themes does not.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Filter with multiple categories osclass
« Reply #2 on: February 07, 2023, 02:19:16 PM »
if i want to add it to my custom themes how i can implement it ?

Re: Filter with multiple categories osclass
« Reply #3 on: February 08, 2023, 02:51:30 PM »
Osclass supports it but most of themes does not.


there is a way to create my own ?

*

MB Themes

Re: Filter with multiple categories osclass
« Reply #4 on: February 08, 2023, 07:06:28 PM »
Old old "modern" theme had it.
You can get inspired from there ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Filter with multiple categories osclass
« Reply #5 on: February 09, 2023, 04:11:46 AM »
Would be great to have a new theme with multi category and multi location search, I think.  ;)

*

MB Themes

Re: Filter with multiple categories osclass
« Reply #6 on: February 09, 2023, 02:36:54 PM »
@tomi327
Multi-location is not possible with current osclass setup.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Filter with multiple categories osclass
« Reply #7 on: February 23, 2023, 11:44:57 AM »
the question is not about have the front end capabilities to choose more than one, with a checkbox we can do it, the question is what is the main function that give us results if we send multiple categories ID
The exemple above show an exemple of request send by delta theme :

recherche/sOrder,dt_pub_date/iOrderType,desc/categorie,3/sCondition,2

but with the modern theme we see something else :

recherche/sOrder,dt_pub_date/iOrderType,desc/categorie,3,4,5,6/sCondition,2


did Osclass delete the function that hundle multiple parameter passed on the request ?


*

MB Themes

Re: Filter with multiple categories osclass
« Reply #8 on: February 23, 2023, 01:54:02 PM »
This functionality is still there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Filter with multiple categories osclass
« Reply #9 on: February 25, 2023, 04:34:44 PM »
i dont think so, because when i snd request  like this recherche/sOrder,dt_pub_date/iOrderType,desc/categorie,3,4,5,6 it doesn't send me back the correct category it's take only the first one

*

MB Themes

Re: Filter with multiple categories osclass
« Reply #10 on: February 25, 2023, 05:21:40 PM »
Most themes expect there is only 1 category in search, therefore will show data about first category only.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots