Search code examples
adobebusiness-catalyst

Show Sub-Catalog in Parent Catalog page Business Catalyst


I want to show sub catalog in parent catalog page instead of products, when click parent catalog then open sub catalog and when click sub catalog then open sub catalog products, how can i do this ? Thanx in advance.


Solution

  • To expand on the answer provided by thenexus00, you need to have the following conditions met:

    1. A parent catalogue set up in the BC Admin (eCommerce > Catalogs > Add Catalog)
    2. At least one sub catalogue set up (as above) and nested under your parent catalogue
    3. At least one product set up (eCommerce > Products > Add Product) and added to your sub-catalogue

    Then in your overall shop layout (Site Manager > Module Templates > Online Shop Layouts > Overall Layout or if you're using FTP, /Layouts/OnlineShop/page_content.html) you will need to include {tag_cataloguelist} and {tag_productlist}.

    Check out the BC Docs on Online Shop Overall Layout for details on implementation of the aforementioned tags.

    If the above 3 conditions are met and your online shop layouts are in their default state, as thenexus00 says, you should have your desired outcome.