Jump to content

Please help me - How do I remove "Shop powered by PrestaShop"


Recommended Posts

oh my god...

 

you said that you want to remove:

 

 

How do I remove "Shop powered by PrestaShop"?

but don't said that you want to remove it from facebook....

ALWAYS Explain exactly what you mean to avoid confusion.

 

 

you have to define meta descriptions in preferences > seo & urls tab, near "index" click on edit button, then define all meta fields there

  • Like 4
Link to comment
Share on other sites

  • 7 months later...
  • 6 months later...
  • 8 months later...

Hello, I've tried the solutions posted here and it works but just with localhost. 

When I tried with FTP, nothing happens, i.e., blank page.

Anyone knows why this happen? I need a solution urgently.

 

Thanks.

Link to comment
Share on other sites

Go to  public/"your_theme_folder"/modules/blockcms/blockcms.tpl and change the powered by or remove the code. 

 

Your code will look like this....

 

<section class="bottom-footer col-xs-12">
<div>
© 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class=_blank" href="http://www.prestashop.com"&gt]}
</div>
</section>
 
 
Do the following steps
 
1) sprintf=['PrestaShop™'] = sprintf=['your_title']
 
2) href="http://www.prestashop.com" = href="your_website_link"
 
Thats all....
Link to comment
Share on other sites

  • 5 months later...
×
×
  • Create New...