I want to add links in the footer (to opposite side of copyright text). How do I do that?
I would also like to remove "Powered By OpenCart" and only keep "Your Store © 2011". How do I do that?
Thanks in advance!
I would also like to remove "Powered By OpenCart" and only keep "Your Store © 2011". How do I do that?
Thanks in advance!
Last edited by Rebecka on Sat Dec 03, 2011 7:20 am, edited 1 time in total.
Rebecka went over to PrestaShop.
To add link to footer, you would have to edit the file located in catalog/view/theme/yourtheme/template/common/footer.tpl . Add your links around or inside the powered div.
To remove just the powered by opencart part edit the file catalog/language/yourlanguage/common/footer.php > there you will realise what you have to delete.
To remove just the powered by opencart part edit the file catalog/language/yourlanguage/common/footer.php > there you will realise what you have to delete.
Thanks!florinsith wrote:To add link to footer, you would have to edit the file located in catalog/view/theme/yourtheme/template/common/footer.tpl . Add your links around or inside the powered div.
I want to have information links in the footer but when I add thisflorinsith wrote:To remove just the powered by opencart part edit the file catalog/language/yourlanguage/common/footer.php > there you will realise what you have to delete.
Code: Select all
<a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a>

Rebecka went over to PrestaShop.
Why I copy this
inside powered div?
Well, I want to have all information links in the footer.
Code: Select all
<a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a>
Well, I want to have all information links in the footer.

Rebecka went over to PrestaShop.
All the information links are allready in footer in oc 1.5. And the code to copy would be this one:
Code: Select all
<ul>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
</ul>
Should the code really be like that? Will not there be a list?
I know that all information links already are in the footer, but I will not keep this footer. I want to have all information links on the same row as the copyright text.
Edit: Never mind, I fixed it.
I know that all information links already are in the footer, but I will not keep this footer. I want to have all information links on the same row as the copyright text.
Edit: Never mind, I fixed it.
Rebecka went over to PrestaShop.
Who is online
Users browsing this forum: Amazon [Bot] and 52 guests