Hiding breadcrumbs

To hide breadcrumbs on the top part of the page:
  1. Open the top.tpl file located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer directory of your CS-Cart installation, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.
  2. Find the following part of code there:
    {include file="common_templates/breadcrumbs.tpl" hide_home="Y" text="Y" bc_class="breadcrumbs" arrow_class="breadcrumbs-arrow" bc_link="breadcrumbs-link" bc_image="breadcrumbs_arrow.gif"}
  3. Comment it out in the following way:
    {* include file="common_templates/breadcrumbs.tpl" hide_home="Y" text="Y" bc_class="breadcrumbs" arrow_class="breadcrumbs-arrow" bc_link="breadcrumbs-link" bc_image="breadcrumbs_arrow.gif" *}
  4. Save the file.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.