Magento News
Magento: how to filter order list by shipping method?
I try to create custom grid with orders shipped by some shipping method (for example TNT). Here is a method where should be a filter:
protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
$this->setCollection($collection);
return parent::_prepareCollection();
}
I’m going to use something like addFieldToFilter(), but I don’t know field name. Could you help me?
Magento: how to filter order list by shipping method?
Possibly Related Posts:
- Database query different results
- Menu highlight in magento under admin
- magento disable a banner on certain category pages or have a banner with multiple links
- Magento, using ACL for frontend. Possible?
- Magento IE-7 Fix In Windows XP
RSS Feed