Author Topic: link abantecart  (Read 1759 times)

Offline Danid

  • Newbie
  • *
  • Posts: 15
  • Karma: +2/-0
    • View Profile
link abantecart
« on: April 12, 2021, 10:03:45 AM »
How can I change the text or link of Abantecart?

Offline timlight10

  • Full Member
  • ***
  • Posts: 124
  • Karma: +15/-1
    • View Profile
    • Dedicated Presentation Solutions
Re: link abantecart
« Reply #1 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.

Offline Danid

  • Newbie
  • *
  • Posts: 15
  • Karma: +2/-0
    • View Profile
Re: link abantecart
« Reply #2 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.
:)

 

Powered by SMFPacks Social Login Mod