idi628 Posted August 29, 2014 Share Posted August 29, 2014 Please how do I remove Prestashop Update section in my dashboard Link to comment Share on other sites More sharing options...
bellini13 Posted August 29, 2014 Share Posted August 29, 2014 edit the following file \<admin_folder>\themes\default\template\controllers\dashboard\helpers\view\view.tpl search for the following code <section id="dash_version" class="visible-lg"> <iframe style="overflow:hidden;border:none" src="{$new_version_url|escape:'html':'UTF-8'}" ></iframe> </section> and either remove it or comment it out 1 Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2014 Share Posted August 29, 2014 http://www.prestashop.com/forums/topic/334622-editdisable-prestashop-updates-in-16-backoffice-dashboard/ search tool is very useful feature here ;-) Link to comment Share on other sites More sharing options...
idi628 Posted August 29, 2014 Author Share Posted August 29, 2014 t edit the following file \<admin_folder>\themes\default\template\controllers\dashboard\helpers\view\view.tpl search for the following code <section id="dash_version" class="visible-lg"> <iframe style="overflow:hidden;border:none" src="{$new_version_url|escape:'html':'UTF-8'}" ></iframe> </section> and either remove it or comment it out Thanks for been considerate of Me an extreme newbie! I appreciate. Link to comment Share on other sites More sharing options...
Recommended Posts