ecommdev Posted June 19, 2014 Share Posted June 19, 2014 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 More sharing options...
dioniz Posted June 19, 2014 Share Posted June 19, 2014 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 More sharing options...
ecommdev Posted June 19, 2014 Author Share Posted June 19, 2014 Follow instructions but it ALSO removed part of the stats in the dashboard. Let me know what adjustments need to be made to the code. Link to comment Share on other sites More sharing options...
ecommdev Posted June 20, 2014 Author Share Posted June 20, 2014 reply needed. Link to comment Share on other sites More sharing options...
linil Posted December 14, 2014 Share Posted December 14, 2014 (edited) deleting or commenting out this line alone should do it <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> Edited December 14, 2014 by linil (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts