• Resolved amestor

    (@amestor)


    Hello.
    Is there a way to make 2 different lists of items or force to show specific items only on different pages?
    At this moment I have all cars showing in one page, however the goal is to have it divided by two groups.
    The easiest way would be to add permanent filter in command [stm_add_listing_inventory]
    Like [stm_add_listing_inventory +model=skoda]
    And [stm_add_listing_inventory +model=ford]
    Is there any way to add some kind of permanent filter to listing pages?
    Really hoping for fast answer.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amestor

    (@amestor)

    Ok kinda got it by myself.
    I can add custom link in menu like “https://www.yourpage.com/?model=audi
    However if on that page I will use any kind of sorting, such as “sort by price – lowest” it will kill the “audi” filter and show me results for all cars.
    Any way to make it more permanent filter?

    Plugin Author Stylemix

    (@stylemix)

    Hi,

    Unfortunately, our plugin supports only single Inventory page. We can recommend you to hide Sort filter use Custom CSS:

    .stm-sort-by-options {
        display: none;
    }

    regards

    • This reply was modified 7 years, 5 months ago by Stylemix.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two lists for cars’ is closed to new replies.