Jump to content

Remove Footer > Information > Specials & Best Sellers


Recommended Posts

I've uninstalled Modules > Front Office Features > Specials block and Modules > Front Office Features > Top-sellers block. The main blocks have disappeared as expected, but the links Footer > Information > Specials and Footer > Information > Best Sellers remain.

 

FYI I have no "Specific Prices" (Specials) set and I haven't done any test orders yet, so both links goes to blank pages.

 

Help?

Edited by jleesaxon (see edit history)
Link to comment
Share on other sites

you have to remove link manually. go to the modules/blockcms/blockcms.tpl and remove line:

{if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales')}" title="{l s='Best sellers' mod='blockcms'}">{l s='Best sellers' mod='blockcms'}</a></li>{/if}

  • Like 1
Link to comment
Share on other sites

He forgot to mention that to remove Footer > Information > Specials as well you must remove the line

 

{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}

Edited by jleesaxon (see edit history)
Link to comment
Share on other sites

However, the pages in question still exist when you remove these links.

 

They can be seen at Sitemap>Our Offers

 

I'm sure there's a way to remove those links manually as well, but is there a way to actual disable these features to avoid slowing the site unnecessarily?

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

Hi1! Vekia i have downloaded Notepad+++ , now i can get

 

{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}

 

which line is it?  thanks

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...