Add copyright notice to PrestaShop page (footer)

Is this useful? Like it.

PrestaShop default theme and many other third-party themes do not include a copyright notice at the bottom of the page.

You can easily add a copyright notice — with a “self-updating” current year display as well.

  1. Open this file:
    \themes\YOUR_THEME\footer.tpl
  2. Add this code right after {$HOOK_FOOTER}
    <p>{l s='Copyright'} &copy; {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved'}.</p>

copyright

If you want to display the year you start business together with the current year, you can use this instead:

<p>{l s='Copyright'} &copy; 2008 - {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved'}.</p>

Remember to change the “2008″ to the year you actually start your business.

This has been tested on PrestaShop 1.2.4, but should work with other versions.

Premium PrestaShop themes from $22 only. Guaranteed unbeatable best value! Give your business an advantage over others! Click to view now!

2 Responses to “Add copyright notice to PrestaShop page (footer)”

  1. Phillip Says:

    Thanks, any idea how to get rid of the Powered by PrestaShop™ at bottom right?


  2. admin Says:


Leave a response.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">