The breadcrumb navigation that appears at the top of your pages allows your customers to see the path they have taken to get to the current page.
It can be turned on or off with the following Software Configuration option.
xbreadcrumbs |
Setting this to Yes will display breadcrumb navigation at the top of your pages. |
Breadcrumbs on category and product pages are “built” as the customer browses your site.
For example, if they go from the Homepage to Category 1 then to Product 1, the breadcrumb will look like –
Home --> Categories --> Category 1 --> Product 1
However, if they click a direct link from the homepage to a product, there will be no breadcrumbs as VPCART does not generate one if they haven’t been through a category. As products can be in multiple categories, it is impossible for VPCART to determine which one should be used to make up the breadcrumb.
You can change the style of your breadcrumbs in the “main-responsive.css”file, which you can find in “templates/default/css”.
The following class applies to the breadcrumbs.
.breadcrumb { margin-bottom: 0px; }