Hi, I have loads of products listed on my wordpress database and I want them to be sorted by SKU number on my online shop. I reached out to the support team at wordpress and was told that this would require custom coding. Would any of you knowledgable guys be able to assist me with that? I would very much appreciate any leads. Thank you

    What inventory or shopping cart (or whatever) plug-in are you using? (At least I'm assuming this would be somewhere within such a plug-in, since WordPress by itself is basically just a blogging platform.) It might simply be adding something to a database query within that plug-in, but the specifics would depend on the plug-in.

      I installed the plugin WOOF - WooCommerce Products Filter. However I don't see where I access any support team to help me with it. If you know anything about this please let me know

        As you see, orderby is a parameter in the frontend script. You should search orderby to find where the search and order by feature has logic. There you can find cases to insert new parameter.
        In the codes you probable find popularity, rating, date, price, price-desc as well. There you can insert a new sorting logic.

          Apparently the plugin WOOF - WooCommerce Products Filter won't help me with sorting as it's mainly for filtering. Can anyone recommend a good plugin for the sorting option I am looking for?
          Many thanks!

          Thank you @NogDog that's exactly what I was looking for! However, it looks like it only works with a premium business plan. Does that make sense?

          Elitejudaica Does that make sense?

          I have no idea. I've not really touched WordPress at all in years, and have never used it for this sort of thing. I just found that by googling something like "wordpress woocommerce sort by sku". It brings up quite a few hits that you could poke around at and see if anything works for you. 🙂

            Write a Reply...