diff --git a/woocommerce/myaccount/orders.php b/woocommerce/myaccount/orders.php index b9196dd..60378ce 100644 --- a/woocommerce/myaccount/orders.php +++ b/woocommerce/myaccount/orders.php @@ -1,7 +1,7 @@ -
+ | |
---|---|
+ | @@ -52,13 +52,16 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?> - + - get_status() ); ?> + get_status() ) ); ?> - get_formatted_order_total(), $item_count ); ?> + get_formatted_order_total(), $item_count ); + ?> max_num_pages ) : ?> - |