Jump to content

PrestaShop Link, PrestaShop News !, Tips of the day by Paypal


Recommended Posts

  • 1 year later...
  • 3 months later...

[What about Prestashop 1.6? it do not have this function...] I Found the Answer

 

For PS 1.6

 

Open: admin\themes\default\template\controllers\dashboard\helpers\view\view.tpl

 

Remove line ~101 to ~151:

<div class="col-md-12 col-lg-2">
            <section class="dash_news panel">
                     {...}
            </section>
</div>

Also change the line ~90:

<div class="col-md-4 col-lg-3" id="hookDashboardZoneOne">

to

<div class="col-md-4" id="hookDashboardZoneOne">

And change the line ~93:

<div class="col-md-8 col-lg-7" id="hookDashboardZoneTwo">

to

<div class="col-md-8" id="hookDashboardZoneTwo">

If you don't want to display 'Add more graph and data' button, just remove the lines:

Remove lines ~95 to ~99

<div id="dashaddons" class="row-margin-bottom">
                <a href="http://addons.prestashop.com/208-dashboards?utm_source=backoffice_dashboard" target="_blank">
                    <i class="icon-plus"></i> {l s='Add more graph and data'}
                </a>
</div>

Hope this helps

Edited by Caiovisk (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...