Public Member Functions | Protected Attributes

Wrapping Class Reference

Inheritance diagram for Wrapping:
Collaboration diagram for Wrapping:

List of all members.

Public Member Functions

 getBasketItems ()
 getWrappingList ()
 getCardList ()
 changeWrapping ()

Protected Attributes

 $_sThisTemplate = 'page/checkout/wrapping.tpl'
 $_aBasketItemList = null
 $_oWrappings = null
 $_oCards = null

Detailed Description

Managing Gift Wrapping

Definition at line 6 of file wrapping.php.


Member Function Documentation

Wrapping.changeWrapping (  ) 

Updates wrapping data in session basket object (oxsession.getBasket()) - adds wrapping info to each article in basket (if possible). Plus adds gift message and chosen card ( takes from GET/POST/session; oBasket.giftmessage, oBasket.chosencard). Then sets basket back to session (oxsession.setBasket()). Returns "order" to redirect to order confirmation secreen.

Returns:
string

Definition at line 104 of file wrapping.php.

Wrapping.getBasketItems (  ) 

Returns array of shopping basket articles

Returns:
array

Definition at line 42 of file wrapping.php.

Wrapping.getCardList (  ) 

Returns greeting cards list if available

Returns:
oxlist

Definition at line 79 of file wrapping.php.

Wrapping.getWrappingList (  ) 

Return basket wrappings list if available

Returns:
oxlist

Definition at line 61 of file wrapping.php.


Member Data Documentation

Wrapping.$_aBasketItemList = null [protected]

Definition at line 20 of file wrapping.php.

Wrapping.$_oCards = null [protected]

Definition at line 34 of file wrapping.php.

Wrapping.$_oWrappings = null [protected]

Definition at line 27 of file wrapping.php.

Wrapping.$_sThisTemplate = 'page/checkout/wrapping.tpl' [protected]

Reimplemented from oxView.

Definition at line 13 of file wrapping.php.


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