Answer the question
In order to leave comments, you need to log in
Opencart, Category menu (drop down catalog of products): where to edit?
You need to edit the drop-down menu of product categories. The header template has the following:
<div class="header-bottom">
{{ headerleft }} {{ menu }}
{% for module in modules %}
{{ module }}
{% endfor %}
$data['headerleft'] = $this->load->controller('common/headerleft');
Answer the question
In order to leave comments, you need to log in
And not in menu.twig?
Option two, if this is a menu in modules, then: folder_with_theme (default or current) / template / extension / module, there you need to shovel all the modules, see in the OC admin panel which modules are connected in the Design -> Layouts section, this will reduce the options.
In general, after all, first of all, see template/common/menu.twig
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question