-
Search Results
-
Hi there,
The AJAX part of the plugin seems to be working for me as intended.
The only problem is that when I click on a product in the search results, instead of taking me to the woocommerce single product page, it takes me to yet another page of search results….
Is this normal?How do I set it up so that like in the demo, clicking on the product takes the user to the woocommerce single product page for that product.
BTW: Before using your plugin I had the following code inside the loop in the woocommerce.php file
<?php woocommerce_content(); ?>If I put that back in, I get the single product template for Woocommerce but the results page still displays at the bottom….
I am probably not making any sense so please see my site link below
http://sakenotabibito.com/sake-brewery-map/sake-brewery-tour-2/Thanks for your help in advance.
Hello There! 😀
I have a woocommerce site using your plugin and I am selling products like:
Air Conditioners, Heaters, etc. I have categories created in this way:
Air Conditioners
–Portable(sub-category of Air Conditioners)
–Window(sub-category of Air Conditioners)Heating
–Heaters (sub-category of Heating)
–Stoves (sub-category of Heating)I want to use your filter to do something like this example:
Let’s imagine that we are on Archive Category “Portable” of Air Conditioners:
Or you are on Heaters category:
http://www.bestbuy.com/site/heating-cooling-air-quality/heaters/abcat0907007.c?id=abcat0907007
What I want is your plugin ONLY show the actual attributes (brands, or other thinhs) related to the actual category.
The problem I have with your plugin is that I have several brands, and when I show the filter I see all brands (also brands NOT related with the actual products we are seeing)
So, how we can solve that? 😀
Note that I show products like you here:
http://demo.designsandcode.com/sfpro-woo-mystile/product-category/music/
http://demo.designsandcode.com/sfpro-woo-mystile/product-category/posters/
Regards
Great plugin. Liking the results so far…
Just 2 things:
1. I’m using it to filter Woocommerce categories (top level) with no sub categories etc. Ideally, I’d like to replace the form input (dropdown) with a set of hyperlinks. Can you give me any clues on what I would need to format and where the ajax could be fired off to etc.
2. The first option of ‘All prododuct categories’ doesn’t seem to show all the products and looking a bit deeper, it isn’t carrying an ID (as I expected I suppose) but what needs to be done to get this resetting all the results effectively?
Than
MattTopic: Incorrect Search Results
Building a client site at http://dev.door2doortyres.co.uk/ and I have run into a serious problem.
This is for the Pro version of the plugin.
The problem may be me or it could be a fundamental error in the code but I can’t work out what I need to do…
The WooCommerce products hold 1136 tyres at the moment. If you search for a tyre width of 145 (it shows there are 2) you get 2. When you search for widths of 145 AND a profile of 45 (3) you get zero – which is correct because there are no tyre combinations of 145/45. So everything seems to work as expected until you search as follows:-
#1. Width 205, Profile 70, Rim 15 – you get 9 results – which is correct.
#2. Width 205, Profile 50, Rim 16 – you get 83 results – which is correct …. but included in that set of results are a couple of tyres that are 205/70/15 tyres.
The search form is setup to use Products, no Ajax, no Template and all taxonomy’s are set up in the same way (dropdown, display count, hide empty, hierarchical, order by slug asc)
Q1 is what could cause a couple of products to leak in to the search results?
Q2 what can I do to overcome this?
Q3 Is there a way to make the search form taxonomy dropdowns only populate with data that is relevant to the previous taxonomy – meaning if I search for widths of 145 that the Profiles seen next are only the two possible profiles (70 and 65)?
Fingers crossed.
Hey!
As you can see the title, well the problem is when I check this option on a filter form. It just tells me that my custom taxonomies that I made, have no posts in the when I off check it. It works fine, but the Auto count would be really nice!
I cant find any documentation on this function how it works.
Anyone have anything on this or can help me?