how to edit the footer in opencart

Avatar
  • Answered
i am having problem in editing the footer.... i want to link the contact us page of footer to the contact us.html page of my site.... so will please any one help me out????
thank you.....
Avatar
JacobIMH
Hello ujita1003, and thanks for your question. If you'd like to modify the footer in OpenCart, you can check out our article on customizing the OpenCart footer. Basically if you're using the default theme you'd want to modify this file:
/catalog/view/theme/default/template/common/footer.tpl
In that article it goes over how to remove the "Powered By OpenCart" text. However if you wished to edit the Customer Service section link for Contact Us you'd modify this line:
<li><a href='<?php echo $contact; ?>'><?php echo $text_contact; ?></a></li>
If you wanted it pointed to a contactus.html page you have setup, you could change that line to simply read:
<li><a href='contactus.html'>Contact Us</a></li>
Hope that info helps you out, let us know if you had any further questions at all. - Jacob
Avatar
BrownDirt
Please donate to OpenCart and then to edit Powered By Opencart footer link goto
catalog/language/english/common/footer.php
Avatar
myprovisionstore
It's a very easy, you can change your footer link from footer.tpl file. This file location is catalog=>view=>theme=>YOUR_THEME_NAME=>template=>common=>footer.tpl

Ganesh Tripathi