Difference between revisions of "VbzCart/archive/code"
Jump to navigation
Jump to search
(build-cat.php) |
(admin.cart) |
||
Line 1: | Line 1: | ||
− | * [[/cat]]: generates main catalog pages | + | * '''customer-side''': |
− | * [[/lib/store]]: base classes and catalog functions (should probably be split off) | + | ** [[/cat]]: generates main catalog pages |
− | * [[/lib/shop]] | + | ** [[/lib/store]]: base classes and catalog functions (should probably be split off) |
− | * [[/lib/ckout]] | + | ** [[/lib/shop]] |
− | * [[/SpecialVbzAdmin]]: administration and order processing | + | ** [[/lib/ckout]] |
− | * [[/SpecialVbzCart]]: catalog functions as a MW extension | + | * '''admin''': |
− | * [[/maint/build-cat.php]]: build the item/title tables from the catalog tables | + | ** [[/SpecialVbzAdmin]]: administration and order processing |
+ | ** [[/SpecialVbzCart]]: catalog functions as a MW extension | ||
+ | ** [[/admin.cart]]: shopping cart and user contact data | ||
+ | * '''shell''': | ||
+ | ** [[/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 22:10, 18 December 2011
- customer-side:
- /cat: generates main catalog pages
- /lib/store: base classes and catalog functions (should probably be split off)
- /lib/shop
- /lib/ckout
- admin:
- /SpecialVbzAdmin: administration and order processing
- /SpecialVbzCart: catalog functions as a MW extension
- /admin.cart: shopping cart and user contact data
- shell:
- /maint/build-cat.php: build the item/title tables from the catalog tables