This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you can use this in your templae: | |
Mage::helper('catalog')->getBreadcrumbPath(); | |
Warning: Function returns multidimensional array, not string as noted! So you have to loop a little bit... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<catalog_category_default> | |
<reference name="product_list"> | |
<action method="setDefaultDirection"> | |
<dir>DESC</dir> | |
</action> | |
</reference> | |
</catalog_category_default> |