Project Home
Manuals
Contact Us
Download
Demo
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
AbanteCart v
1.4.0
is released.
Home
Help
Search
Calendar
Login
Register
AbanteCart Community
»
eCommerce construction
»
Templates
»
How to remove Powered By: AbanteCart on v1.4.0
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to remove Powered By: AbanteCart on v1.4.0 (Read 4265 times)
G. O.
Jr. Member
Posts: 71
Karma: +4/-0
How to remove Powered By: AbanteCart on v1.4.0
«
on:
August 13, 2024, 10:31:23 AM »
Hello,
Without going to marketplace and download white Lebel, How to remove Powered By: AbanteCart on v1.4.0 ?
still we can edit the footer.php as in the previous versions and edit the code or not?
Logged
Thank you...
G.O.
Basara
Administrator
Hero Member
Posts: 5987
Karma: +284/-2
Re: How to remove Powered By: AbanteCart on v1.4.0
«
Reply #1 on:
August 15, 2024, 05:42:15 AM »
Hello.
Yes, you can edit footer.php or your theme
Logged
Please
rate your AbanteCart experience
or
leave your review
G. O.
Jr. Member
Posts: 71
Karma: +4/-0
Re: How to remove Powered By: AbanteCart on v1.4.0
«
Reply #2 on:
August 15, 2024, 06:46:33 AM »
Hello guys!
For those who would like to edit the code correct way here is the methods:
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://www.yourwebsite.com>Your Company Name</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>
Logged
Thank you...
G.O.
Nuno Neff
Full Member
Posts: 237
Karma: +28/-10
Re: How to remove Powered By: AbanteCart on v1.4.0
«
Reply #3 on:
August 18, 2024, 06:08:44 AM »
I solved the problem just by removing from extensions/novator/storefront/view/novator/template/common/footer.tpl
Remove this and its done:
<div class="w-100 d-flex text-white text-opacity-75 my-4 flex-nowrap"><?php echo $text_project_label ?></div>
Logged
sabrina199x
Newbie
Posts: 1
Karma: +0/-0
Re: How to remove Powered By: AbanteCart on v1.4.0
«
Reply #4 on:
October 16, 2024, 09:57:28 PM »
To remove Powered By: AbanteCart from your v1.4.0 store without downloading a white label, access the footer.php file, find the text Powered By: AbanteCart, and remove or comment it out. Save the changes and refresh your store.
Logged
Print
Pages: [
1
]
« previous
next »
AbanteCart Community
»
eCommerce construction
»
Templates
»
How to remove Powered By: AbanteCart on v1.4.0
Powered by SMFPacks Social Login Mod