Forums Forums Search & Filter Pro Search & filter pro and woocommerce product table

Viewing 10 posts - 1 through 10 (of 32 total)
  • Trevor
    #208384

    Hve you made a form and placed it on a page yet? If so, are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #208438

    I added the form in the same url:
    https://www.mktlab.com.mx/polimeros

    My two questios are:
    -how can i display those filters (densidad y fluidez) as range sliders and
    – how can i display the results in the same table of woocommerce product table
    thanks a lot for the support.

    Trevor
    #208508

    They are both taxonomies, and in WordPress taxonomies are textual data (even if they do hold only numerical data they are still treat as multi-value text arrays). They cannot be made in to range sliders. It would require that the data you hold in those taxonomies is held instead in numerical post meta custom fields, such as those that can be made with ACF.

    Anonymous
    #208563

    Thanks for the feedback. I made the change and now both parameters are numerical meta and displayed as range slider.

    Now, how can i display the search results on the woocommerce product table below?

    Trevor
    #208617

    The tables is not there for me to see right now, but I assume that the table is made by a third party plugin and is not on the shop or product category page, but a page made specifically for it (in the admin pages editor)?

    Is the form placed on the page as a shortcode? If so, make the form a Custom Display type, and add a SECOND shortcode after the form shortcode, like this:

    [searchandfilter id="1428" action="filter_next_query"]

    Test it with Ajax switched OFF in the form.

    Anonymous
    #208656

    Hi, sorry the new url is: https://www.mktlab.com.mx/polimeros/productos/

    I add the shortcodes after the form of densidad exactly like you post it ([searchandfilter id=”1428″ action=”filter_next_query”]) and switch the ajx off

    i also try to change the id for mi id form in the fluidez form like this:

    [searchandfilter id=”4533″]
    [searchandfilter id="4533" action="filter_next_query"]

    Still no luck.

    Trevor
    #208658
    This reply has been marked as private.
    Anonymous
    #208661
    This reply has been marked as private.
    Anonymous
    #208665
    This reply has been marked as private.
    Trevor
    #208723

    The first problem I can see looking at the forms and the page itself, are:

    You have two forms on the page, this this may well not work, you may need to try this with just one form to see if that works.

    The forms are set to ‘As an Archive’, but for the filter_next_query to work, they need to be set to ‘Custom’.

    I cannot guarantee that this will work though.

Viewing 10 posts - 1 through 10 (of 32 total)