Class Mage_Bundle_Model_Product_Price
Bundle Price Model
- Mage_Catalog_Model_Product_Type_Price
- Mage_Bundle_Model_Product_Price
Package: Mage\Bundle
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Bundle/Model/Product/Price.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Bundle/Model/Product/Price.php
public
boolean
|
|
public
string
|
|
public
float
|
#
getTotalBundleItemsPrice(
Get Total price for Bundle items |
public
float
|
|
public
decimal
|
#
getChildFinalPrice(
Returns final price of a child product |
public
decimal|array
|
#
getTotalPrices(
Retrieve Price considering tier price |
public
decimal
|
#
getMinimalPrice(
Calculate Minimal price of bundle (counting all required options) |
public
decimal
|
|
public
|
|
public
decimal
|
#
getSelectionPreFinalPrice(
Calculate selection price for front view (with applied special of bundle) |
public
decimal
|
#
getSelectionFinalTotalPrice(
Calculate final price of selection with take into account tier price |
protected
float
|
#
_applyGroupPrice(
Apply group price for bundle product |
public
float|null
|
|
protected
decimal
|
#
_applyTierPrice(
Apply tier price for bundle |
public
decimal
|
#
getTierPrice( decimal $qty = null,
Get product tier price by qty |
public static
float
|
#
calculatePrice( float $basePrice, float $specialPrice, string $specialPriceFrom, string $specialPriceTo, float|null|false $rulePrice = false, mixed $wId = null, mixed $gId = null, null|integer $productId = null )
Calculate product price based on special price data and price rules |
public static
float
|
#
calculateSpecialPrice( float $finalPrice, float $specialPrice, string $specialPriceFrom, string $specialPriceTo, mixed $store = null )
Calculate and apply special price |
public
boolean
|
integer |
PRICE_TYPE_FIXED
|
1 |
|
integer |
PRICE_TYPE_DYNAMIC
|
0 |
CACHE_TAG
|
protected
boolean
|
$_isPricesCalculatedByIndex |
|
#
Flag which indicates - is min/max prices have been calculated by index |
$attributeCache
|