Hi,
This is about magento.
Does anyone know how to override adminhtml dashboard graph block ? I tried with this code and doesn’t work. However, this code works perfectly with other dashboard blocks. I don’t understand why doesn’t work with only graph.
PHP Code:<global>
<blocks>
<adminhtml>
<rewrite>
<dashboard_graph>Mycompany_Mymodule_Block_Graph</dashboard_graph>
</rewrite>
</adminhtml>
</blocks>
</global>


Reply With Quote
Bookmarks