1
Support / Re: removing the powered by AbanteCart Cart from the bottom right hand side
« on: August 15, 2016, 10:46:23 AM »
Hi all,
Simpy find these codes in /storefront/view/default/template/common/footer.tpl then delete the line <?php echo $text_project_label ?>. This method will only delete the powered by AbanteCart... not the copyright.
<section class="copyrightbottom align_center">
<h2 class="hidden"> </h2>
<div class="container-fluid">
<div class="pull-left mt5">
<?php echo ${$children_blocks[6]}; ?>
</div>
<div class="pull-right align_center">
<?php echo $text_project_label ?>
<br/>
<?php echo $text_copy; ?>
</div>
<div class="pull-right mr20 mt5">
<?php echo ${$children_blocks[7]}; ?>
</div>
</div>
</section>
Simpy find these codes in /storefront/view/default/template/common/footer.tpl then delete the line <?php echo $text_project_label ?>. This method will only delete the powered by AbanteCart... not the copyright.
<section class="copyrightbottom align_center">
<h2 class="hidden"> </h2>
<div class="container-fluid">
<div class="pull-left mt5">
<?php echo ${$children_blocks[6]}; ?>
</div>
<div class="pull-right align_center">
<?php echo $text_project_label ?>
<br/>
<?php echo $text_copy; ?>
</div>
<div class="pull-right mr20 mt5">
<?php echo ${$children_blocks[7]}; ?>
</div>
</div>
</section>