Class Mage_Wishlist_Block_Abstract
Wishlist Product Items abstract Block
- Varien_Object
- Mage_Core_Block_Abstract
- Mage_Core_Block_Template
- Mage_Catalog_Block_Product_Abstract
- Mage_Wishlist_Block_Abstract
Direct known subclasses
Mage_Rss_Block_Wishlist, Mage_Wishlist_Block_Customer_Sidebar, Mage_Wishlist_Block_Customer_Wishlist, Mage_Wishlist_Block_Customer_Wishlist_Item_Column, Mage_Wishlist_Block_Customer_Wishlist_Item_Options, Mage_Wishlist_Block_Share_Email_Items, Mage_Wishlist_Block_Share_WishlistIndirect known subclasses
Mage_Wishlist_Block_Customer_Wishlist_Item_Column_Cart, Mage_Wishlist_Block_Customer_Wishlist_Item_Column_Comment, Mage_Wishlist_Block_Customer_Wishlist_Item_Column_Image, Mage_Wishlist_Block_Customer_Wishlist_Item_Column_Remove, Mage_XmlConnect_Block_WishlistPackage: Mage\Wishlist
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/Wishlist/Block/Abstract.php
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
#
_prepareCollection(
Prepare additional conditions to collection |
protected
|
|
public
|
|
public
|
|
public
string
|
#
getItemRemoveUrl(
Retrieve URL for Removing item from wishlist |
public
string
|
#
getItemAddToCartUrl( string|
Retrieve Add Item to shopping cart URL |
public
string
|
#
getSharedItemAddToCartUrl( string|
Retrieve Add Item to shopping cart URL from shared wishlist |
public
string
|
#
getAddToWishlistUrl(
Retrieve URL for adding Product to wishlist |
public
string
|
#
getItemConfigureUrl(
Returns item configure url in wishlist |
public
string
|
#
getEscapedDescription(
Retrieve Escaped Description for Wishlist Item |
public
boolean
|
|
public
string
|
|
public
boolean
|
|
public
integer
|
|
public
float
|
|
public
boolean
|
|
public
|
#
addItemPriceBlockType( string $type, string $block = '', string $template = '' )
Adds special block to render price for item with specific product type |
protected
|
|
public
string
|
#
getPriceHtml(
Returns product price block html Overwrites parent price html return to be ready to show configured, partially configured and non-configured products |
public
string
|
#
getProductUrl(
Retrieve URL to item Product |
XML_PATH_DEBUG_TEMPLATE_HINTS,
XML_PATH_DEBUG_TEMPLATE_HINTS_BLOCKS,
XML_PATH_TEMPLATE_ALLOW_SYMLINK
|
CACHE_GROUP
|
protected
|
$_collection |
|
#
Wishlist Product Items Collection |
protected
|
$_wishlist |
|
#
Store wishlist Model |
protected
array
|
$_itemPriceBlockTypes | array() |
#
List of block settings to render prices for different product types |
protected
array
|
$_cachedItemPriceBlocks | array() |
#
List of block instances to render prices for different product types |
$_allowSymlinks,
$_baseUrl,
$_jsUrl,
$_showTemplateHints,
$_showTemplateHintsBlocks,
$_template,
$_viewDir,
$_viewVars
|