Hey Klaus
I’ve found the woocommerce filter for this and integrated it into the dev version.
This means S&F will work on the shop when it is set to display categories and sub categories.
Will be out later this week or I can send you the dev version.
Thanks
AnonymousInactive
Hi,
I have a searchform for my product categories. In my dropdown the number of products is correct, but the result is wrong. I see more products then I have in a category. I have an afiliate product type.
AnonymousInactive
OK, after further digging I could solve the second part with switching off Ajax for loading the search results – now no page refresh is needed anymore!
So what remains is “only” the fact that the Woocommerce Shop Page cannot be used when set to “Show categories and subcategories”. Do you think there is a solution for that? Otherwise I would have to use a template, just like in the 1.x version of the plugin, I guess…
Thanks!
Klaus
AnonymousInactive
Hi Ross,
I figured out something: Base problem is the fact, that I set the Woocommerce shop page to show categories & subcategories, rather than products. With this setting the search does not work at all. This is a problem, as I have to show the categories on the shop page first, and visitors should use either the search or select directly one of the categories to see all items inside.
But even when I switch the shop page to “show products” in Woocommerce, the search is not working. What I have to do after Submit is a reload of the page – only then the search results are shown!
Ringing a bell?
Thanks!
Klaus
AnonymousInactive
Hi There,
I’m having an issue when trying to filter an post meta with nested arrays.
a:1:{i:0;a:6:{s:4:”name”;s:5:”Meses”;s:11:”description”;s:0:””;s:4:”type”;s:11:”radiobutton”;s:8:”position”;i:0;s:7:”options”;a:9:{i:0;a:4:{s:5:”label”;s:7:”Janeiro”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:1;a:4:{s:5:”label”;s:6:”Março”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:2;a:4:{s:5:”label”;s:5:”Abril”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:3;a:4:{s:5:”label”;s:4:”Maio”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:4;a:4:{s:5:”label”;s:5:”Junho”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:5;a:4:{s:5:”label”;s:5:”Julho”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:6;a:4:{s:5:”label”;s:6:”Agosto”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:7;a:4:{s:5:”label”;s:8:”Setembro”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}i:8;a:4:{s:5:”label”;s:8:”Novembro”;s:5:”price”;s:2:”10″;s:3:”min”;s:0:””;s:3:”max”;s:0:””;}}s:8:”required”;i:1;}}
This above is the serialized data.
It’s a basic select of months inside a woocommerce product.
Can you guys guide me on this.
Thanks in advance
AnonymousInactive
Hello,
I’m using Woocoomerce Booking and your Search & Filter PRO plugin.
Search by availibility dates doesn’t work properly:
http://testy-8.test-in.eu/
Is there any chance to integrate those two plugins, to make them work togheter?
WooCommerce Booking availibility date format: YYYY-MM-DD
and Post Meta: wc_booking_availibility
http://testy-8.test-in.eu/wp-content/uploads/2015/12/integration.png
Hope you can help me or give me any advice with this issue.
Best wishes
AnonymousInactive
OK, for my part: Change is that there is no message anymore stating that no results could be found, but simply nothing happens when performing the search at all! This is the case when using the Woocommerce shop page as search result screen. When using “as an archive”, always the first search works, but every other one after that not, simply nothing happens.
I even see that the url is changing, including the new search term – but nothing else happens.
Maybe a theme issue? I am using Enfold.
Thanks!
Klaus
Also in WooCommerce, the price is usually stored in the meta key _price
🙂
Hey Andrea
Not specifically on ACF.
What you need to dp is add a Post Meta field to your form, and select the correct key for ACF.
Just so you know, ACF creates two keys for every custom field, one start with an undescore _mykey
and then a plain one mykey
– it is the second format you would need ot choose.
Also just to note, I see you are using some fields wrong – I see you are using the product category field several times. This is not possible – you can only use a taxonomy once in your search forms- please see the restrictions here:
http://www.designsandcode.com/documentation/search-filter-pro/getting-started/adding-new-fields/#Note_Some_Restrictions
What you’ll need to do is create new taxonomies or product attributes for each additional field.
Please see here on using product attributes in your search forms:
http://www.designsandcode.com/documentation/search-filter-pro/3rd-party/woocommerce/#Attributes
Thanks
AnonymousInactive
Same issue here. Stefan, as you also use WPML, I could imagine this as reason. Trying a search in German ends in a message “no results found”, switching to English the same search does not do anything at all – no results, no message. Very strange.
I rolled back now to 1.4.3 again, which works fine, but does not use the Woocommerce shop page for search results. I will setup a test system and make further trials there. I believe that WPML might be the problem, they made some major changes recently, and I guess the system is not setup correctly now…