I want to get the product collection order by product name in magento? any idea??
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
This should help:
see in Magento Wiki
Get all products sorted by product name ascending:-
Get all products sorted by product name descending:-
Get limited number of products (for example: 10 products) sorted by product name ascending:-