Difference between revisions of "VbzCart/v1/class/vcCartDataManager/CaptureShippingPage"
< VbzCart | v1/class | vcCartDataManager
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{page/code/class/method}} | {{page/code/class/method}} | ||
− | * {{l/version| | + | * {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls... |
− | ** {{l/version| | + | ** {{l/version/method|vcPageContent_ckout|CaptureShipping}}() [protected], which calls... |
*** {{hilite|$this->'''CaptureShippingPage'''() [public]}}, which calls... | *** {{hilite|$this->'''CaptureShippingPage'''() [public]}}, which calls... | ||
− | **** $this->GetFormObject()->Receive($_POST) | + | **** $this->{{l/same|GetFormObject}}()->Receive($_POST) |
**** $oCD_Buyer->CaptureContact($arStat); // email/phone | **** $oCD_Buyer->CaptureContact($arStat); // email/phone | ||
**** $oCD_Recip->CaptureShipping($arStat); // shipping address / instructions | **** $oCD_Recip->CaptureShipping($arStat); // shipping address / instructions |
Revision as of 17:10, 21 April 2019
- vcPageContent_ckout::CapturePage() [protected] calls...
- vcPageContent_ckout::CaptureShipping() [protected], which calls...
- $this->CaptureShippingPage() [public], which calls...
- $this->GetFormObject()->Receive($_POST)
- $oCD_Buyer->CaptureContact($arStat); // email/phone
- $oCD_Recip->CaptureShipping($arStat); // shipping address / instructions
- $this->CaptureShippingPage() [public], which calls...
- vcPageContent_ckout::CaptureShipping() [protected], which calls...