Class Mage_Adminhtml_Block_Sales_Items_Abstract
Abstract items renderer
- Varien_Object
- Mage_Core_Block_Abstract
- Mage_Core_Block_Template
- Mage_Adminhtml_Block_Template
- Mage_Adminhtml_Block_Sales_Items_Abstract
Direct known subclasses
Mage_Adminhtml_Block_Sales_Items_Renderer_Configurable, Mage_Adminhtml_Block_Sales_Items_Renderer_Default, Mage_Adminhtml_Block_Sales_Recurring_Profile_View_Items, Mage_Adminhtml_Block_Sales_Order_Creditmemo_Create_Items, Mage_Adminhtml_Block_Sales_Order_Creditmemo_View_Items, Mage_Adminhtml_Block_Sales_Order_Invoice_Create_Items, Mage_Adminhtml_Block_Sales_Order_Invoice_View_Items, Mage_Adminhtml_Block_Sales_Order_Shipment_Create_Items, Mage_Adminhtml_Block_Sales_Order_Shipment_View_Items, Mage_Adminhtml_Block_Sales_Order_View_Items, Mage_Adminhtml_Block_Sales_Order_View_Items_Renderer_DefaultIndirect known subclasses
Mage_Bundle_Block_Adminhtml_Sales_Order_Items_Renderer, Mage_Bundle_Block_Adminhtml_Sales_Order_View_Items_Renderer
Package: Mage\Adminhtml
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/Adminhtml/Block/Sales/Items/Abstract.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/Adminhtml/Block/Sales/Items/Abstract.php
protected
|
|
public
|
|
public
|
#
addColumnRender( string $column, string $block, string $template, mixed $type = null )
Add column renderer |
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
#
getColumnHtml( Varien_Object $item, string $column, string $field = null )
Retrieve rendered column html content |
public
|
|
public
|
|
public
|
|
public
string
|
#
displayPriceAttribute( string $code, boolean $strong = false, string $separator = '<br />' )
Retrieve price attribute html content |
public
string
|
#
displayPrices( float $basePrice, float $price, boolean $strong = false, string $separator = '<br />' )
Retrieve price formated html content |
public
string
|
#
displayRoundedPrices( float $basePrice, float $price, integer $precision = 2, boolean $strong = false, string $separator = '<br />' )
Display base and regular prices with specified rounding precision |
public
string
|
|
public
string
|
#
displaySubtotalInclTax( Varien_Object $item )
Retrieve subtotal price include tax html formated content |
public
string
|
|
public
string
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
Mage_Sales_Model_Invoice
|
|
public
|
|
public
boolean
|
#
canReturnItemToStock(
Whether to show 'Return to stock' checkbox for item |
public
boolean
|
#
canParentReturnToStock(
Whether to show 'Return to stock' column for item parent |
public
boolean
|
|
public
boolean
|
#
canShipPartiallyItem(
Return true if can ship items partially |
public
|
_getUrlModelClass(),
_toHtml(),
getFormKey(),
isOutputEnabled()
|
XML_PATH_DEBUG_TEMPLATE_HINTS,
XML_PATH_DEBUG_TEMPLATE_HINTS_BLOCKS,
XML_PATH_TEMPLATE_ALLOW_SYMLINK
|
CACHE_GROUP
|
protected
array
|
$_itemRenders | array() |
#
Renderers with render type key block => the block name template => the template file renderer => the block object |
protected
array
|
$_columnRenders | array() |
#
Renderers for other column with column name key block => the block name template => the template file renderer => the block object |
protected
boolean
|
$_canEditQty | null |
#
Flag - if it is set method canEditQty will return value of it |
$_allowSymlinks,
$_baseUrl,
$_jsUrl,
$_showTemplateHints,
$_showTemplateHintsBlocks,
$_template,
$_viewDir,
$_viewVars
|