Hello, I'm looking for a Wordpress plugin that can add a custom clients backend area where they can get stats of their orders, download deliverables, add a payment method , .. etc Thanks
Code it yourself. To get an admin interface you edit the functions file (preferably in a child template). Or, you could create your own plugin, if you're gonna use this independent of theme.
I'd be looking at woo commerce or wp-ecommerce and seeing if either of them fit. If not, let us know where they fall short and someone might know of an easy way to extend them.