General Topics > E-Commerce Laws
Copyright notice removal license
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:
--- Quote from: CoolSurfer on January 06, 2016, 04:03:43 AM --- Thanks for the tip to remove powered by
--- End quote ---
Hello. What tip you use?
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
--- Code: ---<?php echo $text_project_label; ?>
--- End code ---
should look like this after the change
--- Code: --- <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>
--- End code ---
style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name; ?></a>
Basara:
thank you, CoolSurfer
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.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version