VbzCart/v1/class/vcCartDataManager
Jump to navigation
Jump to search
About
- purpose: essentially a helper class for vcrCart.
- jobs:
- Gets and sets the serialized blob field from the Cart record (GetBlobString(), SetBlobString())
- Creates the BuyerObject (vcCartData_Buyer) and SellerObject (vcCartData_Recip)
- file: cart/cart.data.mgr.php
Links
- This class inherits nothing.
- Nothing inherits this class.
- created by: vcrCart::FieldsManager()
- points to:
- vcrCart (parent)
- vcCartForm
- call links:
- $this->RenderBillingPage()
- called by vcPageContent_ckout::RenderBillingPage()
- calls vcCartData_Buyer::RenderPayment()
- $this->CaptureBillingPage()
- called by vcPageContent_ckout::CaptureBilling()
- ...which is not called by anything!
- calls vcCartData_Buyer::CapturePayment()
- called by vcPageContent_ckout::CaptureBilling()
- $this->RenderBillingPage()