thezey Posted October 29, 2013 Share Posted October 29, 2013 Hello, I would like to add an "About Us" section directly in the homepage footer to give visitor what the website is about in two or three lines. How can I add that? Thank you Link to comment Share on other sites More sharing options...
vekia Posted October 29, 2013 Share Posted October 29, 2013 hello you can do it with blockCMS module, have you checked it? you use default theme ? Link to comment Share on other sites More sharing options...
thezey Posted October 29, 2013 Author Share Posted October 29, 2013 Hi Vekia, Thanks. But how to place it next to My account column, instead of below information? Plus, is it possible to have it only in the homepage? Website is nizoral shop [dot] com Link to comment Share on other sites More sharing options...
vekia Posted October 29, 2013 Share Posted October 29, 2013 hello you wan to display it here: Link to comment Share on other sites More sharing options...
thezey Posted October 30, 2013 Author Share Posted October 30, 2013 yes, if possible, or something more aesthetic. What about like prestashop forum footer? Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2013 Share Posted October 30, 2013 well, you will need to create code for it manually, there is no other way to achieve it. you can try with addon like lof advanced footer module. it's free and you can achieve similar effect Link to comment Share on other sites More sharing options...
thezey Posted October 30, 2013 Author Share Posted October 30, 2013 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? Link to comment Share on other sites More sharing options...
thezey Posted October 30, 2013 Author Share Posted October 30, 2013 By the way, how to move that 100% secure payment processing to the right place? Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2013 Share Posted October 30, 2013 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 More sharing options...
vekia Posted October 30, 2013 Share Posted October 30, 2013 By the way, how to move that 100% secure payment processing to the right place? go to modules > positions and move reassurance module to top of the list (displayFooter modules list) Link to comment Share on other sites More sharing options...
thezey Posted October 30, 2013 Author Share Posted October 30, 2013 go to modules > positions and move reassurance module to top of the list (displayFooter modules list) When I click on Up, it doest want to move. Not sure I'm doing the action correctly. Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2013 Share Posted October 30, 2013 try to "Drag'n'drop" it Link to comment Share on other sites More sharing options...
thezey Posted October 30, 2013 Author Share Posted October 30, 2013 Thanks, Vekia. I just did it, but the 100% secure payment is still one line below. Would it be the icon that is too large? Link to comment Share on other sites More sharing options...
vekia Posted October 31, 2013 Share Posted October 31, 2013 this is how it looks like right now Link to comment Share on other sites More sharing options...
thezey Posted October 31, 2013 Author Share Posted October 31, 2013 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 More sharing options...
vekia Posted October 31, 2013 Share Posted October 31, 2013 it is but only with modification of reassurance block module, it's necessary to add additional <li> param there with your image (i mean module configuration) Link to comment Share on other sites More sharing options...
thezey Posted November 1, 2013 Author Share Posted November 1, 2013 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 More sharing options...
Paulito Posted November 1, 2013 Share Posted November 1, 2013 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 Link to comment Share on other sites More sharing options...
thezey Posted November 1, 2013 Author Share Posted November 1, 2013 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 More sharing options...
Paulito Posted November 1, 2013 Share Posted November 1, 2013 Good morning Will this module work for you http://mypresta.eu/modules/front-office-features/html-box.html Paul Link to comment Share on other sites More sharing options...
thezey Posted November 1, 2013 Author Share Posted November 1, 2013 I have it! How do you think I can do that? I'm new to prestashop, as i came from magento! Link to comment Share on other sites More sharing options...
vekia Posted November 1, 2013 Share Posted November 1, 2013 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 More sharing options...
thezey Posted November 1, 2013 Author Share Posted November 1, 2013 Alright, if i use your hmtl module, what code should i include to make light weight? Link to comment Share on other sites More sharing options...
vekia Posted November 2, 2013 Share Posted November 2, 2013 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 More sharing options...
Recommended Posts