

Definition at line 9 of file basket.php.
Public Member Functions | |
| render () | |
| getBasketArticles () | |
| getFirstBasketProduct () | |
| getBasketSimilarList () | |
| getSimilarRecommLists () | |
| showBackToShop () | |
| addVoucher () | |
| removeVoucher () | |
| backToShop () | |
Protected Attributes | |
| $_sThisTemplate = 'basket.tpl' | |
| $_sThisAltTemplate = 'content.tpl' | |
| $_blIsOrderStep = true | |
| $_oBasketArticles = null | |
| $_oSimilarList = null | |
| $_oRecommList = null | |
| $_oFirstBasketProduct = null | |
| $_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW | |
| 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).
Template variables: similarlist, basketitemlist
Reimplemented from oxUBase.
Definition at line 78 of file basket.php.
| Basket.getBasketArticles | ( | ) |
Return the current articles from the basket
Definition at line 102 of file basket.php.
| Basket.getFirstBasketProduct | ( | ) |
| Basket.getBasketSimilarList | ( | ) |
| Basket.getSimilarRecommLists | ( | ) |
return the recomm articles
Reimplemented from oxUBase.
Definition at line 156 of file basket.php.
| Basket.showBackToShop | ( | ) |
| Basket.addVoucher | ( | ) |
| Basket.removeVoucher | ( | ) |
Removes voucher from basket (calls oxbasket.removeVoucher())
Definition at line 195 of file basket.php.
| 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 208 of file basket.php.
Basket.$_sThisTemplate = 'basket.tpl' [protected] |
Basket.$_sThisAltTemplate = 'content.tpl' [protected] |
Definition at line 23 of file basket.php.
Basket.$_blIsOrderStep = true [protected] |
Basket.$_oBasketArticles = null [protected] |
Definition at line 37 of file basket.php.
Basket.$_oSimilarList = null [protected] |
Definition at line 44 of file basket.php.
Basket.$_oRecommList = null [protected] |
Definition at line 51 of file basket.php.
Basket.$_oFirstBasketProduct = null [protected] |
Definition at line 59 of file basket.php.
Basket.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented from oxUBase.
Definition at line 66 of file basket.php.
1.5.5