|
OXID eShop CE
4.9.10
|
Inheritance diagram for Basket:
Collaboration diagram for Basket:Protected Member Functions | |
| _setWrappingInfo ($oBasket, $aWrapping) | |
Protected Member Functions inherited from oxUBase | |
| _getComponentNames () | |
| _processRequest () | |
| _getMetaFromSeo ($sDataType) | |
| _getMetaFromContent ($sMetaIdent) | |
| _forceNoIndex () | |
| _setNrOfArtPerPage () | |
| _getSeoObjectId () | |
| _prepareMetaDescription ($sMeta, $iLength=1024, $blRemoveDuplicatedWords=false) | |
| _prepareMetaKeyword ($sKeywords, $blRemoveDuplicatedWords=true) | |
| _removeDuplicatedWords ($aInput, $aSkipTags=array()) | |
| _getSubject ($iLang) | |
| _getRequestParams ($blAddPageNr=true) | |
| _getSeoRequestParams () | |
| _addPageNrParam ($sUrl, $iPage, $iLang=null) | |
| _canRedirect () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxUBase | |
| static | $_aCollectedComponentNames = null |
Current session shopping cart (basket item list). Contains with user selected articles (with detail information), list of similar products, top offer articles. OXID eShop -> SHOPPING CART.
Definition at line 9 of file basket.php.
|
protected |
Sets basket wrapping
| oxBasket | $oBasket | |
| array | $aWrapping |
Definition at line 369 of file basket.php.
| Basket::addVoucher | ( | ) |
| Basket::backToShop | ( | ) |
Redirects user back to previous part of shop (list, details, ...) from basket. Used with option "Display Message when Product is added to Cart" set to "Open Basket" ($myConfig->iNewBasketItemMessage == 3)
Definition at line 227 of file basket.php.
| Basket::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()).
Definition at line 317 of file basket.php.
| Basket::getBasketArticles | ( | ) |
Return the current articles from the basket
Definition at line 107 of file basket.php.
| Basket::getBasketContentMarkGenerator | ( | ) |
Method returns object with explanation marks for articles in basket.
Definition at line 355 of file basket.php.
| Basket::getBasketSimilarList | ( | ) |
| Basket::getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 337 of file basket.php.
| Basket::getCardList | ( | ) |
| Basket::getErrorDestination | ( | ) |
Returns a name of the view variable containing the error/exception messages
Reimplemented from oxView.
Definition at line 244 of file basket.php.
| Basket::getFirstBasketProduct | ( | ) |
| Basket::getSimilarRecommListIds | ( | ) |
Return array of id to form recommend list.
Reimplemented from oxUBase.
Definition at line 164 of file basket.php.
| Basket::getWrappingList | ( | ) |
| Basket::isWrapping | ( | ) |
Returns wrapping options availability state (TRUE/FALSE)
Definition at line 254 of file basket.php.
| Basket::removeVoucher | ( | ) |
Removes voucher from basket (calls oxBasket::removeVoucher())
Definition at line 210 of file basket.php.
| Basket::render | ( | ) |
Executes parent::render(), creates list with basket articles Returns name of template file basket::_sThisTemplate (for Search engines return "content.tpl" template to avoid fake orders etc).
Reimplemented from oxUBase.
Definition at line 91 of file basket.php.
| Basket::showBackToShop | ( | ) |
|
protected |
Definition at line 81 of file basket.php.
|
protected |
Definition at line 24 of file basket.php.
|
protected |
Definition at line 60 of file basket.php.
|
protected |
Definition at line 31 of file basket.php.
|
protected |
Definition at line 74 of file basket.php.
|
protected |
Definition at line 53 of file basket.php.
|
protected |
Definition at line 45 of file basket.php.
|
protected |
Definition at line 38 of file basket.php.
|
protected |
Definition at line 67 of file basket.php.
|
protected |
Definition at line 17 of file basket.php.