• Hi,

    Previously i could control the max count of orders to show in my account by editing:
    wp-content/plugins/woocommerce/templates/myaccount/my-orders.php

    ‘numberposts’ => $order_count,
    to
    ‘numberposts’ => ’10’,

    But this is not working anymore.
    Does anyone know an alternative way to achieve this?

    Thanks alot!

  • The topic ‘Show max orders count in myaccount page’ is closed to new replies.