Author Topic: Copyright notice removal license  (Read 109975 times)

Offline CoolSurfer

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +2/-2
    • View Profile
Re: Copyright notice removal license
« Reply #15 on: January 06, 2016, 04:03:43 AM »
 Thanks for the tip to remove powered by, but just noticed in the final invoice which comes in email, there is still powered by abantecart.
Can u guide how to remove that?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Copyright notice removal license
« Reply #16 on: January 06, 2016, 08:39:03 AM »
Thanks for the tip to remove powered by

Hello. What tip you use?

Offline CoolSurfer

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +2/-2
    • View Profile
Re: Copyright notice removal license
« Reply #17 on: January 06, 2016, 09:02:49 AM »
To remove Abantecart from right bottom of pages use the below
stgorefront>controller> common> footer.php
========================================================================
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> ';

===========================================================================


to remove the same from emails

Storefront>view>default>template>mail>order_confirm.tpl
remove the line after this , low down remove line no 141 - remove below

Code: [Select]
<?php echo $text_project_label?>
should look like this after the change

Code: [Select]
<td class="align_center"
    style="font-size: 10px; border-top: 1px solid #069; text-decoration: none; color: #374953;">
<a href="<?php echo $store_url?>"
   style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name?></a>

</td>
</tr>

style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name; ?></a>

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Copyright notice removal license
« Reply #18 on: January 11, 2016, 12:49:26 AM »
thank you, CoolSurfer

Offline pakfones

  • Newbie
  • *
  • Posts: 11
  • Karma: +1/-0
    • View Profile
Re: Copyright notice removal license
« Reply #19 on: April 01, 2016, 12:05:36 PM »
Thanks dahili its working tested. i have changed to custom name after reading this post. i know already this method but not conform where exactly in AbanteCart. Thanks to AbanteCart Team for conforming that wen change Powered by text to custom text and link.

Offline NitroSat

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-1
    • View Profile
Re: Copyright notice removal license
« Reply #20 on: June 05, 2016, 12:20:28 PM »
Thanks  tested its operation. i moved to custom name after reading this post. I already know this method, but conform exactly where the AbanteCart. Thanks to AbanteCart team to conform to the change wen Powered by text for custom text and link.

excellent, congratulations my dear friend!

Worked perfectly.
I not modified anything beyond what you teach ..
I was certain amount of skill on your part ..
I thank you for myself and for all the group.
Thanks for your time and do my best regards
at
NitroSat ;D
« Last Edit: June 05, 2016, 11:10:56 PM by NitroSat »

Offline cricketabhi

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Copyright notice removal license
« Reply #21 on: July 30, 2016, 09:23:49 AM »
Thanks. it works.

remove <?php echo $text_project_label ?>
in <section class="copyrightbottom align_center">

Offline scorpbond

  • Newbie
  • *
  • Posts: 32
  • Karma: +2/-1
  • BlackPantherInternational
    • View Profile
    • Black Panther International Shopping Portal
Powered by removal in v1.2.8
« Reply #22 on: August 18, 2016, 01:15:58 AM »
In this new version unable to remove Powered By Footer. Tried the given method but only changed when we view the product page. Please update if anyone know. Troubleshoot guide in AbanteCart is also for earlier versions. No guidance for new v1.2.8.
Regards.
Abhinav Mishra
For: BlackPantherInternational

Offline tanluan

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-1
    • View Profile
Re: Copyright notice removal license
« Reply #23 on: October 14, 2016, 05:06:27 AM »
Hi all,
I'm using version 1.2.8. I followed the guideline some discussion above but can not remove this one.
Pls help review and help me know how to remove this one.

Thanks so much

Offline digitalt

  • Full Member
  • ***
  • Posts: 116
  • Karma: +20/-0
    • View Profile
Re: Copyright notice removal license
« Reply #24 on: October 14, 2016, 06:38:49 AM »
Easiest way is to just get Whitelabel https://marketplace.abantecart.com/whitelabel-abantecart-remove-labels-from-footer

It's worth the $15 and it allows you to change the text to whatever you want. 

Offline tanluan

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-1
    • View Profile
Re: Copyright notice removal license
« Reply #25 on: October 16, 2016, 09:55:17 PM »
I solved this one already.
everyone can refer to my way to solve this
Open footer file
delete row 35-53
Done

 

Powered by SMFPacks Social Login Mod