Jump to content

Please how do I remove Prestashop Update section in my dashboard


Recommended Posts

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

 

  • Like 1
Link to comment
Share on other sites

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

×
×
  • Create New...