• Resolved markilfin

    (@markilfin)


    Hi!
    Is it possible to get active filters in php? i can retrieve them via js, but want to know if there is a default option to get active filters via php. didn’t find such info in docs.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    What do you mean by get active filters in PHP? Could you give more details and provide a sample usage?

    Thread Starter markilfin

    (@markilfin)

    Yes, of course.
    For example, we have two blocks: 1. sidebar with filters; 2. and main content area with products.
    Lets say user has selected “t-shirts” and “size 6” from our filters. So these are our “active filters”.
    Meanwhile, in content area with our products, i want to show a text block with info: “You choose: {list with our active filters}”.

    Something similar to this https://prntscr.com/phof36

    Plugin Author themifyme

    (@themifyme)

    It should be possible with custom PHP code. However, since this requires custom coding, it is out of the scope of our support policy.

    Thread Starter markilfin

    (@markilfin)

    Ok, thank you! I can do it myself, just wanted to know if maybe such option already realized and just not mentioned in docs.

    Plugin Author themifyme

    (@themifyme)

    Let us know if you have any other question.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Get active filters’ is closed to new replies.