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/02/20 15:30] 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 ===== | ||
- | 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. | ||
- | You may use categories to group ensemble of product of same nature. | + | ====Introduction ==== |
+ | |||
+ | 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. | ||
- | Category is implemented as a simple concept in the Moodle Shop. | ||
==== Category Properties ==== | ==== Category Properties ==== | ||
- | === Catalog ID === | ||
- | |||
- | The catalog the category belongs to. | ||
- | |||
- | === Name === | ||
- | |||
- | External name of the category. | ||
- | |||
- | === Description === | ||
- | |||
- | This text is diplayed as heading part of the front office when displayng 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. | ||
- | === Order === | + | * **Catalogue (FKEY) :**The catalogue to which the category belongs. |
+ | * **Name:** External Name of the category. Visible in both front office and back office. | ||
+ | * **Description :** This text is diplayed as heading in front office when displaying the category content. | ||
+ | * **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 :** Order of category display. | ||
+ | * **Visibility:** A category may be visible or hidden. | ||
- | Category display order. | ||
- | === Visible === | + | ---------- |
+ | <html><!-- nomoodle --></html> | ||
- | A category may be visible or hidden. | + | [[:local:shop:structure|Back to the Moodle Shop structure documentation summary]] - [[local:shop:userguide:salesadmin|Go to Configuration and implementation of a commercial offer]] - [[:local:shop|Back to Local Shop componant ]] - [[:start|Back to catalogue]] |
+ | <html><!-- /nomoodle --></html> | ||
- | [[:local:shop:structure|Back to the Moodle Shop structure summary]] |