Page 1 of 1
footer information edit
Posted: Thu Nov 05, 2020 5:05 am
by algis789
Hi, I want to change the footer link information, but I can't find how, can you help?

Re: footer information edit
Posted: Thu Nov 05, 2020 9:17 am
by IP_CAM
Next time, better create an image in the default english Language,
so one can find out, what section you would like to be changed ....
Other than that, to find out, what's required for such, just download a few
free Extensions, related with changes/additions in the Footer Section, to
find out, where you have to change some Code ...
Ernie
Re: footer information edit
Posted: Thu Nov 05, 2020 7:58 pm
by khnaz35
IP_CAM wrote: ↑Thu Nov 05, 2020 9:17 am
Next time, better create an image in the default english Language,
so one can find out, what section you would like to be changed ....
Looks like OP want to edit the default OC theme and footer section as well as account login page (index.php?route=account/login)
Re: footer information edit
Posted: Thu Nov 05, 2020 8:55 pm
by straightlight
With events.
Re: footer information edit
Posted: Thu Nov 05, 2020 9:25 pm
by JNeuhoff
Well, it most likely would require a modification of the controller file
catalog/controller/common/footer.php and the template at
catalog/view/theme/default/template/common/footer.twig. And rather than modifying these core files directly, it should be done via
event handlers. Or (less elegant) via
OCmod.