Answer the question
In order to leave comments, you need to log in
OpenCart how to add subcategories?
Hello, there was such a question with opencart:
I display on the pages of product categories - categories with the following code:
<?php if ($categories) { ?>
<?php foreach (array_chunk($categories, ceil(count($categories) / 4)) as $categories) { ?>
<?php foreach ($categories as $category) { ?>
<li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a> </li>
<?php } ?>
<?php } ?>
<?php } ?>
Answer the question
In order to leave comments, you need to log in
get subsections in controller with getCategories() and display in template with child foreach
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question