简体   繁体   中英

Prestashop 1.7 footer images

Prestashop 1.7 How I could add an image with accepted payments at footer, similar to this page https://www.headict.de also I would like add some animation but I think is very difficult then this is secondary. Anyone could help me, please.

Do I have to modify the code or is possible with the options of prestashop 1.7?

You could use this freemodule

Create a new block and place your html.

So, for example, in this new block you can place:

<img src="yourimage.jpg" alt="Your alt text">

After you have created the block, choose design->positions

On the top-right, choose "position a module" and link the block to the footer hook where all the other module blocks in the footer are positioned.

Regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM