Yes, that could be done with multiple ways; either with VQMod, OCMod, the override engine or with JS files.
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.
Last edited by kestas on Thu Oct 26, 2017 9:40 pm, edited 1 time in total.
Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here
The above would not be outputted since the controller has not been defined to use the contact key nor the contact text.
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
The text definition step has not been mentioned to be set in the language definition file of information/contact,php. 

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: MSN [Bot] and 35 guests