Modifying the Zen Cart Breadcrumb Navigation to remove Home


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.

Zen Cart Breadcrumb Navigation

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.

  1. Copy /includes/init_includes/init_add_crumbs.php to your custom template folder (includes/init_includes/custom/init_add_crumbs.php).
  2. 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));
  3. Upload the new file to your site using your FTP program.
     
   
     

,

More Zen Cart:

  1. Removing Breadcrumb Navigation from Zen Cart Home Page Only
  2. Breadcrumb Navigation in Zen Cart
  3. How to turn off Zen Cart Breadcrumb Navigation
  4. How do I remove the Breadcrumb in Zen Cart?
  5. Zen Cart Navigation FAQ
  1. No comments yet.
(will not be published)

Notify me of followup comments via e-mail. You can also subscribe without commenting.