• I have a Woocommerce up and running. In the shop page, I order the products by using drag and drop (from Products / Sort Products). This is really convenient.

    My problem is that this custom order is not replicating when I show products from a particular category in a page, using shortcode:

    [product_category category=”vermibus” columns = ‘3’ orderby=”menu_order”]

    I know I can order by:

    menu_order
    title
    date
    rand
    id

    But how to replicate the custom order made by drag and drop?

    https://www.ads-software.com/plugins/woocommerce/

  • The topic ‘Woocommerce – Mirroring shop product ordering in page with shortcode’ is closed to new replies.