|
OXID eShop CE
4.8.10
|
Inheritance diagram for oxcmp_basket:
Collaboration diagram for oxcmp_basket:Public Attributes | |
| $aRedirectParams | |
Protected Member Functions | |
| _getRedirectUrl () | |
| _getItems ($sProductId=null, $dAmount=null, $aSel=null, $aPersParam=null, $blOverride=false) | |
| _addItems ($aProducts) | |
| _setLastCall ($sCallName, $aProductInfo, $aBasketInfo) | |
| _setLastCallFnc ($sCallName) | |
| _getLastCallFnc () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Protected Attributes | |
| $_blIsComponent = true | |
| $_sLastCallFnc = null | |
Protected Attributes inherited from oxView | |
| $_aViewData = array() | |
| $_sClassLocation = null | |
| $_sThisAction = null | |
| $_oParent = null | |
| $_blIsComponent = false | |
| $_sThisTemplate = null | |
| $_sViewId = null | |
| $_sClass = null | |
| $_sFnc = null | |
| $_sTrustedShopId = null | |
| $_sTSExcellenceId = null | |
| $_sCharSet = null | |
| $_sVersion = null | |
| $_blDemoVersion = null | |
| $_blDemoShop = null | |
| $_iNewsStatus = null | |
| $_sShopLogo = null | |
| $_sCategoryId = null | |
| $_oClickCat = null | |
| $_blIsCallForCache = false | |
| $_oViewConf = null | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxView | |
| static | $_blExecuted = false |
Main shopping basket manager. Arranges shopping basket contents, updates amounts, prices, taxes etc. oxcmp
Definition at line 8 of file oxcmp_basket.php.
|
protected |
Adds all articles user wants to add to basket. Returns last added to basket item.
| array | $aProducts | products to add array |
Definition at line 304 of file oxcmp_basket.php.
|
protected |
Collects and returns array of items to add to basket. Product info is taken not only from given parameters, but additionally from request 'aproducts' parameter
| string | $sProductId | product ID |
| double | $dAmount | product amount |
| array | $aSel | product select lists |
| array | $aPersParam | product persistent parameters |
| bool | $blOverride | amount override status |
Definition at line 244 of file oxcmp_basket.php.
|
protected |
Getting last call function name (data used by econda)
Definition at line 390 of file oxcmp_basket.php.
|
protected |
Formats and returns redirect URL where shop must be redirected after storing something to basket
Definition at line 196 of file oxcmp_basket.php.
|
protected |
Setting last call data to session (data used by econda)
| string | $sCallName | name of action ('tobasket', 'changebasket') |
| array | $aProductInfo | data which comes from request when you press button "to basket" |
| array | $aBasketInfo | array returned by oxbasket::getBasketSummary() |
Definition at line 368 of file oxcmp_basket.php.
|
protected |
Setting last call function name (data used by econda)
| string | $sCallName | name of action ('tobasket', 'changebasket') |
Definition at line 380 of file oxcmp_basket.php.
| oxcmp_basket::changebasket | ( | $sProductId = null, |
|
$dAmount = null, |
|||
$aSel = null, |
|||
$aPersParam = null, |
|||
$blOverride = true |
|||
| ) |
Similar to tobasket, except that as product id "bindex" parameter is (can be) taken
| string | $sProductId | Product ID (default null) |
| double | $dAmount | Product amount (default null) |
| array | $aSel | (default null) |
| array | $aPersParam | (default null) |
| bool | $blOverride | If true means increase amount of chosen article (default false) |
Definition at line 151 of file oxcmp_basket.php.
| oxcmp_basket::executeuserchoice | ( | ) |
Executes user choice:
Definition at line 431 of file oxcmp_basket.php.
| oxcmp_basket::init | ( | ) |
Initiates component.
Reimplemented from oxView.
Definition at line 46 of file oxcmp_basket.php.
| oxcmp_basket::isRootCatChanged | ( | ) |
Returns true if active root category was changed
Definition at line 400 of file oxcmp_basket.php.
| oxcmp_basket::render | ( | ) |
Loads basket ($oBasket = $mySession->getBasket()), calls oBasket->calculateBasket, executes parent::render() and returns basket object.
Reimplemented from oxView.
Definition at line 81 of file oxcmp_basket.php.
| oxcmp_basket::tobasket | ( | $sProductId = null, |
|
$dAmount = null, |
|||
$aSel = null, |
|||
$aPersParam = null, |
|||
$blOverride = false |
|||
| ) |
Basket content update controller. Before adding article - check if client is not a search engine. If yes - exits method by returning false. If no - executes oxcmp_basket::_addItems() and puts article to basket. Returns position where to redirect user browser.
| string | $sProductId | Product ID (default null) |
| double | $dAmount | Product amount (default null) |
| array | $aSel | (default null) |
| array | $aPersParam | (default null) |
| bool | $blOverride | If true means increase amount of chosen article (default false) |
Definition at line 108 of file oxcmp_basket.php.
|
protected |
Definition at line 15 of file oxcmp_basket.php.
|
protected |
Definition at line 21 of file oxcmp_basket.php.
| oxcmp_basket::$aRedirectParams |
Definition at line 28 of file oxcmp_basket.php.