AnonymousInactive
I just bought the plugin and am trying to use it.
The plugin work greats after I added the search form. However, it only search the record within the post and page.
How can I make it search within the products area which created by Woocommerce?
p.s. Why I can’t leave any comment in the support area after login. Please help.
The above issue is really urgent, would you please give me a help assap. Thanks
Jacky
AnonymousInactive
hi,
we have purchased and activater search & filter pro ye
sterday. we just need to search woocommerce products but having problem. plugin searchs products but results displays like archive pages. can you please inform us how can we fix this issue.
our site is http://www.toryumteknoloji.com
regards
AnonymousInactive
We wish to display our page like the Demo2 (WooCommerce)style. We are having two issues. First, can we customize what gets pulled in (thumbnail image and title only)? Secondly, we’d like the search form to be vertical and the results to be in horizontal rows. I tried the css code change but it put the form horizontal as well.
AnonymousInactive
After trying to create filters using the plugin saving them via ajax and trying to input the search filter shortcode, my site broke down, the mysql service went up to 294% usage. and 20 consecutive queries where fired. Is the any problem with the plugin? I have many attributes in my woocommerce store. Too many attributes and variations does this matter?
Hi Christian
Its odd I’m not sure what the issue is then – unless something is modifying this setting in your setup.
I tracked down where WooCommerce creates this – plugins\woocommerce\includes\class-wc-post-types.php
you *could* change the code but obv you shouldn’t be hacking a plugin…
I believe this is a filter you could use: http://hookr.io/filters/woocommerce_taxonomy_args_name/
*edit*
Looking at the code, the public
value is actually controlled by the “enable archive” option on your attributes page (“archive aktivieren”)
I think that shoudl do the trick.
Thanks
Hi there
To answer your questions:
1) The count numbers are not dynamic and do not reflect the real live values based on the current search – they are based on WP internal count of these taxonomies – the next version of S&F will change this and they will be dynamic.
2) S&F works with WooCommerce, in that you can search WooCommerce Products, and search attributes and custom fields – but it is not a filter to be used with the Shop page directly (I will add this at some stage).
You need to think of this a little different, so on your shop page you can add the S&F form, but realise, once a user searches – they will be taken “away” to a search result page.
Now what you must do is recreate the format of the shop page if that is what you wish.
If you are using Display using shortcode, then you should just paste the shortcode in to an empty page – and have the Results URL point to this new page. You will then have to customise the html/css to emulate the look of your shop page.
Alternatively, you could try using the As Archive method – the WooCommerce product archive is usually calls the WooCommerce template archive-product.php
and you could try modifying using this with some modification for your S&F results.
Some other users have across this see here – https://support.searchandfilter.com/forums/search/archive-product/
Thanks
AnonymousInactive
Edit problem 1:
I have the correct number in each now. Seems fixed by now.
Edit problem 2:
I manage to partially solve this problem by adding this to my functions.php
function search_and_filter(){
echo do_shortcode('[searchandfilter id="1836" show="results"]');
}
add_action('woocommerce_before_shop_loop','search_and_filter');
Howvever it lose all the CSS. Instead of displaying 4 product images in a fixed size, it shows 1 product with his own size, among others CSS errors.
AnonymousInactive
Hello I’m running a woocommerce website, there is a number of problems atm:
1.- Showing blog posts along with products. I need to only display products using that tags.
Setting of Search Form:
Search in the following post types: Only checked Products checkbox.
When clicking a tag
Im getting this url:http://arentalocal.mx:8080/result/?_sft_post_tag=dress
I think this should be the url: http://arentalocal.mx:8080/product-tag/fashion/
2.- Incorrecto result page
Where should I add the results shortcode?
In archive-product.php?
Hi Julian
To get S&F results to look like woocommerce results we must use some of the templates from woocommerce – mainly the “archive-product.php” template, as well as manually adding the woocommerce classes to the body tag – check some similar topics with this info: https://support.searchandfilter.com/forums/search/archive-product/
I am planning a release where S&F will work directly on the products page 😉
Thanks