Блин не могу перенести корзину с правого sidebar в левый ...
в layouts - захожу
в app/design/default/blank/layout/ catalog.xml там меняю местами темплейт
<!-- Mage_Catalog -->
<reference name="top.menu">
<block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
</reference>
<reference name="left">
<block type="core/template" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
<block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
<action method="setLinkUrl"><url>checkout/cart</url></action>
<block type="core/template" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
это и есть <!-- Mage_Checkout --> ? cheese
--------------------------------------------------------------
пока рылся нашел пока что как удалить миникарт с правого сайдбара - делаеться это в catalog.xml
<remove name="cart_sidebar"/>