General Topics > General Discussion

how to remove powered by :abantecart

<< < (2/3) > >>

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

--- End quote ---
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 ?>

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod