Difference between revisions of "VbzCart/archive/code"
Jump to navigation
Jump to search
(vbzadmin) |
(more code (some pages to be created)) |
||
Line 1: | Line 1: | ||
* [[/cat]]: generates main catalog pages | * [[/cat]]: generates main catalog pages | ||
− | * [[/lib/store]]: | + | * [[/lib/store]]: base classes and catalog functions (should probably be split off) |
+ | * [[/lib/shop]] | ||
+ | * [[/lib/ckout]] | ||
* [[/SpecialVbzAdmin]]: administration and order processing | * [[/SpecialVbzAdmin]]: administration and order processing | ||
+ | * [[/SpecialVbzCart]]: catalog functions as a MW extension | ||
+ | ==Utility libraries used== | ||
+ | * [[User:Woozle/data.php]] | ||
+ | * [[User:Woozle/menu.php]] | ||
+ | * [[User:Woozle/richtext.php]] | ||
+ | * [[User:Woozle/strings.php]] | ||
+ | * [[User:Woozle/tree.php]] | ||
+ | * [[User:Woozle/dtree.php]] |
Revision as of 18:12, 14 October 2010
- /cat: generates main catalog pages
- /lib/store: base classes and catalog functions (should probably be split off)
- /lib/shop
- /lib/ckout
- /SpecialVbzAdmin: administration and order processing
- /SpecialVbzCart: catalog functions as a MW extension