Public Member Functions | |
getBasketItems () | |
getWrappingList () | |
getCardList () | |
changeWrapping () | |
Protected Attributes | |
$_sThisTemplate = 'page/checkout/wrapping.tpl' | |
$_aBasketItemList = null | |
$_oWrappings = null | |
$_oCards = null |
Managing Gift Wrapping
Definition at line 6 of file wrapping.php.
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.
Definition at line 103 of file wrapping.php.
Wrapping.getBasketItems | ( | ) |
Wrapping.getCardList | ( | ) |
Wrapping.getWrappingList | ( | ) |
Return basket wrappings list if available
Definition at line 60 of file wrapping.php.
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.