i select products with
$products = Mage::getModel('catalog/product')->getCollection()->addAttributeToFilter('entity_id', array('in' => $productIds));
how can i archieve that the collection is in the same order as the ids in $productIds?
thanks
|
i select products with
how can i archieve that the collection is in the same order as the ids in $productIds? thanks |
|||
|
|
See more @ |
|||
|