

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 | ( | ) |
| 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.
| Thankyou.getBasket | ( | ) |
Template variable getter. Returns active basket
| Thankyou.showFinalStep | ( | ) |
Template variable getter. Returns if to show final (5th) step
| Thankyou.getAlsoBoughtThiesProducts | ( | ) |
Template variable getter. Returns list of customer also bought thies products
Reimplemented from oxView.
| Thankyou.getCurrencyCovIndex | ( | ) |
Template variable getter. Returns currency conversion index value
| Thankyou.getIPaymentBasket | ( | ) |
Template variable getter. Returns ipayment basket price
| Thankyou.getIPaymentAccount | ( | ) |
| Thankyou.getIPaymentUser | ( | ) |
| Thankyou.getIPaymentPassword | ( | ) |
Template variable getter. Returns ipayment password
| Thankyou.getMailError | ( | ) |
Template variable getter. Returns mail error
| Thankyou.getOrder | ( | ) |
Template variable getter. Returns mail error
Thankyou.$_oBasket = null [protected] |
Thankyou.$_blShowFinalStep = null [protected] |
Thankyou.$_aLastProducts = null [protected] |
Thankyou.$_dConvIndex = null [protected] |
Thankyou.$_dIPaymentBasket = null [protected] |
Thankyou.$_sIPaymentAccount = null [protected] |
Thankyou.$_sIPaymentUser = null [protected] |
Thankyou.$_sIPaymentPassword = null [protected] |
Thankyou.$_sMailError = null [protected] |
Thankyou.$_sThisTemplate = 'thankyou.tpl' [protected] |
Reimplemented from oxView.
1.5.5