Melinda Posted March 22, 2011 Share Posted March 22, 2011 Hi,How would you add other links to the footer using 1.4.0.17 final version?Thanks! Link to comment Share on other sites More sharing options...
rocky Posted March 23, 2011 Share Posted March 23, 2011 To add CMS links to the footer, go to the configuration page of the "CMS Block v1.1" in the "Front Office Features" section, then tick the CMS pages at the bottom.To add non-CMS links to the footer, copy modules/blockcms/blockcms.tpl to themes//modules/blockcms/blockcms.tpl then add the links to the <!-- MODULE Block footer --> section at the bottom of the file. Link to comment Share on other sites More sharing options...
Steffen Posted April 6, 2011 Share Posted April 6, 2011 Rocky, is there any way of doing that with ver. 1.3?Thanks Link to comment Share on other sites More sharing options...
rocky Posted April 6, 2011 Share Posted April 6, 2011 Yes, go to Modules > Block various links > Configure or edit modules/blockvariouslinks/blockvariouslinks.tpl. Link to comment Share on other sites More sharing options...
Steffen Posted April 6, 2011 Share Posted April 6, 2011 Awesome dude, thanks! Link to comment Share on other sites More sharing options...
Andy1 Posted August 4, 2011 Share Posted August 4, 2011 How would this be done in 1.4.4.0? I have found the blockcms.tpl in the modules folder, but themes/modules/blockcms doesn't seem to exist. Link to comment Share on other sites More sharing options...
gamersmarket Posted August 11, 2011 Share Posted August 11, 2011 How would this be done in 1.4.4.0? I have found the blockcms.tpl in the modules folder, but themes/modules/blockcms doesn't seem to exist. I cant find it neither. Link to comment Share on other sites More sharing options...
Andy1 Posted August 20, 2011 Share Posted August 20, 2011 Anyone? Link to comment Share on other sites More sharing options...
marlon Posted October 18, 2011 Share Posted October 18, 2011 Tengo una duda, en blockvariouslinks quiero agragar el modulo FAQ (Preguntas frecuentes) pero no logro ponerlo alli , al igual que /prices-drop.php,new-products.php, best-sales, sitemap.php espero que me puedan ayudar gracias! Link to comment Share on other sites More sharing options...
REDeyeJEDI85 Posted February 29, 2012 Share Posted February 29, 2012 To add non-CMS links to the footer, copy modules/blockcms/blockcms.tpl to themes//modules/blockcms/blockcms.tpl then add the links to the <!-- MODULE Block footer --> section at the bottom of the file. Hello I am trying to get this to work for my shop: Click here I am using PrestaShop™ 1.4.6.2 And I was wondering if there is supposed to be another directory after themes/?/modules/blockcms/blockcms.tpl for this to work. I noticed that you have"//" and I was wondering if you forgot the directory in between. I just put mine in themes/modules/blockcms/blockcms.tpl and it doesn't appear to be working. I just wanted to add a link back to my main website. I added the following bit of code to blockcms.tpl and was wondering if this was adequate or if I had forgotten something I am not very familiar with php: <li><href="http://www.eightfoldjewelry.com">Home</a></li> <!-- MODULE Block footer --> <ul class="block_various_links" id="block_various_links_footer"> <li><a href="http://www.eightfoldjewelry.com">Home</a></li> {if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if} I appreciate any assistance provided. If there is a better way to achieve this please let me know. Link to comment Share on other sites More sharing options...
vayu Posted March 22, 2012 Share Posted March 22, 2012 I know this is an old thread and maybe you guys found the answer, but what Rocky means by this: "To add non-CMS links to the footer, copy modules/blockcms/blockcms.tpl to themes//modules/blockcms/blockcms.tpl" is this To add non-CMS links to the footer, copy modules/blockcms/blockcms.tpl to themes/YOUR_THEME_NAME/modules/blockcms/blockcms.tpl Vayu Link to comment Share on other sites More sharing options...
lovemyseo Posted January 15, 2013 Share Posted January 15, 2013 To add CMS links to the footer, go to the configuration page of the "CMS Block v1.1" in the "Front Office Features" section, then tick the CMS pages at the bottom. To add non-CMS links to the footer, copy modules/blockcms/blockcms.tpl to themes//modules/blockcms/blockcms.tpl then add the links to the <!-- MODULE Block footer --> section at the bottom of the file. themes//modules is this double forwardslash or single? Link to comment Share on other sites More sharing options...
Helmuts Meskonis Posted January 23, 2013 Share Posted January 23, 2013 (edited) in versions 1.5.xxx 1) Go to Modules and find the module "CMS Blocks" 2) add your html code here: easy Good luck, Helmuts Meskonis Media Tower Limited Edited January 23, 2013 by Helmuts Meskonis (see edit history) 1 Link to comment Share on other sites More sharing options...
EGBee Posted May 22, 2013 Share Posted May 22, 2013 Helmuts! Thanks man! This helped me alot! Link to comment Share on other sites More sharing options...
umakavin Posted June 6, 2014 Share Posted June 6, 2014 how to add cms link in prestashop version 1.6? Link to comment Share on other sites More sharing options...
Recommended Posts