Difference between revisions of "VbzCart/v1/class/vcPageContent ckout"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (Created page with "{{page/code/class}} * '''file''': {{l/version|file|page/ckout-content.php}} * '''extends''': {{l/version|class|vcPageContent}} * '''extended by''': nothing") | |||
| Line 3: | Line 3: | ||
| * '''extends''': {{l/version|class|vcPageContent}} | * '''extends''': {{l/version|class|vcPageContent}} | ||
| * '''extended by''': nothing | * '''extended by''': nothing | ||
| + | * '''call links''': | ||
| + | ** this::RenderBillingPage() | ||
| + | *** '''calls''' {{l/version|class|vcCartDataManager}}::RenderBillingPage() | ||
| + | ** this::RenderContent() | ||
| + | *** '''calls''' this::RenderCart() | ||
| + | **** '''calls''' {{l/version|class|vcrShopCart}}::Render(FALSE) (read-only version of cart) | ||
| + | *** '''calls''' this::RenderShippingPage() | ||
| + | **** '''calls''' {{l/version|class|vcCartDataManager}}::RenderShippingPage() | ||
| + | *** '''calls''' this::RenderBillingPage() | ||
| + | **** '''calls''' {{l/version|class|vcCartDataManager}}::RenderBillingPage() | ||
| + | *** '''calls''' this::RenderConfirm() | ||
| + | **** currently located in {{l/version|class|vcPageCkout}}, should probably be moved here | ||
| + | *** '''calls''' this::RenderReceipt() | ||
Revision as of 11:48, 15 April 2019
- file: page/ckout-content.php
- extends: vcPageContent
- extended by: nothing
- call links:
- this::RenderBillingPage()
- calls vcCartDataManager::RenderBillingPage()
 
- this::RenderContent()
- calls this::RenderCart()
- calls vcrShopCart::Render(FALSE) (read-only version of cart)
 
- calls this::RenderShippingPage()
- calls vcCartDataManager::RenderShippingPage()
 
- calls this::RenderBillingPage()
- calls vcCartDataManager::RenderBillingPage()
 
- calls this::RenderConfirm()
- currently located in vcPageCkout, should probably be moved here
 
- calls this::RenderReceipt()
 
- calls this::RenderCart()
 
- this::RenderBillingPage()