This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
local:shop:structure [2018/05/11 14:35] florence |
local:shop:structure [2024/05/14 15:39] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
- | ==== Automating enrolments incourses as effect of the purchase, introduction ===== | + | ==== Automating enrolments incourses as effect of the purchase, introduction ===== |
the Moodle Shop engine is a complex and complete component used to sell online teaching-related "objects". | the Moodle Shop engine is a complex and complete component used to sell online teaching-related "objects". | ||
Line 69: | Line 69: | ||
* [[:local:shop:structure:classes:shopobject|The ShopObject class]] | * [[:local:shop:structure:classes:shopobject|The ShopObject class]] | ||
* [[:local:shop:structure:classes:shop|The Shop class]] | * [[:local:shop:structure:classes:shop|The Shop class]] | ||
- | * [[:local:shop:structure:classes:catalog|The Catalogue class]] | + | * [[:local:shop:structure:classes:catalog|The Catalogue class (Concept of catalogue)]] |
- | * [[:local:shop:structure:classes:catalogcategory|The CatalogCategory class]] | + | * [[:local:shop:structure:classes:catalogcategory|The CatalogCategory class (Concept of category)]] |
- | * [[:local:shop:structure:classes:catalogitem|The CatalogItem class]] | + | * [[:local:shop:structure:classes:catalogitem|The CatalogItem class (Concept of catalogue item)]] |
* [[:local:shop:structure:classes:bill|The Bill class (Concept of order and bill statuses)]] | * [[:local:shop:structure:classes:bill|The Bill class (Concept of order and bill statuses)]] | ||
- | * [[:local:shop:structure:classes:billitem|the BillItem class]] | + | * [[:local:shop:structure:classes:billitem|the BillItem class]] !TODO! TRADUCTION ? |
- | * [[:local:shop:structure:classes:customer|the Customer class]] | + | * [[:local:shop:structure:classes:customer|the Customer class (Concept of customer account)]] |
- | * [[:local:shop:structure:classes:product|The Product class (instance)]] | + | * [[:local:shop:structure:classes:product|The Product class (Concept of product instance)]] |
- | * [[:local:shop:structure:classes:productevent|the ProductEvent class]] | + | * [[:local:shop:structure:classes:productevent|the ProductEvent class (Concept of product events)]] |
- | * [[:local:shop:structure:classes:shippingzone|the ShippingZone class]] | + | * [[:local:shop:structure:classes:shippingzone|the ShippingZone class (Concept of shipping zone)]] |
- | * [[:local:shop:structure:classes:catalogshpping|the CatalogShiping class]] | + | * [[:local:shop:structure:classes:catalogshpping|the CatalogShiping class (Concept of shipping formulas)]] |
=== Technical utilities === | === Technical utilities === | ||
Line 90: | Line 90: | ||
=== Purchase steps === | === Purchase steps === | ||
- | * [[:local:shop:structure:front:shoppingcart|Fill shopping cart]] | + | * [[:local:shop:structure:front:shoppingcart|Fill shopping cart]] :TODO: translation to do |
* [[:local:shop:structure:front:frontparams|Input product tuning parameters]] | * [[:local:shop:structure:front:frontparams|Input product tuning parameters]] | ||
* [[:local:shop:structure:front:users|Input participant (in seats mode)]] | * [[:local:shop:structure:front:users|Input participant (in seats mode)]] |