VbzCart/docs/v1/class/vcCartData Buyer

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Revision as of 11:27, 17 April 2019 by imported>Woozle
Jump to navigation Jump to search

Template:Page/code/class

  • file: Template:L/project
  • 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();
    • rendering:
      • $this->RenderPayment($doEdit) [public] calls...
        • $this->RenderPayTypeSection($doEdit), which calls...
          • $this->RenderPayCardSection($doEdit), which calls...
            • $this->RenderPayCardNumberSection($doEdit)
            • $this->RenderPayCardAddrSection($doEdit)
    • capture:
      • Template:L/version::CaptureBillingPage() calls...
        • $this->CapturePayment() [public], which calls...
          • $this->ReceiveForm(), which is...
            • ...defined in Template:L/version, and which...
              • ...doesn't actually seem to do anything to receive the form.