MCQs > IT & Programming > Magento > Which code samples will get all products sorted by 'position', assuming 'position' is of a numeric type?

Magento MCQs

Which of the following code samples will get all products sorted by 'position', assuming 'position' is of a numeric type?

Answer

Correct Answer: $products = Mage::getModel('catalog/product') ->getCollection() ->addAttributeToSelect('*') ->addAttributeToSort('position', 'ASC'); ->load();

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Magento Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Magento Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it