Important
You are browsing the documentation for version 3.1 of OroCommerce, OroCRM and OroPlatform, which is no longer maintained. Read version 5.1 (the latest LTS version) of the Oro documentation to get the updated information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
OroCatalogBundle
OroCatalogBundle defines the master catalog and the categories that are aimed at structuring products in OroCommerce.
The bundle provides the ability to manage categories and assign products to them.
Default Product Options
The Default Product Options section is displayed on the create or edit pages of a particular master catalog category. The section contains the Unit of Quantity field that is shown by default in the product details page in the storefront, and the Precision field for the quantity that a user may order or add into the shopping list.
If both the unit of quantity and precision are specified, then all new products in this category will have these values preselected during creation.
Breadcrumbs
Default breadcrumbs of OroCatalogBundle are built based on the category tree.
For example, a simple category tree for category-1-1-1
is built as follows:
1 2 3 4 5 6 | - category-1
- category-1-1
- category-1-1-1
- category-1-2
- category-2
- category-3
|
and will look like:
1 | All Products \ category-1 \ category-1-1 \ category-1-1-1
|
Performance notes
The section provides notes about improving performance of catalogs in large datasets.