VbzCart/v1/class/vcCartDataManager/CaptureShippingPage: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
No edit summary
Line 1: Line 1:
{{page/code/class/method}}
{{page/code/class/method}}
* {{l/version|class|vcPageContent_ckout}}::'''CapturePage'''() [protected] calls...
* {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls...
** {{l/version|class|vcPageContent_ckout}}::'''CaptureShipping'''() [protected], which calls...
** {{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

{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class method}}{{#set:class name=vcCartDataManager}}{{#set:function name=CaptureShippingPage}}{{#set:version=v1}}