Class Mage_Catalog_Helper_Data
Catalog data helper
- Mage_Core_Helper_Abstract
- Mage_Catalog_Helper_Data
Package: Mage\Catalog
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/Catalog/Helper/Data.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/Catalog/Helper/Data.php
public
|
|
public
string
|
#
getBreadcrumbPath( )
Return current category path or get it from current category and creating array of categories|product paths for breadcrumbs |
protected
boolean
|
|
public
|
|
public
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
integer
|
|
public
boolean
|
|
public
boolean
|
#
shouldSaveUrlRewritesHistory( integer $storeId = null )
Indicate whether to save URL Rewrite History or not (create redirects to old URLs) |
public
boolean
|
|
public
boolean
|
#
isUrlDirectivesParsingAllowed( )
Check if the parsing of URL directives is allowed for the catalog |
public
Varien_Filter_Template
|
|
public
array
|
|
public
boolean
|
|
public
null|string
|
|
public
boolean
|
|
public
string
|
|
public
string
|
|
public
boolean
|
#
canApplyMsrp( integer|
Check if can apply Minimum Advertise price to product in specific visibility |
public
boolean
|
#
canApplyMsrpToProductType(
Check whether MAP applied to product Product Type |
public
string
|
|
public
boolean
|
#
isShowPriceOnGesture(
Check is product need gesture to show price |
public
boolean
|
#
shouldDisplayProductCountOnLayer( integer $storeId = null )
Whether to display items count for each filter option |
integer |
PRICE_SCOPE_GLOBAL
|
0 |
|
integer |
PRICE_SCOPE_WEBSITE
|
1 |
|
string |
XML_PATH_PRICE_SCOPE
|
'catalog/price/scope' |
|
string |
XML_PATH_SEO_SAVE_HISTORY
|
'catalog/seo/save_rewrites_history' |
|
string |
CONFIG_USE_STATIC_URLS
|
'cms/wysiwyg/use_static_urls_in_catalog' |
|
string |
CONFIG_PARSE_URL_DIRECTIVES
|
'catalog/frontend/parse_url_directives' |
|
string |
XML_PATH_CONTENT_TEMPLATE_FILTER
|
'global/catalog/content/tempate_filter' |
|
string |
XML_PATH_DISPLAY_PRODUCT_COUNT
|
'catalog/layered_navigation/display_product_count' |
|
string |
XML_PATH_MSRP_ENABLED
|
'sales/msrp/enabled' |
#
Minimum advertise price constants |
string |
XML_PATH_MSRP_DISPLAY_ACTUAL_PRICE_TYPE
|
'sales/msrp/display_price_type' |
|
string |
XML_PATH_MSRP_APPLY_TO_ALL
|
'sales/msrp/apply_for_all' |
|
string |
XML_PATH_MSRP_EXPLANATION_MESSAGE
|
'sales/msrp/explanation_message' |
|
string |
XML_PATH_MSRP_EXPLANATION_MESSAGE_WHATS_THIS
|
'sales/msrp/explanation_message_whats_this' |
protected
string
|
$_categoryPath |
|
#
Breadcrumb Path cache |
protected
array
|
$_mapApplyToProductType | null |
#
Array of product types that MAP enabled |
protected
integer
|
$_storeId | null |
#
Currenty selected store ID if applicable |
$_layout,
$_moduleName,
$_request
|