WooCommerce – Order History Pagination
-
I’m in the process of creating a new WooCommerce store and I would like to add pagination to the orders section of the customer area. I have been unable to find a guide that explains how to do this with the latest version of WC.
(My Account > View Orders > Recent Orders)
I believe that I need to implement woo_pagination() into woocommerce/templates/myaccount/my-orders.php, but I’m not yet sure of the best way to do so.
https://docs.woothemes.com/document/woo_pagination/
I did change [woocommerce_my_account] tag to [woocommerce_my_account order_count=”all”] to display all orders instead of only the last 15, which is the default setting.
If anyone can help or point me in the right direction it would be greatly appreciated.
- The topic ‘WooCommerce – Order History Pagination’ is closed to new replies.