VbzCart/v1/class/vcCartData Buyer
Jump to navigation
Jump to search
- file: cart/cart.data.fg.buyer.php
- extends vcCartData_Contact which...
- ...extends vcCartData_NameAddress which...
- ...uses vtCartData_NameAddress
- ...uses vtCartData_EmailPhone
- ...extends vcCartData_NameAddress which...
- 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();
- $this->CreateFields() [events API]:
- rendering:
- $this->RenderPayment($doEdit) [public]:
- calls $this->RenderPayTypeSection($doEdit)
- calls $this->RenderPayCardSection($doEdit)
- calls $this->RenderPayCardNumberSection($doEdit)
- calls $this->RenderPayCardAddrSection($doEdit)
- calls $this->RenderPayCardSection($doEdit)
- calls $this->RenderPayTypeSection($doEdit)
- $this->RenderPayment($doEdit) [public]:
- capture:
- $this->CapturePayment() [public]:
- called by vcCartDataManager::CaptureBillingPage()
- calls $this->ReceiveForm()
- defined in vtCartData_NameAddress
- Doesn't actually seem to receive the form
- defined in vtCartData_NameAddress
- $this->CapturePayment() [public]:
- field creation: