Jump to content

Remove "Ecommerce software by PrestaShop™"


Recommended Posts

Hello,

How can I remove or change the "© 2021 - Ecommerce software by PrestaShop™"  text in the footer of my shop that visitors see in version 1.7.8.0?

I have looked into other threads but couldn't find a proper way to do it as the "CMS Block" module is missing in this version, I think.

Link to comment
Share on other sites

You can remove it from the TPL file located here:

YOURWEBSHOP/themes/classic/templates/_partials/footer.tpl

Part to remove:

    <div class="row">
      <div class="col-md-12">
        <p class="text-sm-center">
          {block name='copyright_link'}
            <a class="_blank" href="http://www.prestashop.com" target="_blank">
              {l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'}
            </a>
          {/block}
        </p>
      </div>
    </div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...