Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Hi,
You can it to do with simply inserting in catalog/view/theme/default/template/common/menu.twig after line 25
Code: Select all
{% endfor %}
Code: Select all
<li><a href="{{ contact }}">{{ text_contact }}</a></li>
somewhere in file catalog/controller/common/menu.php
after the:
Code: Select all
$this->load->model('catalog/product');
Code: Select all
$data['contact'] = $this->url->link('information/contact');
but of course it the best way to do this using vqmod or ocmod.
Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
yes you are rightstraightlight wrote: ↑Thu Oct 26, 2017 9:38 pmThe above would not be outputted since the controller has not been defined to use the contact key nor the contact text.

Sorry little bit late.

Good luck
Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: Google [Bot], Majestic-12 [Bot], thbr02 and 40 guests