Difference between revisions of "VbzCart/archive/code"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (admin.cart)  | 
				 (more modules)  | 
				||
| Line 3: | Line 3: | ||
** [[/lib/store]]: base classes and catalog functions (should probably be split off)  | ** [[/lib/store]]: base classes and catalog functions (should probably be split off)  | ||
** [[/lib/shop]]  | ** [[/lib/shop]]  | ||
| + | ** [[/lib/cart]]  | ||
** [[/lib/ckout]]  | ** [[/lib/ckout]]  | ||
| + | ** [[/lib/base.cat]]  | ||
* '''admin''':  | * '''admin''':  | ||
** [[/SpecialVbzAdmin]]: administration and order processing  | ** [[/SpecialVbzAdmin]]: administration and order processing  | ||
** [[/SpecialVbzCart]]: catalog functions as a MW extension  | ** [[/SpecialVbzCart]]: catalog functions as a MW extension  | ||
** [[/admin.cart]]: shopping cart and user contact data  | ** [[/admin.cart]]: shopping cart and user contact data  | ||
| + | ** [[/admin.cache]]: cache administration  | ||
| + | ** [[/pages]]: skin classes  | ||
* '''shell''':  | * '''shell''':  | ||
** [[/maint/build-cat.php]]: build the item/title tables from the catalog tables  | ** [[/maint/build-cat.php]]: build the item/title tables from the catalog tables  | ||
Revision as of 15:51, 13 May 2012
- customer-side:
- /cat: generates main catalog pages
 - /lib/store: base classes and catalog functions (should probably be split off)
 - /lib/shop
 - /lib/cart
 - /lib/ckout
 - /lib/base.cat
 
 - admin:
- /SpecialVbzAdmin: administration and order processing
 - /SpecialVbzCart: catalog functions as a MW extension
 - /admin.cart: shopping cart and user contact data
 - /admin.cache: cache administration
 - /pages: skin classes
 
 - shell:
- /maint/build-cat.php: build the item/title tables from the catalog tables