Jump to content

Need to Edit/disable "+ add more graph and data" link in 1.6 Backoffice


Recommended Posts

Hello,


 


In the 1.6.0.7 backoffice in the main dashboard screen,  on the toward the bottom is a link that says "+ add more graph and data" and the link goes to Prestashop marketplace. I can't find instructions for either editing the words and links or disabling that function. 


 


Can someone please provide instructions where to find the file for editing & instructions for editing?


 


I imagine many people would find this post helpful and if its already been posted before, please provide link to the post. 


 


Thank you for your time. 


Link to comment
Share on other sites

To remove it in yourdomain/admin/themes/default/template/controllers/dashboard/helpers/view/view.tpl find this:

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

and remove

Link to comment
Share on other sites

  • 5 months later...
×
×
  • Create New...