Definition at line 7 of file thankyou.php.
Public Member Functions | |
| init () | |
| render () | |
| getBasket () | |
| showFinalStep () | |
| getAlsoBoughtThiesProducts () | |
| getCurrencyCovIndex () | |
| getIPaymentBasket () | |
| getIPaymentAccount () | |
| getIPaymentUser () | |
| getIPaymentPassword () | |
| getMailError () | |
| getOrder () | |
Protected Attributes | |
| $_oBasket = null | |
| $_blShowFinalStep = null | |
| $_aLastProducts = null | |
| $_dConvIndex = null | |
| $_dIPaymentBasket = null | |
| $_sIPaymentAccount = null | |
| $_sIPaymentUser = null | |
| $_sIPaymentPassword = null | |
| $_sMailError = null | |
| $_sThisTemplate = 'thankyou.tpl' | |
| Thankyou.init | ( | ) |
Executes parent.init(), loads basket from session (thankyou._oBasket = oxsession.getBasket()) then destroys it (oxsession.delBasket()), unsets user session ID, if this user didn't entered password while ordering.
Reimplemented from oxUBase.
Definition at line 77 of file thankyou.php.
| Thankyou.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.
Template variables: basket, mailerror, trusted_shopid, aLastProducts, shop order, convindex
Reimplemented from oxUBase.
Definition at line 105 of file thankyou.php.
| Thankyou.getBasket | ( | ) |
Template variable getter. Returns active basket
Definition at line 159 of file thankyou.php.
| Thankyou.showFinalStep | ( | ) |
Template variable getter. Returns if to show final (5th) step
Definition at line 169 of file thankyou.php.
| Thankyou.getAlsoBoughtThiesProducts | ( | ) |
Template variable getter. Returns list of customer also bought thies products
Reimplemented from oxView.
Definition at line 185 of file thankyou.php.
| Thankyou.getCurrencyCovIndex | ( | ) |
Template variable getter. Returns currency conversion index value
Definition at line 207 of file thankyou.php.
| Thankyou.getIPaymentBasket | ( | ) |
Template variable getter. Returns ipayment basket price
Definition at line 222 of file thankyou.php.
| Thankyou.getIPaymentAccount | ( | ) |
Template variable getter. Returns ipayment account
Definition at line 235 of file thankyou.php.
| Thankyou.getIPaymentUser | ( | ) |
Template variable getter. Returns ipayment user name
Definition at line 249 of file thankyou.php.
| Thankyou.getIPaymentPassword | ( | ) |
Template variable getter. Returns ipayment password
Definition at line 263 of file thankyou.php.
| Thankyou.getMailError | ( | ) |
Template variable getter. Returns mail error
Definition at line 277 of file thankyou.php.
| Thankyou.getOrder | ( | ) |
Template variable getter. Returns mail error
Definition at line 291 of file thankyou.php.
Thankyou.$_oBasket = null [protected] |
Definition at line 13 of file thankyou.php.
Thankyou.$_blShowFinalStep = null [protected] |
Definition at line 19 of file thankyou.php.
Thankyou.$_aLastProducts = null [protected] |
Definition at line 25 of file thankyou.php.
Thankyou.$_dConvIndex = null [protected] |
Definition at line 31 of file thankyou.php.
Thankyou.$_dIPaymentBasket = null [protected] |
Definition at line 37 of file thankyou.php.
Thankyou.$_sIPaymentAccount = null [protected] |
Definition at line 43 of file thankyou.php.
Thankyou.$_sIPaymentUser = null [protected] |
Definition at line 49 of file thankyou.php.
Thankyou.$_sIPaymentPassword = null [protected] |
Definition at line 55 of file thankyou.php.
Thankyou.$_sMailError = null [protected] |
Definition at line 61 of file thankyou.php.
Thankyou.$_sThisTemplate = 'thankyou.tpl' [protected] |
1.5.5