chup Posted January 31, 2011 Share Posted January 31, 2011 im trying to remove the "Powered by PrestaShop™" in the footer, we use to be able to edit the tpl file in/modules/blockvariouslinks/blockvariouslinks.tpl.but this file is missing from the 1.4RC, any solution to this?Thanks! Link to comment Share on other sites More sharing options...
Pshopic Posted January 31, 2011 Share Posted January 31, 2011 Hi,You have to edit "/modules/blockcms/blockcms.tpl" file and find line 59. Link to comment Share on other sites More sharing options...
chup Posted February 1, 2011 Author Share Posted February 1, 2011 cool, does the trick! Link to comment Share on other sites More sharing options...
carvemore Posted February 4, 2011 Share Posted February 4, 2011 Quick add for all new folks like me.. this was driving me crazy..I changed it and nothing happened...I deleted the whole .tpl file nothing happened..looked in other module folders for the link nothing..then the light bulb...in Performance in the Admin area don't forget to ACTIVATE Force Compile if you have it turned off..worked no problem after that..LOL rough learning. Link to comment Share on other sites More sharing options...
Enoteca Posted February 25, 2011 Share Posted February 25, 2011 I haven't got a "blockcms" and a "Performance in the Admin area" either. How is that? Link to comment Share on other sites More sharing options...
bobmartinusa Posted March 19, 2011 Share Posted March 19, 2011 yes force complile does work verified that this solution works 100% Link to comment Share on other sites More sharing options...
cool cellphone case Posted March 24, 2011 Share Posted March 24, 2011 it works thank you very much Link to comment Share on other sites More sharing options...
xav_rios Posted April 14, 2011 Share Posted April 14, 2011 thanks! it worked perfectly Link to comment Share on other sites More sharing options...
sampsjp Posted April 23, 2011 Share Posted April 23, 2011 Quick add for all new folks like me.. this was driving me crazy..I changed it and nothing happened...I deleted the whole .tpl file nothing happened..looked in other module folders for the link nothing..then the light bulb...in Performance in the Admin area don't forget to ACTIVATE Force Compile if you have it turned off..worked no problem after that..LOL rough learning. AWESOME!! Link to comment Share on other sites More sharing options...
MobilePro Posted April 29, 2011 Share Posted April 29, 2011 Hi yall. I understand and have made the simple changes, deleted the files and have the force comply on and the cash on. still is here. http://www.signmeupjax.com.Also is there any addon or module that can allow the customer to use a text editor like in the product listing?I want my customers to be able to design online. Either way prestashop still rocks. been using it for two years now and love the program. Thanks yall in advance Link to comment Share on other sites More sharing options...
gg31337 Posted May 2, 2011 Share Posted May 2, 2011 MobilePro,I had the exact same problem as you for a while but I figured it out.The reason it won't go away is because you are using the prestashop_alt theme.In this theme, you actually have to go edit the theme files, not the module files.To do this, go to your themes directory and open your prestashop_alt folder.In there there should be a file called footer.tpl . All you have to do is comment out <!-- {l s='Powered by'} PrestaShop™ www.prestashop.com --!> On lines 42-44.You can just copy/paste the code above on those lines if you don't want to do it yourself.If you wanted to put your logo instead of the prestashop logo at the bottom of the page, you wouldn't comment out the first line (line 42). Then you just swap v2-logo.png with your image in the img folder located in the prestahop_alt main folder. Link to comment Share on other sites More sharing options...
Monji Posted May 3, 2011 Share Posted May 3, 2011 gg31337, i opened my footer.tpl on my alt template but it has no code like you mentioned. Can you help me? Here it is: Link to comment Share on other sites More sharing options...
gg31337 Posted May 3, 2011 Share Posted May 3, 2011 Thats odd. Well try commenting everything after "" to see if it changes anything.Otherwise, maybe if you replace everything you have after "" with this: <!-- {l s='Powered by'} PrestaShop™ www.prestashop.com --!> {l s='Sitemap'} {l s='Home'} getPageLink('contact-form.php', true)}">{l s='Contact us'} getPageLink('sitemap.php')}">{l s='Sitemap'} {l s='My account'} getPageLink('my-account.php', true)}" title="{l s='My account'}">{l s='My account'} getPageLink('history.php', true)}" title="{l s='Orders'}">{l s='My orders'} getPageLink('order-slip.php', true)}" title="{l s='Credit slips'}">{l s='My credit slips'} getPageLink('addresses.php', true)}" title="{l s='Addresses'}">{l s='My addresses'} getPageLink('identity.php', true)}" title="{l s='Information'}">{l s='My personal information'} {$HOOK_FOOTER} {/if} </body></html> Link to comment Share on other sites More sharing options...
Monji Posted May 5, 2011 Share Posted May 5, 2011 gg31337I'm sorry, but what does commenting mean? I am really new at this...And if that doesn't work, i should copy and paste all the commands in your previous answer?Thank you. Link to comment Share on other sites More sharing options...
irisht Posted May 30, 2011 Share Posted May 30, 2011 Other thing to try if this is not working is this ...I made those changes and still the Powered by Prestashop was showing. If you are using another template other than the standard Prestashop template - you must change the blockcms.tpl that comes with the tempplate - it is in template/modules/blockcmschanging the blockcms.tpl in the core Prestashop folder wil not workHope this helps someone and the support on the forum is a life saver! Link to comment Share on other sites More sharing options...
BobPour Posted June 13, 2011 Share Posted June 13, 2011 Quick add for all new folks like me.. this was driving me crazy..I changed it and nothing happened...I deleted the whole .tpl file nothing happened..looked in other module folders for the link nothing..then the light bulb...in Performance in the Admin area don't forget to ACTIVATE Force Compile if you have it turned off..worked no problem after that..LOL rough learning. Saved my life thnx Link to comment Share on other sites More sharing options...
jpadvertising Posted August 2, 2011 Share Posted August 2, 2011 I tried so many of these posts on 1.4.4 and none worked. I ended up using the theme I am using going to module that was published called TMFOOTERLINKS modules/tmfooterlinks/tmfooterlinks.tpl changed the 'powered by' there and success! 1 Link to comment Share on other sites More sharing options...
applefreak Posted September 10, 2011 Share Posted September 10, 2011 I tried so many of these posts on 1.4.4 and none worked. I ended up using the theme I am using going to module that was published called TMFOOTERLINKS modules/tmfooterlinks/tmfooterlinks.tpl changed the 'powered by' there and success! Thanks alot. It worked for me! Link to comment Share on other sites More sharing options...
davewgill Posted March 11, 2012 Share Posted March 11, 2012 I tried so many of these posts on 1.4.4 and none worked. I ended up using the theme I am using going to module that was published called TMFOOTERLINKS modules/tmfooterlinks/tmfooterlinks.tpl changed the 'powered by' there and success! worked for me too...I had tried everything else...!!! Cheers. Link to comment Share on other sites More sharing options...
EGBee Posted June 8, 2013 Share Posted June 8, 2013 It's so easy! Go to Modules > CMS Block > Under the Footer information add the following and change it according to your need. <br> <p>Developed by: <a href="http://www.yourname.com" title="Powered by Yourname.com" target="_blank">Yourname.com It's so easy! Go to Modules > CMS Block > Under the Footer information add the following and change it according to your need. <br> <p>Developed by: <a href="http://www.yourname.com" title="Powered by Yourname.com" target="_blank">Yourname.com 1 Link to comment Share on other sites More sharing options...
vekia Posted June 8, 2013 Share Posted June 8, 2013 a little bit old topic and solved but thanks for your suggestions :-) Link to comment Share on other sites More sharing options...
EGBee Posted June 9, 2013 Share Posted June 9, 2013 (edited) Yeah but i added my way on how to do it. Also this might help for all the newbees nah.. Edited June 9, 2013 by Shazmin (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts