• I’d like to order products in the shop by product type (in search results and on category pages). By this I mean kind of promoting specific product type, so eg. variable products will be always first.

    Let’s say I have 5 products and by default they’re ordered by name:

    Product A - simple
    Product B - variable
    Product C - variable
    Product D - simple
    Product E - simple

    and I need sth like this – variable products first than other types of products:

    Product B - variable
    Product C - variable
    Product A - simple
    Product D - simple
    Product E - simple

    Does anybody have any idea how to achieve it?

    https://wordpress.org/plugins/woocommerce/

  • The topic ‘Order products by their type’ is closed to new replies.