Class Mage_Checkout_Block_Cart_Crosssell
-
Varien_Object
-
Mage_Core_Block_Abstract
-
Mage_Core_Block_Template
-
Mage_Catalog_Block_Product_Abstract
-
Mage_Checkout_Block_Cart_Crosssell
Methods summary
public
array
|
#
getItems( )
Get crosssell items
Returns
array
|
public
integer
|
|
protected
array
|
#
_getCartProductIds( )
Get ids of products that are in cart
Get ids of products that are in cart
Returns
array
|
protected
array
|
#
_getCartProductIdsRel( )
Retrieve Array of product ids which have special relation with products in
Cart For example simple product as part of Grouped product
Retrieve Array of product ids which have special relation with products in
Cart For example simple product as part of Grouped product
Returns
array
|
protected
integer
|
#
_getLastAddedProductId( )
Get last product ID that was added to cart and remove this information from
session
Get last product ID that was added to cart and remove this information from
session
Returns
integer
|
public
Mage_Sales_Model_Quote
|
|
protected
Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Link_Product_Collection
|
#
_getCollection( )
Get crosssell products collection
Get crosssell products collection
Returns
|
Methods inherited from Mage_Catalog_Block_Product_Abstract
_addProductAttributesAndPrices(),
_getPriceBlock(),
_getPriceBlockTemplate(),
_initReviewsHelperBlock(),
_prepareLayout(),
_preparePriceRenderer(),
addColumnCountLayoutDepend(),
addPriceBlockType(),
addReviewSummaryTemplate(),
getAddToCartUrl(),
getAddToCompareUrl(),
getAddToWishlistUrl(),
getCanShowProductPrice(),
getColumnCount(),
getColumnCountLayoutDepend(),
getImageLabel(),
getMinimalQty(),
getPageLayout(),
getPriceHtml(),
getProduct(),
getProductUrl(),
getReviewsSummaryHtml(),
getSubmitUrl(),
getTierPriceHtml(),
getTierPriceTemplate(),
getTierPrices(),
hasProductUrl(),
removeColumnCountLayoutDepend()
|
Methods inherited from Mage_Core_Block_Template
_construct(),
_getAllowSymlinks(),
_toHtml(),
assign(),
fetchView(),
getArea(),
getBaseUrl(),
getCacheKeyInfo(),
getDirectOutput(),
getJsUrl(),
getObjectData(),
getShowTemplateHints(),
getTemplate(),
getTemplateFile(),
renderView(),
setScriptPath(),
setTemplate()
|
Methods inherited from Mage_Core_Block_Abstract
__(),
_afterCacheUrl(),
_afterToHtml(),
_beforeCacheUrl(),
_beforeChildToHtml(),
_beforeToHtml(),
_getChildHtml(),
_getSidPlaceholder(),
_getUrlModel(),
_getUrlModelClass(),
_loadCache(),
_saveCache(),
addToChildGroup(),
addToParentGroup(),
append(),
countChildren(),
escapeHtml(),
escapeUrl(),
formatDate(),
formatTime(),
getAction(),
getAnonSuffix(),
getBlockAlias(),
getBlockHtml(),
getCacheKey(),
getCacheLifetime(),
getCacheTags(),
getChild(),
getChildChildHtml(),
getChildData(),
getChildGroup(),
getChildHtml(),
getHelper(),
getIsAnonymous(),
getLayout(),
getMessagesBlock(),
getModuleName(),
getNameInLayout(),
getParentBlock(),
getRequest(),
getSkinUrl(),
getSortedChildBlocks(),
getSortedChildren(),
getUrl(),
getUrlBase64(),
getUrlEncoded(),
helper(),
insert(),
jsQuoteEscape(),
setAnonSuffix(),
setAttribute(),
setBlockAlias(),
setChild(),
setFrameTags(),
setIsAnonymous(),
setLayout(),
setMessagesBlock(),
setNameInLayout(),
setParentBlock(),
sortChildren(),
stripTags(),
toHtml(),
unsetCallChild(),
unsetChild(),
unsetChildren()
|
Properties summary
protected
integer
|
$_maxItemCount
|
4 |
#
Items quantity will be capped to this value
Items quantity will be capped to this value
|
Properties inherited from Mage_Core_Block_Abstract
$_alias,
$_anonSuffix,
$_childGroups,
$_children,
$_childrenHtmlCache,
$_frameCloseTag,
$_frameOpenTag,
$_isAnonymous,
$_layout,
$_messagesBlock,
$_nameInLayout,
$_parent,
$_parentBlock,
$_request,
$_sortInstructions,
$_sortedChildren,
$_urlModel
|