justoneweek Posted December 15, 2012 Share Posted December 15, 2012 Hi, do you know how can I remove the voice 'special' and 'new products' under information? http://nooi.it/3.jpg Many thanks Link to comment Share on other sites More sharing options...
yaniv14 Posted December 16, 2012 Share Posted December 16, 2012 edit your modules/blockcms/blockcms.tpl at around line 51 check for: {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} <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" 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')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if} and change to: {*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} <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" 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')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if*} 1 Link to comment Share on other sites More sharing options...
justoneweek Posted December 16, 2012 Author Share Posted December 16, 2012 Perfect! just..I don't know why.. Information switched with my account: http://nooi.it/8.jpg Link to comment Share on other sites More sharing options...
yaniv14 Posted December 16, 2012 Share Posted December 16, 2012 (edited) maybe you changed position in your back office -> modules -> positions -> look for Footer Modules and see if My account block on footer is before CMS block Edited December 16, 2012 by yaniv14 (see edit history) Link to comment Share on other sites More sharing options...
justoneweek Posted December 16, 2012 Author Share Posted December 16, 2012 when I'm here http://nooi.it/9.jpg how can I see if My account block on footer is before CMS block? Link to comment Share on other sites More sharing options...
yaniv14 Posted December 16, 2012 Share Posted December 16, 2012 (edited) In Modules -> Positions don't do a search by module, in the "show" choose all modules and than check the footer (just scroll down until you see the footer) Edited December 16, 2012 by yaniv14 (see edit history) Link to comment Share on other sites More sharing options...
justoneweek Posted December 16, 2012 Author Share Posted December 16, 2012 ah ok - Perfect! many thanks! Link to comment Share on other sites More sharing options...
sddqshahid Posted December 17, 2012 Share Posted December 17, 2012 code worked for me as well thanks Link to comment Share on other sites More sharing options...
Recommended Posts