Public Member Functions | Protected Attributes

Thankyou Class Reference

Inheritance diagram for Thankyou:
Collaboration diagram for Thankyou:

List of all members.

Public Member Functions

 init ()
 render ()
 getBasket ()
 showFinalStep ()
 getAlsoBoughtTheseProducts ()
 getCurrencyCovIndex ()
 getIPaymentBasket ()
 getIPaymentAccount ()
 getIPaymentUser ()
 getIPaymentPassword ()
 getMailError ()
 getOrder ()
 getCountryISO3 ()
 getActionClassName ()
 getBreadCrumb ()

Protected Attributes

 $_oBasket = null
 $_blShowFinalStep = null
 $_aLastProducts = null
 $_dConvIndex = null
 $_dIPaymentBasket = null
 $_sIPaymentAccount = null
 $_sIPaymentUser = null
 $_sIPaymentPassword = null
 $_sMailError = null
 $_blBargainAction = true
 $_sThisTemplate = 'page/checkout/thankyou.tpl'

Detailed Description

Thankyou page. Arranges Thankyou page, sets ordering status, other parameters

Definition at line 7 of file thankyou.php.


Member Function Documentation

Thankyou.getActionClassName (  ) 

Returns name of a view class, which will be active for an action (given a generic fnc, e.g. logout)

Returns:
string

Reimplemented from oxView.

Definition at line 306 of file thankyou.php.

Thankyou.getAlsoBoughtTheseProducts (  ) 

Template variable getter. Returns list of customer also bought thies products

Returns:
object

Reimplemented from oxUBase.

Definition at line 167 of file thankyou.php.

Thankyou.getBasket (  ) 

Template variable getter. Returns active basket

Returns:
oxBasket

Definition at line 141 of file thankyou.php.

Thankyou.getBreadCrumb (  ) 

Returns Bread Crumb - you are here page1/page2/page3...

Returns:
array

Reimplemented from oxUBase.

Definition at line 316 of file thankyou.php.

Thankyou.getCountryISO3 (  ) 

Template variable getter. Returns country ISO 3

Returns:
string

Definition at line 290 of file thankyou.php.

Thankyou.getCurrencyCovIndex (  ) 

Template variable getter. Returns currency conversion index value

Returns:
object

Definition at line 189 of file thankyou.php.

Thankyou.getIPaymentAccount (  ) 

Template variable getter. Returns ipayment account

Returns:
string

Definition at line 217 of file thankyou.php.

Thankyou.getIPaymentBasket (  ) 

Template variable getter. Returns ipayment basket price

Returns:
double

Definition at line 204 of file thankyou.php.

Thankyou.getIPaymentPassword (  ) 

Template variable getter. Returns ipayment password

Returns:
string

Definition at line 245 of file thankyou.php.

Thankyou.getIPaymentUser (  ) 

Template variable getter. Returns ipayment user name

Returns:
string

Definition at line 231 of file thankyou.php.

Thankyou.getMailError (  ) 

Template variable getter. Returns mail error

Returns:
string

Definition at line 259 of file thankyou.php.

Thankyou.getOrder (  ) 

Template variable getter. Returns mail error

Returns:
oxOrder

Definition at line 273 of file thankyou.php.

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.

Returns:
null

Reimplemented from oxUBase.

Definition at line 84 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.

Returns:
string current template file name

Reimplemented from oxUBase.

Definition at line 107 of file thankyou.php.

Thankyou.showFinalStep (  ) 

Template variable getter. Returns if to show final (5th) step

Returns:
string

Definition at line 151 of file thankyou.php.


Member Data Documentation

Thankyou.$_aLastProducts = null [protected]

Definition at line 25 of file thankyou.php.

Thankyou.$_blBargainAction = true [protected]

Reimplemented from oxUBase.

Definition at line 67 of file thankyou.php.

Thankyou.$_blShowFinalStep = null [protected]

Definition at line 19 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.$_oBasket = null [protected]

Definition at line 13 of file thankyou.php.

Thankyou.$_sIPaymentAccount = null [protected]

Definition at line 43 of file thankyou.php.

Thankyou.$_sIPaymentPassword = null [protected]

Definition at line 55 of file thankyou.php.

Thankyou.$_sIPaymentUser = null [protected]

Definition at line 49 of file thankyou.php.

Thankyou.$_sMailError = null [protected]

Definition at line 61 of file thankyou.php.

Thankyou.$_sThisTemplate = 'page/checkout/thankyou.tpl' [protected]

Reimplemented from oxView.

Definition at line 74 of file thankyou.php.


The documentation for this class was generated from the following file: