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
 
(3 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]:
+
*** {{l/version|class|vcCartDataFieldGroup}}::'''__construct'''({{l/version|class|vcCartForm}} $oForm) calls...
**** '''calls''' {{l/version|class|vcCartData_Contact}}::CreateFields() (parent)
+
**** $this->'''CreateFields'''() [protected], which calls...
**** '''calls''' $this->'''OrderMessageField'''(); // add this field to the standard ones
+
***** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent)
**** '''calls''' $this->'''CardNumberField'''();
+
***** $this->'''OrderMessageField'''(); // add this field to the standard ones
**** '''calls''' $this->'''CardExpiryField'''();
+
***** $this->'''CardNumberField'''();
 +
***** $this->'''CardExpiryField'''();
 
** '''rendering''':
 
** '''rendering''':
*** $this->'''RenderPayment'''($doEdit) [public]:
+
*** {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() calls
**** '''calls''' $this->'''RenderPayTypeSection'''($doEdit)
+
**** $this->'''{{l/sub|RenderPayment}}'''($doEdit) [public]
***** '''calls''' $this->'''RenderPayCardSection'''($doEdit)
 
****** '''calls''' $this->'''RenderPayCardNumberSection'''($doEdit)
 
****** '''calls''' $this->'''RenderPayCardAddrSection'''($doEdit)
 
 
** '''capture''':
 
** '''capture''':
*** $this->'''CapturePayment'''() [public]:
+
*** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls...
**** '''called by''' {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''()
+
**** $this->'''{{l/sub|CapturePayment}}'''() [public]
**** '''calls''' $this->'''ReceiveForm'''()
 
***** '''defined in''' {{l/version|class|vtCartData_NameAddress}}
 
****** Doesn't actually seem to receive the form
 

Latest revision as of 12:25, 18 April 2019