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

  • SEARCH
  • Home
  • 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 9079481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:50:46+00:00 2026-06-16T19:50:46+00:00

Within our magento site we have the root category for the shop (this is

  • 0

Within our magento site we have the root category for the shop (this is just “default category”). Under this we have set-up some top-level categories (let’s for example call these “electronics” and “furniture”), with a bunch of sub categories.

So as an example our category structure might be

  • Electronics
    • DVD players
    • MP3 Players
    • Computers
  • Furniture
    • 3 Piece’s
    • Armchairs
    • Tables
    • Sofabeds

I have managed to edit the layout/template for the “sub categories” such as “dvd players” so that we display a custom product list view.

Now what we want to do, is for the top level categories (the very first categories under the root category), is display a custom grid of all the subcategories and their associated thumbnail images, not the product list!

How do i assign a completely different template just for those top level categories?

If someone could provide an insight on how to do this and the step’s we need to take (i should be ok with the code itself, its just how to implement it such as custom modules and templates)

Thanks

  • 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-06-16T19:50:48+00:00Added an answer on June 16, 2026 at 7:50 pm

    Sounds like you want a custom page layout that you can apply to your top level categories. A page layout is essentially a named page template that you can select in a dropdown to apply to products or categories.

    To define a layout, add it in the global/page/layouts node of a module’s config.xml, like so:

    <global>
        <page>
            <layouts>
                <my_custom_layout_name translate="label">
                    <label>My Custom Layout</label>
                    <template>page/my-custom-layout.phtml</template>
                    <layout_handle>my_custom_layout</layout_handle>
                </my_custom_layout_name>
            <layouts>
        <page>
    <global>
    

    Then you just need to create the page/my-custom-layout.phtml template file somewhere in the app/design template fallback chain.

    The layout_handle node specifies the name of a new layout handle that will be added to any page that uses this layout, allowing you to target it in layout XML files with a <my_custom_layout> node.

    The .phtml file you’re referencing will be the template for the entire HTML page, so it should include <html>, <head>, <body> tags and anything else you’d find in one of the default page/*.phtml templates (1column, empty, 2columns-left, etc). Between this and targeted layout XML, you can completely customize this page from scratch.

    The final step is just to select this new layout under the “Custom Design” tab when editing each of your parent categories in Catalog->Manage Categories. If you don’t see your layout in the dropdown, make sure your XML is configured properly (see app/code/core/Mage/Page/etc/config.xml for reference) and refresh your cache.

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

Sidebar

Related Questions

We have various teams building Silverlight applications within our organisation. We have just started
We have a project that is stored within our TFS server and some files
We are using a mod rewritten URL within our PHP site, this is the
We have set up log4net within our current project to use the AdoNetAppender to
Should we be able to just reference the Telerik DLLs within our project, set
We are adding some FAQs to multiple portals within our DotNetNuke site using an
we have reviewed our magento performance. And it is OK, within limits now ;)
We have a set of locations within our product where BigInteger is required as
I'm currently trying to set up multistores for a magento site on our dev
I just found an odd behavior within our application. We have a rich:tabPanel switchType=ajax

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.