The Breadcrumb Navigation in Zen Cart shows visitors where they are in your store and also provides quick links to return to the category or sub-category level.

In this example, we can see that the DVD we are viewing is in the Drama section of the DVD Movies category. The Breadcrumb Navigation gives us one-click access to either Home, DVD Movies or Drama.
Store owners may wish to remove the first level of the Zen Cart Breadcrumb Navigation, namely ‘Home’. This is a global change and will affect all pages that the Breadcrumb links are displayed on.
- Copy /includes/init_includes/init_add_crumbs.php to your custom template folder (includes/init_includes/custom/init_add_crumbs.php).
- Edit init_add_crumbs.php by commenting out line 15 (add // at the beginning of the line), as shown here:
//$breadcrumb->add(HEADER_TITLE_CATALOG, zen_href_link(FILENAME_DEFAULT));
Upload the new file to your site using your FTP program.

