V
V
Vitaly2018-08-22 18:49:20
opencart
Vitaly, 2018-08-22 18:49:20

I don't understand where to look for the file in opencart 2?

Good afternoon. I'm trying to Russify the template for opencart 2.2. It was possible to Russify the menu for desktops, but it’s impossible to figure it out with the mobile one: replace CATEGORIES with CATEGORIES and understand for what reason the categories of goods removed from the desktop version hang in the drop-down menu.
The code is as follows:
<?php echo 'categories'; ?>
<?php echo $_menu ?>
<?php echo $hozmegamenu; ?>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zoozag, 2018-08-22
@zoozag

<?php echo 'categories'; ?> replace with <?php echo 'categories'; ?>
<?php echo $_menu ?> - here is the output of one menu
<?php echo $hozmegamenu; ?> - here is the output of another
one you changed, now edit the second

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question