OXID eShop CE
6.0.1
|
Public Member Functions | |
init () | |
render () | |
getBasket () | |
getAlsoBoughtTheseProducts () | |
getCurrencyCovIndex () | |
getIPaymentBasket () | |
getIPaymentAccount () | |
getIPaymentUser () | |
getIPaymentPassword () | |
getMailError () | |
getOrder () | |
getCountryISO3 () | |
getActionClassName () | |
getBreadCrumb () | |
Protected Attributes | |
$_oBasket = null | |
$_aLastProducts = null | |
$_dConvIndex = null | |
$_dIPaymentBasket = null | |
$_sIPaymentAccount = null | |
$_sIPaymentUser = null | |
$_sIPaymentPassword = null | |
$_sMailError = null | |
$_blBargainAction = true | |
$_sThisTemplate = 'page/checkout/thankyou.tpl' | |
Thankyou page. Arranges Thankyou page, sets ordering status, other parameters
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getActionClassName | ( | ) |
Returns name of a view class, which will be active for an action (given a generic fnc, e.g. logout)
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getAlsoBoughtTheseProducts | ( | ) |
Template variable getter. Returns list of customer also bought these products
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getBasket | ( | ) |
Template variable getter. Returns active basket
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getCountryISO3 | ( | ) |
Template variable getter. Returns country ISO 3
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getCurrencyCovIndex | ( | ) |
Template variable getter. Returns currency conversion index value
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getIPaymentAccount | ( | ) |
Template variable getter. Returns ipayment account
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getIPaymentBasket | ( | ) |
Template variable getter. Returns ipayment basket price
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getIPaymentPassword | ( | ) |
Template variable getter. Returns ipayment password
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getIPaymentUser | ( | ) |
Template variable getter. Returns ipayment user name
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getMailError | ( | ) |
Template variable getter. Returns mail error
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::getOrder | ( | ) |
Template variable getter. Returns order
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::init | ( | ) |
Executes parent::init(), loads basket from session (thankyou::_oBasket = \OxidEsales\Eshop\Core\Session::getBasket()) then destroys it (\OxidEsales\Eshop\Core\Session::delBasket()), unsets user session ID, if this user didn't entered password while ordering.
OxidEsales\EshopCommunity\Application\Controller\ThankYouController::render | ( | ) |
First checks for basket - if no such object available - redirects to start page. Otherwise - executes parent::render() and returns name of template to render thankyou::_sThisTemplate.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |