karrapo Posted November 20, 2011 Share Posted November 20, 2011 hi I want to remove the power by Presta shop copyrights at the footer. I went to the themes/theme241/modules/blockcms/blockcms.tpl and editing it below is the code I edited After deleting the powered by presta shop copyrights text and html tag..still it shows in the webiste. Please let me know what Im doing wrong <!-- MODULE Block footer --> <ul id="footer_links"> {if !$PS_CATALOG_MODE}<li><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if} <li><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> {if !$PS_CATALOG_MODE}<li><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if} {if $display_stores_footer}<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <li><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} </ul> <!-- /MODULE Block footer --> Link to comment Share on other sites More sharing options...
Pshopic Posted November 20, 2011 Share Posted November 20, 2011 Hi, go to back office>>Preference>>Performance. Click to "Yes" for "Force Compile" and click to "No" for "Cache". Then refresh your site and you will see difference Link to comment Share on other sites More sharing options...
karrapo Posted November 20, 2011 Author Share Posted November 20, 2011 I did that but still it is not showing at all.... Link to comment Share on other sites More sharing options...
Dave L Posted November 20, 2011 Share Posted November 20, 2011 Why not just go to Modules>Front office features> CMS block, configure and un-check the Display "Powered by Prestashop" option 2 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