How To Add/remove Blocks From Admin Dashboard?

Currently the admin dashboard displays a lot of blocks that are not useful and does not show blocks that I need to see.
For example:
- the latest orders block would be useful if I can configure it to only show specific statuses and more orders.
- the sales statistics graph is useless out of the box.
- it would be useful to see if there are comments, testimonials, reviews and other content to moderate so that customers do not get angry about this.

Is there any way to configure the admin dashboard?

Currently the admin dashboard displays a lot of blocks that are not useful and does not show blocks that I need to see.
For example:
- the latest orders block would be useful if I can configure it to only show specific statuses and more orders.
- the sales statistics graph is useless out of the box.
- it would be useful to see if there are comments, testimonials, reviews and other content to moderate so that customers do not get angry about this.

Is there any way to configure the admin dashboard?

Hi

ath the moment the only way doing this is via override hook (design\backend\templates\addons\skroutz_xml\hooks\index\index.override.tpl)

I have done this succesfully for an addon that creates an xml from selected products only and needed an extra box for the summe of products exported in XML beside the products counter box.

[sharedmedia=core:attachments:11083]
So only by coding!
Fotis

skroutz.jpg

I agree with Fotis. The dashboard is not flexible at all. Only custom development work can help you.