TheGForce Posted August 26, 2013 Share Posted August 26, 2013 I do not intend to use the 'Specials' on the bottom line, but I cannot find out how to remove from my website. My version is 1.5.3.1 Link to comment Share on other sites More sharing options...
Paulito Posted August 26, 2013 Share Posted August 26, 2013 Good morning, If you mean remove the "specials" link from the footer you need to go to your database via cpanel or ftp and edit this file public_html/your theme/modules/blockcms/blockcms.tpl and {* COMMENT OUT *} around line 50 {*<li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>*} Hope this helps Paul 1 Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 Yea Paulito has got right, this is the only way to remove prices drop (specials) link from footer. But remember that sometimes, especially when you use non-default theme, this link is a part of external solution (not default prestashop block cms module). So in cases like this remember to inform us what theme you use, it will be really helpfull for us ps. while you work on your theme, make sure that you've got force compilation turned to ON and cache turned OFF. It's not necessary but it is good practice. When everything will be ready, turn cache ON and trun force comilation OFF. Link to comment Share on other sites More sharing options...
Recommended Posts