News:

AbanteCart v1.4.2 is released.

Main Menu
support

how to remove powered by :abantecart

Started by shyamdash, October 03, 2012, 12:55:13 PM

Previous topic - Next topic

shyamdash

will you guide me how remove the powerby : abantecart in store front...

garo

#1
Hi, go to     /storefront/view/default_html5 or default/template/common/footer.tpl  line 33-35 and remove that 2 lines.

samsha54

100 % it is removeable and changeable contact me . . . . . . .

any thing else

allinone

can you just post it here how can i remove the powered by pleaseeeeeeeeee

bubblegumweb

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

skinnybird

Help needed..
I am also trying to remove powered by but have no success. I have tried but nothing seems to be working..

Basara

Quote from: skinnybird 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..
Hello. Please check extension solution see topic

cbarg2004

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

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.
------------------------------------------------------------------------------*/

Adigun Nurudeen

Just look for this line of php code and delete    <?php echo $text_project_label ?>

rjoysoftwares1

where can i find this?


Quote from: bubblegumweb 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

YsaacD

Quote from: Adigun Nurudeen on September 24, 2019, 08:22:55 AM
Just look for this line of php code and delete    <?php echo $text_project_label ?>
It worked. Thanks!

floraoliviaa



martinx7


Forum Rules Code of conduct
AbanteCart.com 2010 -