I am using latest version of opencart ( 1.5.2.1 ) but unable to add custom footer module. Please help me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You might want preserve Opencart default template, thus it's better copy the parts you need to modify (default/common/footer.tpl in your case), under (to say) your_template/common/footer.tpl and select from admin |
|||
|
|
|
You can just edit \catalog\view\theme\default\template\common\footer.tpl for all your needs. |
|||||||
|
|
Just copy catalog\view\theme\default Then rename the new default file to Your Store. Then go in and change whatever files you want in the new theme. Now you have a template to work from, and if you screw anything up, all the files are in original state back in the original default folder. |
|||
|
|