Order products by category priority
- mneimneParticipant3 years ago #29508
Hello again,
I have a weird issue, I am using multi-checkout plugin in wordpress, and on the final checkout page I have a weird redirection caused by WPsolr, specifically in the file autocomplete_solr.js on 313.
When I complete the checkout, I get an infinite redirect loop.wpsolrKeymaster3 years ago #29510You can prevent autocomplete_solr.js to be loaded on your checkout page, using a tool like https://wordpress.org/plugins/wp-asset-clean-up/
mneimneParticipant3 years ago #29587Hello again
I noticed a bug in the fix you shared, below are the steps to reproduce:
1. Install wpsolr fix in the link you sent
2. enable facets
3. got to a product cateogry
4. filter by category from the facets
5. The results are the same, no filtering is done. (the product category filtering is working in the search page as expected.Note: I confirmed this bug in the patch by installing the official 22.2 without patches and it is working find when it comes to facets.
mneimneParticipant3 years ago #295891. link to query in product archive page: https://pastebin.com/YsMiiiZq
2. link to query in search page: https://pastebin.com/aWqPk4yunotice how non_flat_hierarchy_product_cat_str is not populated correctly in # 1
mneimneParticipant3 years ago #29603update: this is not related to the fix provided I was able to reproduce it on 22.2, I am checking the scenario, below are two logs
1. query in search page (working):https://pastebin.com/paYiWRNK
2. query in product archive page(not working): https://pastebin.com/ZAKEc2ZS
You must be logged in to reply to this topic.