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
< VbzCart‎ | v1/class
Revision as of 13:57, 15 April 2019 by Woozle (talk | contribs) (Replaced content with "{{page/code/class}} * '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} * '''extends''': {{l/version|class|vcCartData_Contact}} * '''call links''': ** '''field cr...")
Jump to navigation Jump to search
  • file: cart/cart.data.fg.buyer.php
  • extends: vcCartData_Contact
  • call links:
    • field creation:
      • $this->CreateFields() [events API]:
        • calls vcCartData_Contact::CreateFields() (parent)
        • calls $this->OrderMessageField(); // add this field to the standard ones
        • calls $this->CardNumberField();
        • calls $this->CardExpiryField();
    • rendering:
      • $this->RenderPayment($doEdit) [public]:
        • calls $this->RenderPayTypeSection($doEdit)
          • calls $this->RenderPayCardSection($doEdit)
            • calls $this->RenderPayCardNumberSection($doEdit)
            • calls $this->RenderPayCardAddrSection($doEdit)