Add text inside header nav prestashop

拥有回忆 提交于 2019-12-13 09:09:21

问题


I am using prestashop open source cart, and I want to add text on top next to my 'call us now: number' I dont know how to add payment logos inside my footer next to my '@copyright:' below are some pictures of the desired outcome


回答1:


You should need to edit your header.tpl file withing your theme.

i.e. www.yourshop/themes/yourtheme/header.tpl

SAQ




回答2:


Have a look on blockbanner, there is a hook in Prestashop called hookBanner, which is located just above header.

Editing header.tpl and footer.tpl can be useful, but first of all check documentation here :

http://doc.prestashop.com/display/PS16/Theme+development+fundamentals

There are also useful HTML free modules, available on Prestashop forum (megablock, htmlblock...) or websites



来源:https://stackoverflow.com/questions/34073719/add-text-inside-header-nav-prestashop

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!