To hide breadcrumbs on the top part of the page:
- 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.
- 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"}
- 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" *}
- Save the file.