拷貝檔案/app/code/core/mage/checkout/block/cart.php到/app/code/local/mage/checkout/block/cart.php,打開拷貝過來的cart.php,添加以下代碼
public function _preparelayout()
{
if ( ($breadcrumbs = $this->getlayout()->getblock('breadcrumbs')) ) {
$breadcrumbs->addcrumb('home', array('label'=>mage::helper('cms')->__('home'), 'title'=>mage::helper('cms')->__('go to home page'), 'link'=>mage::getbaseurl()));
$breadcrumbs->addcrumb('cart', array('label' => 'cart', 'title' => 'cart'));
}
return parent::_preparelayout();
效果