Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

third level menu not working in opencart 2.0.3.1 #34

Open
JSON12345 opened this issue Jan 14, 2016 · 1 comment
Open

third level menu not working in opencart 2.0.3.1 #34

JSON12345 opened this issue Jan 14, 2016 · 1 comment

Comments

@JSON12345
Copy link

hi sir,
i am trying to implement third level menu in website but category.tpl is not working properly
plz help me in that
my email is [email protected]

the code is 👍

   - 0){ ?>
                    <ul> 
                           <?php foreach ($child['children_lv3'] as $child_lv3) { ?>
                           <li><a href="<?php echo $child_lv3['href']; ?>"><?php echo $child_lv3['name']; ?></a></li>
                            <?php  } ?>
                        </ul>
                    <?php } ?>

   -

@rejas
Copy link
Contributor

rejas commented Jan 14, 2016

could you provide better samples for your code and what is not working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants