Magento - Toplama sırası belirlenemedi
Bu doğru bir şekilde sıralanmamış gibi görünüyor, yanlış yaptığım bir şey var mı? Öneriler? $componentQuantityCollection = Mage::getModel('catalog/product')->getCollection(); $componentQuantityCollection->joinField('qty', 'cataloginventory/stock_item', 'qty', 'product_id=entity_id', '{{table}}.stock_id=1', 'left'); $componentQuantityCollection->addAttributeToFilter('sku', array('in' => $componentSkus))->setOrder('sku','ASC'); Sıralanmamış gibi görünmeyen, birinciden farklı bir koleksiyon: $kitCollection = Mage::getModel('kitinventory/kitinventory')->getCollection()->addFieldToFilter('kit_sku', $sku)->setOrder('related_sku', 'DESC');