VbzCart/docs/v1/class/vcCartData Buyer: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle No edit summary |
imported>Woozle mNo edit summary |
||
Line 22: | Line 22: | ||
**** $this->'''CapturePayment'''() [public], which calls... | **** $this->'''CapturePayment'''() [public], which calls... | ||
***** $this->'''ReceiveForm'''(), which is... | ***** $this->'''ReceiveForm'''(), which is... | ||
****** ...'''defined in''' {{l/version|class|vtCartData_NameAddress}}, | ****** ...'''defined in''' {{l/version|class|vtCartData_NameAddress}}, where it... | ||
******* ...doesn't actually seem to do anything to receive the form. | ******* ...doesn't actually seem to do anything to receive the form. |
Revision as of 11:28, 17 April 2019
- file: Template:L/project
- extends Template:L/version which...
- ...extends Template:L/version which...
- ...uses Template:L/version
- ...uses Template:L/version
- ...extends Template:L/version which...
- call links:
- field creation:
- $this->CreateFields() [events API] calls...
- Template:L/version::CreateFields() (parent)
- $this->OrderMessageField(); // add this field to the standard ones
- $this->CardNumberField();
- $this->CardExpiryField();
- $this->CreateFields() [events API] calls...
- rendering:
- $this->RenderPayment($doEdit) [public] calls...
- $this->RenderPayTypeSection($doEdit), which calls...
- $this->RenderPayCardSection($doEdit), which calls...
- $this->RenderPayCardNumberSection($doEdit)
- $this->RenderPayCardAddrSection($doEdit)
- $this->RenderPayCardSection($doEdit), which calls...
- $this->RenderPayTypeSection($doEdit), which calls...
- $this->RenderPayment($doEdit) [public] calls...
- capture:
- Template:L/version::CaptureBillingPage() calls...
- $this->CapturePayment() [public], which calls...
- $this->ReceiveForm(), which is...
- ...defined in Template:L/version, where it...
- ...doesn't actually seem to do anything to receive the form.
- ...defined in Template:L/version, where it...
- $this->ReceiveForm(), which is...
- $this->CapturePayment() [public], which calls...
- Template:L/version::CaptureBillingPage() calls...
- field creation: