sdas86 Posted November 10, 2012 Share Posted November 10, 2012 Hi all, I would like to know how to change the links in the Information of my prestashop footer. Any idea how to remove and add some links? Thanks. My prestashop: http://articlepinger.com/presta/index.php Link to comment Share on other sites More sharing options...
nadie Posted November 10, 2012 Share Posted November 10, 2012 Hi all, I would like to know how to change the links in the Information of my prestashop footer. Any idea how to remove and add some links? Thanks. My prestashop: http://articlepinger...resta/index.php Tab - Modules -> Search -> Block CMS -> Configure (You can configure (disable, enabled links cms, and have a box of text to add new lines) Some links, you have to modifying the file: modules/blockcms/blockcms.tpl Sorry for my English 1 Link to comment Share on other sites More sharing options...
sdas86 Posted November 10, 2012 Author Share Posted November 10, 2012 Hi, It is not in the Block CMS. This Block CMS in my prestashop is for the "Tips and Tricks" at the left sidebar. Link to comment Share on other sites More sharing options...
yaniv14 Posted November 10, 2012 Share Posted November 10, 2012 Nadie is right, If you want to remove it completely you need to Unhook from back office modules/position (Footer) If you want to make changes you can remove or add some links from block cms configuration (like the image you attached) and the rest of the links you need to edit the file modules/blockcms/blockcms.tpl and remove the links from there. on the left column you hooked another box of the cms 1 Link to comment Share on other sites More sharing options...
sdas86 Posted November 10, 2012 Author Share Posted November 10, 2012 Hi yaniv, What do you mean by "on the left column you hooked another box of the cms"? Previuosly, I added and removed some links in the footer "Information" but somehow I could not find where is the place I did it. Link to comment Share on other sites More sharing options...
yaniv14 Posted November 10, 2012 Share Posted November 10, 2012 go to your back office to modules -> modules -> CMS Block and press configure. you will see: Left block , Right block & Footer. There you can add or remove anything you like, you probably will have Tips & Tricks on the left blocks and Information on the footer. If you want to remove completely the Information from the footer you need to Uncheck "Display various links and information in the Footer" 1 Link to comment Share on other sites More sharing options...
sdas86 Posted November 10, 2012 Author Share Posted November 10, 2012 Ok. Thanks for the tips. By the way, how can I insert horizontal links into the footer? The horizontal links I want to place in the footer is "Home | How to buy from us? | Contact Us | About Us | Copyright My website link 2012" How can I do that? Link to comment Share on other sites More sharing options...
yaniv14 Posted November 10, 2012 Share Posted November 10, 2012 Basically your footer is being handle by Footer.tpl that located in Themes/your_theme_name. And its loading all the Footer Hooks. So you have to insert them manually in the TPL. I can help you if you can describe how you want it, you want it above the existing footer links or below?, inside the dark background or outside? width from side to side or less?, etc.... Link to comment Share on other sites More sharing options...
eStorePower Posted March 29, 2013 Share Posted March 29, 2013 (edited) INFORMATION FOOTER: (Presta 1.5.3.1) Removing.... 1. "Our Stores" link -- Preferences > Store Contacts > Set the Display Our Stores to "No" 2. "Specials", "New Products", "Top Sellers", -- / Themes / Default / Modules / blockcms / blockcms.tpl {if !$PS_CATALOG_MODE}<!-- li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li -->{/if} <!-- li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li --> {if !$PS_CATALOG_MODE}<!-- li class="item"><a href="{$link->getPageLink('best-sales')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li -->{/if} 3. Removing / Adding Links --- / Modules / BlockCMS / Configure (note: You can also hook the Category Block from Left to Right) @sdas86 your "Tips & Tricks" has the default name "Information" Fashion eStore - http://fashion.estore.net46.net Edited March 29, 2013 by eStorePower (see edit history) 1 Link to comment Share on other sites More sharing options...
rocketero Posted April 7, 2014 Share Posted April 7, 2014 (edited) Edited, Never mind, I found the answer to my question. Edited April 7, 2014 by rocketero (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 hello rocketero it's always worth to leave your post untouched and post a solution maybe someone in the future will have the same question so your post will be helpful Link to comment Share on other sites More sharing options...
Smiles Posted April 24, 2014 Share Posted April 24, 2014 Hi All, Going futher on this topic. I would like to add footer to the CMS block configuration options. So i can really make links lists for my footer. How can i do that? Is there a way to do that? Link to comment Share on other sites More sharing options...
Smiles Posted April 30, 2014 Share Posted April 30, 2014 Hi Guys and Girls please vote for it: http://feedback.pres...option-footer-b This is the solution we need and wil solve a lot of work...! Link to comment Share on other sites More sharing options...
NanMar Posted November 8, 2014 Share Posted November 8, 2014 Does anyone know how to turn "About Me" on and off in the footer. Thank you Link to comment Share on other sites More sharing options...
cs4u Posted May 14, 2017 Share Posted May 14, 2017 Hello. I have problem. I already add "about us", "delivery", "contact us" etc in footer menu. I already add it at cms block. But when i click on a link in footer, it NOT open the "artice". The link of the "about-us" for example is "#". Site : http://kika.gr How i can fix it ? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts