Difference between revisions of "VbzCart/archive/code"
Jump to navigation
Jump to search
(more code (some pages to be created)) |
(build-cat.php) |
||
Line 5: | Line 5: | ||
* [[/SpecialVbzAdmin]]: administration and order processing | * [[/SpecialVbzAdmin]]: administration and order processing | ||
* [[/SpecialVbzCart]]: catalog functions as a MW extension | * [[/SpecialVbzCart]]: catalog functions as a MW extension | ||
+ | * [[/maint/build-cat.php]]: build the item/title tables from the catalog tables | ||
==Utility libraries used== | ==Utility libraries used== | ||
* [[User:Woozle/data.php]] | * [[User:Woozle/data.php]] |
Revision as of 19:24, 6 November 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
- /maint/build-cat.php: build the item/title tables from the catalog tables