Disable 'ecommerce software by prestashop" in PrestaShop 1.7

Disable "ecommerce software by prestashop"

Hi, I am new to the forum (first message) but your posts have helped me a lot - thanks!
I recently installed Prestashop 1.7 and I can't find which file contains the text "Ecommerce software by Prestashop".
In 1.6 you could manage/remove the text in the cms block, but in 1.7 this seems to be ps_customtext and doesn't seem to manage the text I'm looking for anymore.
Could you tell me where/how to do this in 1.7?
Thanks!

PrestaShop expert answer

In classic theme (prestashop 1.7) it is necessary to alter theme file.
please go to: /themes/classic/templates/_partials/footer.tpl and remove / edit this code:

    <div class="row">
      <div class="col-md-12">
        <p>
          <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'}
          </a>
        </p>
      </div>
    </div>
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

2 comments:

  1. Hi Vekia,
    Thanks for this post. I've changed the copyright message on frontend of prestashop 1.7.1.1 classic theme it works perfect however when I visit order page it has " 2016 - CLASSIC - (my company name) PrestaShopTM" notice. How can I change this ? Also where can I find "I would like my order to be gift wrapped" to translate it. Would greatly appreciate your help

    ReplyDelete
    Replies
    1. Hello
      "when I visit order page it has " 2016 - CLASSIC - (my company name) PrestaShopTM" notice. How can I change this ?"

      Where you see this exactly?


      "I would like my order to be gift wrapped" to translate it. "
      you can translate this under Improve > localization > translations section in your shop back office. Select there "theme translations" http://i.imgur.com/2W7Bu1p.png

      Delete