In ADMIN > CUSTOMERS > CUSTOMERS

On the right side it displays the Number of Orders: #

I have managed to create a new column # of orders but am lacking the skills to insert the actual # so it can be sorted ASC - DESC

The only code in the customers php that I see is
Code:
$contents[] = array('text' => '<br /><b>' . TEXT_INFO_NUMBER_OF_ORDERS . ' ' . $customers_orders->RecordCount());
Any Help would be appreciated!