Magento – Admin Dashboard Grafik / Graph wird nicht angezeigt

PictureWird im Magento Backend in der Übersicht die Grafik mit Bestellungen und Gesamtbeträgen nicht angezeigt, kann dies mit einer kleinen Änderung möglicherweise schnell wieder behoben werden.

Man öffnet die Datei graph.phtml im Ordner app/design/adminhtml/default/default/template/dashboard

und sucht dort nach der Zeile

<p style="<?php echo $_containerStyle?>"><img src ="<?php echo $this->getChartUrl(false) ?>" alt ="chart" title="chart" /></p>

man verändert dann das false zu einem true also so

<p style="<?php echo $_containerStyle?>"><img src ="<?php echo $this->getChartUrl(true) ?>" alt ="chart" title="chart" /></p>

und schon sollte es das gewesen sein.

Picture

Used in Magento Version 1.8.1.0 Comments? Additions? Notes? Gladly!

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

Leave a Reply

Your email address will not be published. Required fields are marked *