-
AuthorPosts
-
August 3, 2019 at 11:07 pm #1124433
Hello All,
I read through a previous thread on sorting but my developer says I don’t have those same hooks in my install.
https://kriesi.at/support/topic/woocommerce-product-sorting/
Basically no matter how we search for products or browse the site, once we have produced search results the sorting options simply don’t work at all. No matter what option you choose the results don’t change nor does the ASC DESC
August 4, 2019 at 12:41 pm #1124516Hey dub3consulting,
Looks like the search results are not aware of the sorting options. Those are WooCommerce functions and we cannot really help you with those.
Best regards,
Victoria- This reply was modified 5 years, 3 months ago by Victoria.
August 4, 2019 at 9:55 pm #1124585This reply has been marked as private.August 4, 2019 at 11:14 pm #1124589This reply has been marked as private.August 7, 2019 at 3:55 am #1125363Hi,
Thank you for the update.
The order parameter (ASC|DESC) changes the order of the products, but the result is not accurate when the “sort by” parameter is set to “price”. it’s fine when other sort by parameter is used. (see private field)
Have you tried disabling the plugins temporarily?
Best regards,
IsmaelAugust 7, 2019 at 6:52 am #1125396Thank you the results you sent me in the link did seem to work okay. Check out this link though, it’s the main shopping page. The sorting seems not effect the list at all.
https://socalautoparts.com/shop-vw-parts/?avia_extended_shop_select=yes&product_order=priceSame thing here when browsing a category.
https://socalautoparts.com/product-category/apparel/?avia_extended_shop_select=yes&product_order=priceIn conclusion when you perform a key word search and get results they seem to be sortable. But browsing the site and getting product list pages isn’t sortable at all.
So at least we isolated this defect down to that.
August 9, 2019 at 2:35 pm #1126224Hi,
Thank you for the update.
How do you get to those pages from the search? Let us know if this snippet changes how the product sort functions.
remove_action( 'woocommerce_get_catalog_ordering_args', 'avia_woocommerce_overwrite_catalog_ordering', 20, 1 );
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.