This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
local:shop:structure:classes:catalogcategory [2017/11/24 16:42] florence [Category Properties] |
local:shop:structure:classes:catalogcategory [2024/05/14 15:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Catalog categories (Product Lines) ===== | + | <html><!-- nomoodle --></html>{{ :logo-apl.png?nolink |}}<html><!-- /nomoodle --></html> |
+ | ===== Catalogue categories class : Concept of categories (Or product lines) ===== | ||
===== Moodle Integrated Shop : Structural elements ===== | ===== Moodle Integrated Shop : Structural elements ===== | ||
Line 5: | Line 6: | ||
====Introduction ==== | ====Introduction ==== | ||
- | Categories let assemble products to present a single product line to the customer on a single page. some back-office management screen will also use categories to split the management scope. | + | Categories make it possible to assemble products in order to present a single product line to the customer on one page. Some back-office management screens will also use categories to split the management scope. |
+ | You can use categories to group similar products. | ||
+ | Category is implemented as a simple concept in the Moodle shop. | ||
- | You may use categories to group ensemble of product of same nature. | ||
- | |||
- | Category is implemented as a simple concept in the Moodle Shop. | ||
==== Category Properties ==== | ==== Category Properties ==== | ||
- | * **Catalogue (FKEY) :**The catalog the category belongs to. | + | * **Catalogue (FKEY) :**The catalogue to which the category belongs. |
- | * **Name:** External name of the category. Visible sur le front office et le back-office. | + | * **Name:** External Name of the category. Visible in both front office and back office. |
- | * **Description :** This text is diplayed as heading part of the front office when displaying the category content. | + | * **Description :** This text is diplayed as heading in front office when displaying the category content. |
- | * **Parent ID :** Let attach a category to another as parent. The front-office can display a hierarchic tab-tree for browing into subcategories. | + | * **Parent ID :** Aloows you to attach a category to another as parent. The front-office can display a hierarchical tab-tree for browsing sub-categories. |
- | * **Order :** Category display order. | + | * **Order :** Order of category display. |
* **Visibility:** A category may be visible or hidden. | * **Visibility:** A category may be visible or hidden. | ||