Public Member Functions | |
render () | |
getBasketItems () | |
getWrappingList () | |
getCardList () | |
changeWrapping () | |
Protected Attributes | |
$_sThisTemplate = 'wrapping.tpl' | |
$_aBasketItemList = null | |
$_oWrappings = null | |
$_oCards = null |
Wrapping.render | ( | ) |
Executes parent.render(), loads basket article objects, forms wrapping and gift cards list. Returns name of template file to render wishlist._sThisTemplate.
Template variables: basketitemlist, wrappings, cards
Reimplemented from oxUBase.
Wrapping.getBasketItems | ( | ) |
Returns array of shopping basket articles
Wrapping.getWrappingList | ( | ) |
Return basket wrappings list if available
Wrapping.getCardList | ( | ) |
Returns greeting cards list if available
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.
Wrapping.$_sThisTemplate = 'wrapping.tpl' [protected] |
Reimplemented from oxView.
Wrapping.$_aBasketItemList = null [protected] |
Wrapping.$_oWrappings = null [protected] |
Wrapping.$_oCards = null [protected] |