News:

AbanteCart v1.4.2 is released.

Main Menu

Copyright notice removal license

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

Previous topic - Next topic

CoolSurfer

 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?

Basara


CoolSurfer

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

<?php echo $text_project_label?>

should look like this after the change

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

Basara


pakfones

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.

NitroSat

#20
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

cricketabhi

Thanks. it works.

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

scorpbond

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

tanluan

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

digitalt

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. 

tanluan

I solved this one already.
everyone can refer to my way to solve this
Open footer file
delete row 35-53
Done

Forum Rules Code of conduct
AbanteCart.com 2010 -