VbzCart/docs/archive/code: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | archive
Jump to navigation Jump to search
imported>Woozle
(build-cat.php)
imported>Woozle
(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

Utility libraries used