问题
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