Author Topic: how to remove powered by :abantecart  (Read 27751 times)

Offline shyamdash

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
how to remove powered by :abantecart
« on: October 03, 2012, 12:55:13 PM »
will you guide me how remove the powerby : abantecart in store front...

Offline garo

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: how to remove powered by :abantecart
« Reply #1 on: August 24, 2013, 12:57:22 PM »
Hi, go to     /storefront/view/default_html5 or default/template/common/footer.tpl  line 33-35 and remove that 2 lines.
« Last Edit: August 24, 2013, 12:59:01 PM by garo »

Offline samsha54

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-2
    • View Profile
Re: how to remove powered by :abantecart
« Reply #2 on: September 13, 2013, 02:32:16 AM »
100 % it is removeable and changeable contact me . . . . . . .

any thing else

Offline allinone

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: how to remove powered by :abantecart
« Reply #3 on: October 04, 2013, 12:31:00 AM »
can you just post it here how can i remove the powered by pleaseeeeeeeeee

Offline bubblegumweb

  • Full Member
  • ***
  • Posts: 100
  • Karma: +10/-1
    • View Profile
Re: how to remove powered by :abantecart
« Reply #4 on: November 03, 2013, 05:49:07 AM »
It is quite easy to do.

I didn't delete mine I just changed it, see the attachment. If you need any help PM me

Offline skinnybird

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: how to remove powered by :abantecart
« Reply #5 on: March 02, 2014, 10:03:55 AM »
Help needed..
I am also trying to remove powered by but have no success. I have tried but nothing seems to be working..

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile
Re: how to remove powered by :abantecart
« Reply #6 on: March 03, 2014, 02:42:57 AM »
Help needed..
I am also trying to remove powered by but have no success. I have tried but nothing seems to be working..
Hello. Please check extension solution see topic

Offline cbarg2004

  • Newbie
  • *
  • Posts: 14
  • Karma: +4/-0
    • View Profile
Re: how to remove powered by :abantecart
« Reply #7 on: March 15, 2014, 02:16:38 AM »
An easy solution is to hide that part of the footer. Open storefront/view/default_html5/stylesheet/style.css , find .copyrightbottom  and add display: none; It would end up something like:

/*Copyright Bottom*/
.copyrightbottom {
   display: none;
   background: #303030;
   padding: 15px 0;
   color: #969ba4
}

gordontaylor

  • Guest
Re: how to remove powered by :abantecart
« Reply #8 on: March 15, 2014, 10:00:37 AM »
Keep this in mind folks, it's ok to remove that from the footer, but you can NOT remove the copyright statements from the top of the php pages...that is a direct violation of the copyright.

Here is an example:

*------------------------------------------------------------------------------
  $Id$

  AbanteCart, Ideal OpenSource Ecommerce Solution
  http://www.AbanteCart.com

  Copyright © 2011-2014 Belavier Commerce LLC

  This source file is subject to Open Software License (OSL 3.0)
  License details is bundled with this package in the file LICENSE.txt.
  It is also available at this URL:
  <http://www.opensource.org/licenses/OSL-3.0>

 UPGRADE NOTE:
   Do not edit or add to this file if you wish to upgrade AbanteCart to newer
   versions in the future. If you wish to customize AbanteCart for your
   needs please refer to http://www.AbanteCart.com for more information.
------------------------------------------------------------------------------*/

Offline Adigun Nurudeen

  • Newbie
  • *
  • Posts: 1
  • Karma: +1/-0
    • View Profile
Re: how to remove powered by :abantecart
« Reply #9 on: September 24, 2019, 08:22:55 AM »
Just look for this line of php code and delete    <?php echo $text_project_label ?>

Offline rjoysoftwares1

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: how to remove powered by :abantecart
« Reply #10 on: March 14, 2020, 02:03:02 PM »
where can i find this?


It is quite easy to do.

I didn't delete mine I just changed it, see the attachment. If you need any help PM me

Offline YsaacD

  • Newbie
  • *
  • Posts: 1
  • Karma: +1/-0
    • View Profile
    • Certificado SSL
Re: how to remove powered by :abantecart
« Reply #11 on: March 14, 2020, 09:20:50 PM »
Just look for this line of php code and delete    <?php echo $text_project_label ?>
It worked. Thanks!

Offline floraoliviaa

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • https://appsgag.com/en
Re: how to remove powered by :abantecart
« Reply #12 on: February 13, 2021, 10:59:26 PM »
Is there any other solution?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5751
  • Karma: +273/-2
    • View Profile

Offline martinx7

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
    • PrezzoLand
Re: how to remove powered by :abantecart
« Reply #14 on: February 18, 2021, 04:17:45 AM »
Try CSS or delete lines with that code

 

Powered by SMFPacks Social Login Mod