摘要: 在Magento目录的分类页面里,经常需要左侧导航获取到父分类和子分类,可以用以下方法:打开app/your_package/your_themes/template/catalog/navigation/left.phtml显示父分类的分类名$currentCat = Mage::registry('current_category');//如果是根目录,则显示当前目录if ( $currentCat->getParentId() == Mage::app()->getStore()->getRootCategoryId() )//显 阅读全文
posted @ 2012-08-27 17:53 hust_zk 阅读(588) 评论(0) 推荐(0) 编辑
摘要: By default, the quantity box on the product page is always blank and that is not very user friendly. It would be great if the box would be set to "1" by default .Now this can be done without any programming - only through configuration changes in the backend as follows:Go toAdmin Panel -&g 阅读全文
posted @ 2012-08-27 17:22 hust_zk 阅读(168) 评论(0) 推荐(0) 编辑