News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Copyright notice removal license

Started by thisguy, March 21, 2012, 01:38:53 AM

Previous topic - Next topic

thisguy

Hi, I love your eCommerce solution, its great, thanks for everything you guys have done.  Additionally I would like to ask a question about removing Powered by: Abantecart.  I know this is copyrighted and probably illegal to remove without permission from the creators. However some Ecommerce sites allow for the purchase a removal license and my client might seek it.  Does AbanteCart offer a Copyright notice removal license?  Thanks

abantecart

#1
Thank you for your comments.

You can remove "Powered by: Abantecart" message from storefront and admin web pages. What you can not remove (as per AbanteCart license) is a copyright and license massages in the source files. These are in the heading of all the files. These messages are not visible to online users.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

warehousemonkey1993

Hi,

Just a suggestion why not say on your website ask for a donation to remove the Branding from the back and front panel of the shopping cart??

Ware House Monkey

abantecart

This is a good idea. We will see how we will do this.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

ryder4000

There isn't any explanation on how to remove the "Powered by AbanteCart"

buntheun


ruby19707

took code away but the powerd by abantecart still remains?

samsha54

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

sigfred103

#8
Just delete this line:

<div class="pull-right textright"> <?php echo $text_powered_by ?> <a href="..." onclick="window.open(this.href);return false;"
title="Ideal OpenSource E-commerce Solution">AbanteCart</a>
</div>

in this file: storefront>view>default_html5>template>common>footer.tpl

if you are using the default html 5 theme. I hope it helps.



eCommerce Core

Just to let everyone know. There is a whitelabel extension available for v1.1.8
You can put custom message instead of copyright. No coding needed.


"If you're in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent."
― Warren Buffett

llegrand

#10
Just installed that into my dev site - as first I thought it was not as full-featured as I had hoped.   I wanted to be able to have links.  The direction of Text caused me to think I could not use links.   However,  with testing I find can use HTML to add links, etc.  So all is good now.

Only caution would be that it you invoke this (turn it ON) you will need to have something in every field or make it blank.  ON impacts all the areas, Admin footer,  Store footer, email footer.

But for 10.00 bucks it's easier than having to find the code every time there is an update!

Thanks
Lee

keanu_reeves

can i use it on my local site and then upload it to main website? The  whitelabel extension

abantecart

Yes. Extensions license are for single live store installation.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

dahili

dear opensource coder friens  Powered by AbanteChart  removal is possible in
file storefront/controller/common/footer.php
at the bottom
change line
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://dahili.net>Dahili Net</a> ';



original  name and url crypted in function


function project_base() {
   $base = 'PGEgaHJlZj0iaHR0cDovL3d3dy5hYmFudGVjYXJ0LmNvbSIgb25jbGljaz0id2luZG93Lm9wZW4odGhpcy5ocmVm';
   $base .= 'KTtyZXR1cm4gZmFsc2U7IiB0aXRsZT0iSWRlYWwgT3BlblNvdXJjZSBFLWNvbW1lcmNlIFNvbHV0aW9uIj5BYmFudGVDYXJ0PC9hPg==';
   return base64_decode($base);
}



regards

CoolSurfer

[quote author=dahili link=topic=134.msg10662#msg10662 date=1405976438]
dear opensource coder friens  Powered by AbanteChart  removal is possible in
file storefront/controller/common/footer.php
at the bottom
change line
$this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
$this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://dahili.net>Dahili Net</a> ';



original  name and url crypted in function


function project_base() {
$base = 'PGEgaHJlZj0iaHR0cDovL3d3dy5hYmFudGVjYXJ0LmNvbSIgb25jbGljaz0id2luZG93Lm9wZW4odGhpcy5ocmVm';
$base .= 'KTtyZXR1cm4gZmFsc2U7IiB0aXRsZT0iSWRlYWwgT3BlblNvdXJjZSBFLWNvbW1lcmNlIFNvbHV0aW9uIj5BYmFudGVDYXJ0PC9hPg==';
return base64_decode($base);
}



regards
[/quote]


Done finally Thanks :)
Now i have to remove my website name there as it is now duplicated. :D

Forum Rules Code of conduct
AbanteCart.com 2010 -