Jump to content

Remove Sitemap and New Products from footer?


Recommended Posts

Hi,

 

To remove the sitemap and new products links from the footer, I found some posts that say to edit the lines out of the modules/blockcms/blockcms.tpl file, but that does not seem to work.  I did change the cache setting to "No", clicked "Clear Smarty cache and Autoload cache", and selected "Force compilation", but still nothing.  Once I select those settings, and "Save", is there anything else I need to do to clear the cache?

 

I also found some other footer .tpl files in the modules/blockpermanentlinks directory, but none of those removed the footer.

 

Either way, I suspect I'm at the wrong location, because I can't find "Terms and conditions of use" text in those .tpl files, which is also in the same column in the footer.

Any clues what I should do to remove these?

Thanks.

 

Link to comment
Share on other sites

Good morning

 

The block CMS Module can appear twice, have you edited the correct one:

 

public_html/Your Shop/modules/blockcms/blockcms.tpl

 

public_html/Your Shop/themes/default/modules/blockcms/blockcms.tpl    (if you have both edit this one) {*Comment Out*}

 

Before

http://screencast.com/t/CheG1wd0akUY

 

After

http://screencast.com/t/jpWjnfiPkNV

 

Hope this helps

 

Paul

Link to comment
Share on other sites

  • 2 weeks later...
<li><a href="{$link->getPageLink('sitemap')|escape:'html'}" title="{l s='Sitemap' mod='blockcms'}">{l s='Sitemap' mod='blockcms'}</a></li>

+

<li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')|escape:'html'}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...