I installed abante using installatron in both sites. But will try to check the above suggested ... this caputa issue is on both the sites ...
AbanteCart v1.4.3 is released.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu<?php echo $text_project_label; ?>
<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>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);
}
From <http://forum.abantecart.com/index.php/topic,134.0.html>
[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]