Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7050955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:12:23+00:00 2026-05-28T03:12:23+00:00

Hey guys, I’m wondering if anyone can help me extend this bit of code-

  • 0

Hey guys, I’m wondering if anyone can help me extend this bit of code-

<h3>Browse by Category:</h3>

<ul>
<?php
$obj = new Mage_Catalog_Block_Navigation();
$store_cats = $obj->getStoreCategories();
$current_cat    = $obj->getCurrentCategory();

$current_cat    = (is_object($current_cat) ? $current_cat->getName() : '');

foreach ($store_cats as $cat) {
        if ($cat->getName() == $current_cat) {
        echo '<li><a href="'.$this->getCategoryUrl($cat).'">'.$cat->getName()."</a><ul>";
        foreach ($obj->getCurrentChildCategories() as $subcat) {
            echo '<li><a href="'.$this->getCategoryUrl($subcat).'">'.$subcat->getName()."</a></li>";
        }
        echo "</ul></li>";
    } else {
        echo '<li><a href="'.$this->getCategoryUrl($cat).'">'.$cat->getName()."</a></li>";
    }
}
?>
</ul>

Currently, this opens the subcats on a new page upon clicking(which is good). I have subcats inside subcats, but those never show up.(on the second page)

So This is as far as I’ll get-

Parent  
-sub  
Parent  
-sub  

But I need :

Parent  
-sub  
---sub  
---sub  
---sub  
-sub  
---sub  
---sub  
---sub  

Can anyone help? 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:12:24+00:00Added an answer on May 28, 2026 at 3:12 am

    Old Question- I have rebuilt the navigation since then. If anyone needs help feel free to ask.

    EDIT –

    I found Rico’s “Vertical Navigation with CSS Classes” to suit our needs best, with a little modification of the css. It worked right out of the box, and updates depending on the order of our backend categories. He did a great job in allowing the depth of the sub-categories to be opened via the control panel.

    The URL can be found here. It’s free, and is supported up to 1.5 :

    http://www.magentocommerce.com/magento-connect/vertical-navigation-with-css-classes.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey Guys, here is my code for this, the only help i get from
Hey guys, this bit of code works in IE but not in Chrome, any
hey guys, how can I just achieve this simple layout? I'm hoping the answer
Hey guys I'm running this code in Android: public ServiceServer(String serverName) { this.serverName =
Hey guys, I've struggled with this for a bit and don't seem to find
Hey guys! Was wondering is anyone had any suggestions on books or other resources
Hey guys can anybody help me with texture mapping in Direct3D C++. I have
hey guys can you please help me again, i want my restaurant system to
hey guys is this even possible to be done in php <?php $sectorcount =
Hey guys, I want to store a categorized list of URLs. This is an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.