AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Danid on April 12, 2021, 10:03:45 AM

Title: link abantecart
Post by: Danid on April 12, 2021, 10:03:45 AM
How can I change the text or link of Abantecart?
Title: Re: link abantecart
Post by: timlight10 on April 12, 2021, 10:44:16 AM
You'd have to modify the PHP code directly, or you can use this extension: https://marketplace.abantecart.com/whitelabel?keyword=whitelabel. Although I did not have a good experience with the developer, so purchase at your own risk.
Title: Re: link abantecart
Post by: Danid on April 12, 2021, 11:32:00 AM
Thanks I was able to do it, from storefront / view / your-theme-name / template / common I deleted the lines:
<section class = "copyrightbottom align_center">
<h2 class = "hidden"> & nbsp; </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>
And with firefox inspector I modified them with the text and link that I wanted to put.
:)