Jump to content

Removing "powered by PrestaShop"


Recommended Posts

I want to remove the "powered by PrestaShop" in the footer of my theme.

 

I've gone into the Admin and de-selected the Display "Powered by PrestaShop"  option within the CMS Block module, but it still appears.

 

I've also searched for the BlockCMS.tpl file, but apparently my theme does not have one.

 

Is there any other way to remove that from the footer?

 

Thank you.

Link to comment
Share on other sites

Walidon: I looked at that .tpl file within the /modules folder. Towards the bottom there was this line:

 

            {if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a class="_blank" href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

 

I removed everything, only leaving the {if $display_poweredby}{/if}. The "powered by PrestaShop" still appears.

 

Vekia: That option is unchecked in my Admin. It still appears.

Link to comment
Share on other sites

Walidon: I looked at that .tpl file within the /modules folder. Towards the bottom there was this line:

 

            {if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a class="_blank" href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

 

I removed everything, only leaving the {if $display_poweredby}{/if}. The "powered by PrestaShop" still appears.

 

Vekia: That option is unchecked in my Admin. It still appears.

 

 

you use default theme? 

after changes it is worth to recompile theme (adv. parameters > performance tab)

Link to comment
Share on other sites

hello

 

can you confirm:

- themes/YOUR_THEME/modules/blockcms/blockcms.tpl file exists and you changed this file

 

if so, please go to the adv. paramters > performance tab in your back office

then clear shop cache and temporarily turn on force compilation

 

then refresh your website front office 

 

does the powered by text appear now ?

Link to comment
Share on other sites

Vekia:

 

I do not have a themes/YOUR_THEME/modules/blockcms/blockcms.tpl file. I don't even have a themes/YOUR_THEME/modules/blockcms/ folder.

 

I DO have a public_html/modules/blockcms folder. Does that make a difference?

 

Should I go ahead and do the rest that you recommended in your last message?

 

Thank you.

Link to comment
Share on other sites

dear rgwhitaker,

 

You definitely have a themes folder in your prestashop installation folder! in your case

 

YOUR-THEME = the name of the theme that you are using. A fresh installation of prestashop has the default theme which can be found in your case in public_html/themes/default/

 

so to find the appropriate folder yours will be

public_html/themes/default//modules/blockcms/blockcms.tpl

 

I attached the picture that shows you excactly what to do

 

step1: the root of your prestashop installation where the theme folder is.

step2: the theme folder components (you have the default theme and if you have other themes.

step3: the modules folder in the default theme. where all the modules of your theme are

step4: the blockcms, where the blockcms.tpl is

 

do the same for your current theme if you are not using the deafult

post-723372-0-10635200-1388999042_thumb.png

Link to comment
Share on other sites

Walidon:

 

I am not using the default theme. I'm using a purchased theme. And on my server, the folder (found off the /public_html folder) is /themes/theme520/modules. For some reason my purchased theme is called "theme520." And off that /modules folder, there is no blockcms folder.

 

Benjamin:

 

If I look on my server, the topmost folder is obviously the /public_themes folder. Within that folder there is a /themes folder. Within the /themes folder are the following folders:

 

/cache

/css

/img

/js

/lang

/modules

 

Again, within the /public_html/themes/modules folder there is no blockcms folder.

Link to comment
Share on other sites

×
×
  • Create New...