Answer the question
In order to leave comments, you need to log in
How to change menu in opencart?
There is this code in the file catalog\view\theme\coloring\template\common\header.tpl
<div id="header-menu">
<?php if ($header_menu_toggle) {?>
<?php foreach ($header_menu as $item) { ?>
<a class="btn" href="<?php echo $item['link'][$language_id]; ?>"><span><?php echo html_entity_decode($item['title'][$language_id], ENT_QUOTES, 'UTF-8'); ?></span></a>
<?php } ?>
<?php }?>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question