Jump to content

How to add "About Us" Block in the Homepage Footer?


Recommended Posts

Vekia,

 

The add-on seems like a great module. Unfortunately, it doesn't fit the graphic style of my theme.

 

Would a code be hard to create?

 

css customization, you will need to customize it, exactly the same as you will need to customize footer to get the same footer as prestashop website has.

Link to comment
Share on other sites

That's right. Thank you vekia.

 

Hey, not sure if i need to create a new topic as I could ask you about logo payment. I have set up payment logo module, but nothing is showing in the homepage. How would it be possible to display logos about payment in the homepage?

Link to comment
Share on other sites

Vekia,

 

Not sure I understood correctly. Reassurance block displays standard logos from prestashop. Which is really fine. There is another module named Payment logo, but nothing is in there. It's a bit confusing.

 

I'd like to keep the reassurance logos as they are, but add credit card logos somewhere in the page. How can I do that?

Link to comment
Share on other sites

Good morning

 

Do you mean add logos in reassurance block, footer or in left/right column.

 

I have added mine here

 

http://kidskarz.co.uk/en/

 

Paul

Hello Paul,

 

I'd like to add the payment logos such as credit cards somewhere in the footer or above it (best), in addition to the reassurance block provided by prestashop that I already have.

 

Do you see what i mean?

Link to comment
Share on other sites

Vekia,

 

Not sure I understood correctly. Reassurance block displays standard logos from prestashop. Which is really fine. There is another module named Payment logo, but nothing is in there. It's a bit confusing.

 

I'd like to keep the reassurance logos as they are, but add credit card logos somewhere in the page. How can I do that?

 

you can do it in many ways. YOu can add payment logos in reassurance block as i stated before. You can use html block module like Paulito suggested, you can also modify footer.tpl file manually, just insert there <img src=""/> code (with url to image)

Link to comment
Share on other sites

upload somewhere simple gif image with your payment methods.

then in html block use something like this:

<img src="URL_TO_YOUR_IMAGE" class="mypaymentimages"/>

then, in styles file define css for .mypaymentimages like:

.mypaymentimages{
position:absolute;
right:20px;
top:100px;
}

of course you can customize position (right & top params) to move payment images exactly there, where you want

Link to comment
Share on other sites

×
×
  • Create New...