Difference between revisions of "VbzCart/v1/class/vcCartData Buyer"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
** '''...uses''' {{l/version|class|vtCartData_EmailPhone}}
 
** '''...uses''' {{l/version|class|vtCartData_EmailPhone}}
 
* '''call links''':
 
* '''call links''':
 +
** '''created by''':
 +
*** {{l/version/method|vcCartDataManager|GetBuyerObject}}()
 
** '''field creation''':
 
** '''field creation''':
*** $this->'''CreateFields'''() [events API] calls...
+
*** {{l/version|class|vcCartDataFieldGroup}}::'''__construct'''({{l/version|class|vcCartForm}} $oForm) calls...
**** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent)
+
**** $this->'''CreateFields'''() [protected], which calls...
**** $this->'''OrderMessageField'''(); // add this field to the standard ones
+
***** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent)
**** $this->'''CardNumberField'''();
+
***** $this->'''OrderMessageField'''(); // add this field to the standard ones
**** $this->'''CardExpiryField'''();
+
***** $this->'''CardNumberField'''();
 +
***** $this->'''CardExpiryField'''();
 
** '''rendering''':
 
** '''rendering''':
*** $this->'''RenderPayment'''($doEdit) [public] calls...
+
*** {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() calls
**** $this->'''RenderPayTypeSection'''($doEdit), which calls...
+
**** $this->'''{{l/sub|RenderPayment}}'''($doEdit) [public]
***** $this->'''RenderPayCardSection'''($doEdit), which calls...
 
****** $this->'''RenderPayCardNumberSection'''($doEdit)
 
****** $this->'''RenderPayCardAddrSection'''($doEdit)
 
 
** '''capture''':
 
** '''capture''':
 
*** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls...
 
*** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls...
**** $this->'''CapturePayment'''() [public], which calls...
+
**** $this->'''{{l/sub|CapturePayment}}'''() [public]
***** $this->'''ReceiveForm'''(), which is...
 
****** ...'''defined in''' {{l/version|class|vtCartData_NameAddress}}, and which...
 
******* ...doesn't actually seem to do anything to receive the form.
 

Latest revision as of 12:25, 18 April 2019