• Resolved sophiekroezen

    (@sophiekroezen)


    Since I updated WooCommerce to version 4.8.0, standard product sorting doesn’t work anymore. New products are sorted alphabetically before ALL older products (= products added before updating).

    As you can see, a new product with the name Dalapaard (starting with D) comes before an older product named Auto (starting with A).

    The error occurs at: https://dekroonluchter.com/shop/.
    No special sorting setting or menu order have been set.

    I want all my products to be sorted alphabetically/standard.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sophiekroezen

    (@sophiekroezen)

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there! ??

    I’ve checked both pages that you have provided us, and I see that all your products are sorted alphabetically. This is how those pages look to me:

    Oftentimes something like this can be affected by your browser’s cache. I would suggest that you try clearing the cache/cookies and then try it again. You could also try from a different browser or device.

    In case the issue persists, please provide us with a full-screen uncropped screenshot in order to understand where the issue is located and provide you with guidance. I recommend https://snipboard.io for easily sharing screenshots – please follow the instructions on the page, then paste the URL here. It works with Chrome, Firefox, Safari, and Edge.

    Thanks in advance!

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @sophiekroezen,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks.

    Thread Starter sophiekroezen

    (@sophiekroezen)

    Hi,

    Sadly, the problem is still not resolved.

    Today, I updated all my plugins again – including WooCommerce. I disabled all non-essential plugins. I cleared the website caches. I tried several browsers, devices and incognito mode.

    I added three new products: A Test Product, B Test Product and Autotest. All these products still appear before the older products. The problem occurs at both the shop (www.dekroonluchter.com/shop) and category (www.dekroonluchter.com/product-categorie/stempels) page.

    The products I created are simple products. I only gave them a title, description, short description and category. I did not change the sorting, the sorting of these products is 0.

    If I check the sorting in the WooCommerce backend, these new Test products also appear above the older products.

    As you can understand, I can’t manually change the product sorting number for every new product in order to get them alphabetically sorted. There will be too many new products to do that.

    I hope someone can help me getting all my products alphabetically sorted.

    Screenshot of shop page: https://snipboard.io/t75TNs.jpg
    Screenshot of product category page: https://snipboard.io/VH2Zc0.jpg
    Screenshot of sorting in WooCommerce backend: https://snipboard.io/zLX4Z9.jpg

    Plugin Support abwaita a11n

    (@abwaita)

    Thanks for getting back @sophiekroezen.

    Quite unfortunate to hear that the issue persists.

    Kindly check whether it is caused by a plugin/theme conflict.
    ?
    The best way to determine this is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Check if the issue is still there

    ?
    If you don’t see the issue, then you know that it was caused by the plugins and/or theme you deactivated. To figure out which plugin/theme is causing the problem, reactivate your other plugins one by one, checking whether the issue returns after each activation until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.

    Let us know how this goes.

    Many thanks.

    Thread Starter sophiekroezen

    (@sophiekroezen)

    Dear Abwaita,

    Thanks for your reply.

    The problem was solved today. I want to share the solution for other users that might have the same problem.

    When I downloaded the CSV file of all my products, it turned out that my old products actually got a sorting number, not 0. My new products got sorting number 0, causing them to show up before my older products.

    I did reset the sorting for all products in phpMyAdmin using the following code.

    update wp_posts set menu_order=0 where post_type='product'

    All products are now alphabetically sorted.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    That’s awesome! Thanks for sharing the solution with the community ??

    If you have any further questions, you can start a new thread.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problems with standard product sorting’ is closed to new replies.