Jump to content

How to change the footer text "© 2018 - Ecommerce software by PrestaShop™ "


brice36

Recommended Posts

Hello,

I am using PS v1.7 and the classic theme.

I would like to change the mention "© 2018 - Ecommerce software by PrestaShop™ "

into "© 2018 - MY_SITE"

I believe the code to change is here : Theme => Classic => Templates => _partials => footer

<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>

However, I experiment some difficulties - I will check this again today.

All the best

Copyright_Footer.png

Link to comment
Share on other sites

  • 1 year later...

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...