Jump to content

[SOLVED] Module/Block - Special/New Products/Top Seller


Recommended Posts

Rocky,

So sorry to confuse you. This is my site www.mybeautybody.com
I would like to remove the links at the bottom/footer such as:-

Powered by PrestaShop™, Installed by Installatron

and also

Template prestashop - E-commerce Mag - Enseignes Publicitaires - tensiometre

Link to comment
Share on other sites

Edit themes/13violet/footer.tpl and delete the delete lines 21-33:






<!-- Il est interdit de modifier les lignes qui suivent sous peine de poursuite --><a href="http://shop.ddlx.org" target="_blank">Template prestashop 
- <a href="http://www.e-prestashop.com" target="_blank">E-commerce Mag 
- <a href="http://www.tgdiffusion.fr/enseignes/" target="_blank">Enseignes Publicitaires
- <a href="http://www.medicnet.fr/" target="_blank">tensiometre


Link to comment
Share on other sites

Perfect!!

How about this?

"Bottom/Footer"
Specials | New productsTop sellers | Contact us | PenghantaranTerma & SyaratMengenai Kami | Powered by PrestaShop™, Installed by Installatron

Instead of disable Footer links block v0.1

Can I just delete some of the link like "Powered by PrestaShop™, Installed by Installatron" and keep the rest?

Link to comment
Share on other sites

That text is coming from the blockvariouslinks module, but I can't figure out where. I checked the one in the modules directory, but it doesn't have that text. I guess the theme must be overriding it, but I can't find themes/13violet/modules/blockvariouslinks/blockvariouslinks.tpl. You'll need to search your theme's directory (and maybe the modules directory too) for "Installed by Installatron" to figure out where it is.

Link to comment
Share on other sites

Rocky,

This is the contents in "modules/blockvariouslinks/blockvariouslinks.tpl"

***
<!-- MODULE Block various links -->


<!-- /MODULE Block various links -->
***
I've tried to remove earlier "{l s='Powered by' mod='blockvariouslinks'} PrestaShop
" but it still the same.
Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...

intallaron, places this code in the top of your config/config.inc.php file.

 

<?php if(!function_exists("__ics")){ob_start();?>$0, <a href='http://installatron.com/apps/prestashop' target='_blank' title='Installatron enables webmasters to instantly install and upgrade PrestaShop and other web applications.'><?php
switch (mt_rand(0,2))
{
case 0:echo "Automated by Installatron";break;
case 1:echo "Powered by Installatron";break;
case 2:echo "Installed by Installatron";break;
}
?></a><?php define("__ICV",ob_get_contents());ob_end_clean();function __ics($b,$m){return preg_replace('!powered\\s+by\\s+<a[^<]+</a>(?:.trade.)?!sim',__ICV,$;} ob_start("__ics");}?><?php

 

I don't know if you delete this code if your system will crash or run normally.

Link to comment
Share on other sites

×
×
  • Create New...