Edit Footer copywrite

This topic has been marked as resolved.

Hello. I tried to do what you said here to edit the footer. (http://support.themeburn.com/topic/how-do-i-edit-copyright-info-in-footer), however it is not working. Did you change something for shoppica 2?
© Copyright 2011. Powered by Open Cart.
Shoppica theme made by ThemeBurn.com

Thanks

  • This reply was modified 4219 days ago by  kaliyas.
October 12, 2012 at 4:19 am #14278

Hi Kaliyas,

here’s what i did…
Go to:
catalog/view/theme/shoppica2/template/common/footer.tpl

Find line 176 whit this code:
<p id="copy">&copy; Copyright 2012. Powered by <a class="blue" href="http://www.opencart.com">Open Cart</a>.<br /><a class="s_main_color" href="http://www.shoppica2.com">Shoppica theme</a> made by <a href="http://www.themeburn.com">ThemeBurn.com</a></p>

And i replaced it with:
<p id="copy">&copy;<?php echo date('Y');?> Your sitename.com</p>

With this <?php echo date('Y');?> the year notification goes to the next year by itself so you don’t have to dive into the code every new year.

It did the job for me.
If you would like to use the css classes used by Shoppica, leave the code as it is and just replace the URL’s with your’s.
Remember when you update Shoppica that it will overwrite it again. So make a backup for future references.

Best,
Dieter

 Dieter
October 12, 2012 at 2:31 pm #14302

@kaliyas

The footer template and more precisely the copyright text part are almost identical for Shoppica 1 and 2.

You can also follow Dieter’s instructions. They are pretty good.

@Dieter

Thanks for your help, mate :)

Best,
ThemeBurn team

October 16, 2012 at 12:50 pm #14385

Glad i could help :D

 Dieter
October 17, 2012 at 10:40 am #14430
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.