Forums › Forums › Search & Filter Pro › Search & filter pro and woocommerce product table
- This topic has 32 replies, 2 voices, and was last updated 2 years, 5 months ago by
Trevor.
-
Anonymous(Private) April 15, 2019 at 5:32 pm #208438
I added the form in the same url:
https://www.mktlab.com.mx/polimerosMy 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(Private) April 16, 2019 at 12:55 pm #208508They 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.
Trevor(Private) April 17, 2019 at 3:45 pm #208617The 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(Private) April 17, 2019 at 4:43 pm #208656Hi, 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(Private) April 18, 2019 at 12:11 pm #208723The 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.
-
AuthorPosts