jleesaxon Posted June 30, 2013 Share Posted June 30, 2013 (edited) 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 June 30, 2013 by jleesaxon (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2013 Share Posted June 30, 2013 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} 1 Link to comment Share on other sites More sharing options...
jleesaxon Posted June 30, 2013 Author Share Posted June 30, 2013 (edited) 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 June 30, 2013 by jleesaxon (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2013 Share Posted June 30, 2013 so the problem is finally solved? Link to comment Share on other sites More sharing options...
jleesaxon Posted June 30, 2013 Author Share Posted June 30, 2013 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? 1 Link to comment Share on other sites More sharing options...
[email protected] Posted August 16, 2013 Share Posted August 16, 2013 (edited) found it.. all removed.. agree to the module "specials" as pain in the ass.. slowing down site unnecessarily thank u all Edited August 16, 2013 by [email protected] (see edit history) Link to comment Share on other sites More sharing options...
geolan Posted September 4, 2013 Share Posted September 4, 2013 Hi! which editor do i used to edit .tpl files. thanks Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2013 Share Posted September 4, 2013 you can use simple notepad software to edit .tpl files. you can also use software like notepad++, geany, eclipse, netbeans i suggest to use notepad++ because it is easy in use and code looks well there Link to comment Share on other sites More sharing options...
geolan Posted September 5, 2013 Share Posted September 5, 2013 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 More sharing options...
theme_designer Posted September 5, 2013 Share Posted September 5, 2013 <li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li> Link to comment Share on other sites More sharing options...
vekia Posted September 5, 2013 Share Posted September 5, 2013 that's right, you can remove whole line with prices drop page definition Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now