Ben şu var:
$products = Mage::getModel('catalog/product')
->getCollection()
->addAttributeToSort('id', 'RAND()')
->addAttributeToSelect('small_image')
->addCategoryFilter(Mage::getModel('catalog/category')
->load($catId));
Ama ben bunu nasıl yapabilirim, id RAND () tarafından sipariş etmek gerekir? (Kod hayır şans ile denedim nasıl gösterir)