Forums › Forums › Search & Filter Pro › Search & filter pro and woocommerce product table
- This topic has 32 replies, 2 voices, and was last updated 1 year, 6 months ago by Trevor.
-
Anonymous(Private) April 14, 2019 at 7:33 pm #208357
Hi. i’m doing a website with a product catalog displayed with woocommerce product table.
I want to use Search & filter pro to filter and search my product atributesthis is the example URL:
https://www.mktlab.com.mx/polimeros/what i want it’s to use a range slider for densidad and fluidez atributes like you did in your demo in the Oscars Won’s filter:
https://demo.designsandcode.com/sfpro-movie-reviews/Or if that’s not posible have a minimum and maximum inputs.
Of course at the end what i want it’s that the results are displayed in te table of woocommerce product table.
I already bought Search & filter pro and i’d been doing test but i can’t get make it to work.
Thanks in advance for your support and patience.
By the way, english it’s not my first language i hope i had been clear and understandable.Anonymous(Private) April 15, 2019 at 5:32 pm #208438I 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.
-
AuthorPosts