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)
- $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:
- vcCartDataManager::CaptureBillingPage() calls...
- $this->CapturePayment() [public], which calls...
- $this->ReceiveForm(), which is...
- ...defined in vtCartData_NameAddress, where it...
- ...doesn't actually seem to do anything to receive the form.
- ...defined in vtCartData_NameAddress, where it...
- $this->ReceiveForm(), which is...
- $this->CapturePayment() [public], which calls...
- vcCartDataManager::CaptureBillingPage() calls...
- field creation: