Sorting categories in Magento according to the position in admin

后端 未结 5 635
天命终不由人
天命终不由人 2020-12-31 12:27

I would like to know how to sort this list of categories (I followed this tutorial here http://www.devinrolsen.com/magento-custom-category-listing-block/) in magento by posi

5条回答
  •  北海茫月
    2020-12-31 12:46

    You're making way too much work for yourself trying to deal with IDs and stuff. The following is already sorted by position as standard.

    load(3)->getChildrenCategories();
    ?>
    
    

提交回复
热议问题