Jump to content

How to remove this Powered by


Recommended Posts

if you unchecked "powered by" in cms block and it still appear it might be the cache problem (clear cache in your prestashop - recompile the template), you should also check template files for this. Maybe it is hardcoded there. Go to themes / your_theme /

 

and open the: footer.tpl file

 

does it exist there?

Link to comment
Share on other sites

@vekia Yes there's footer.tpl file, and here's the source code

{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2011 PrestaShop SA
*  @version  Release: $Revision: 1.4 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}

       {if !$content_only}
               </div>

<!-- Right -->
               {if $page_name == 'index' OR $page_name == 'authentication' OR $page_name == 'order' OR $page_name == 'payment'}
                   {* no right sidebar *}
               {else}
               <div id="right_column" class="column">
                   {$HOOK_RIGHT_COLUMN}
               </div>
               <div class="clear"></div>
               </div>
               {/if}
           <div class="clear"></div>
           </div></div>

<!-- Footer -->
           <div id="footer"><div class="wrapper">

               {$HOOK_FOOTER}
           </div></div>
       </div>
   {/if}
   </body>
</html>

Link to comment
Share on other sites

so as you can see - there is no powered by prestashop string, so you should check the modules attached to the footer section, one by one (in my opinion you should check the last one from modules -> positions)

Link to comment
Share on other sites

I think that the best way is hire developer for it task. It task can take several minutes. This is very difficult to give answer without access for your server.

Alex, I agree with you again ;)

 

@vekia Yes there's 11 modules there

what modules you've got there, any module attached to the footer too?

Link to comment
Share on other sites

Prestashop Core Developers are smart; they put it in the blockcms module.

 

File:

/modules/blockcms/blockcms.tpl

line: 62 or there abouts.

 

Please follow the theme development guidelines when making the changes. Simply editing the file in the current location will only work until your next system update

 

Good luck

Link to comment
Share on other sites

Prestashop Core Developers are smart; they put it in the blockcms module.

 

File:

/modules/blockcms/blockcms.tpl

line: 62 or there abouts.

 

Please follow the theme development guidelines when making the changes. Simply editing the file in the current location will only work until your next system update

 

Good luck

 

unfortunately, alex mentioned about that in second post here

  • Like 1
Link to comment
Share on other sites

I've tried old school method, by disable and enable the modules, but no luck until now

 

I assume the string within theme/directory

 

@vekia i can share with you the theme if that's ok with you of course.

 

Let me know

Link to comment
Share on other sites

×
×
  • Create New...