Microame Posted April 6, 2014 Share Posted April 6, 2014 Hi, Just wondering how to remove the links in the footer. The links to special, new products and best sellers. Please guide. Thanks Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 hello you have to modify it manually in tpl file it's a part of module named blockcms open file: themes/default-bootstrap/modules/blockcms/blockcms.tpl and remove /comment out this code: {if !$PS_CATALOG_MODE} <li class="first_item"> <a href="{$link->getPageLink('prices-drop')|escape:'html':'UTF-8'}" 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')|escape:'html':'UTF-8'}" 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')|escape:'html':'UTF-8'}" title="{l s='Top sellers' mod='blockcms'}"> {l s='Top sellers' mod='blockcms'} </a> </li> {/if} Link to comment Share on other sites More sharing options...
Microame Posted April 10, 2014 Author Share Posted April 10, 2014 (edited) Thank you Vekia, It works. Got one more question. I got few more pages in my CMS like privacy policy, shipping and secure payment. Those pages is not appearing in the footer. In the blockcms.tpl I can't find any link to that either. Any Ideas? Edited April 10, 2014 by Microame (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts