Exemplo n.º 1
0
 protected function _prepareCollection()
 {
     $listing = Mage::getModel('M2ePro/Listing')->load($this->getListingId());
     $collection = new Ess_M2ePro_Model_Mysql4_Ebay_Motor_Ktypes_Collection('ktype');
     $collection->addFieldToFilter('marketplace_id', $listing->getMarketplaceId());
     $this->setCollection($collection);
     return parent::_prepareCollection();
 }
Exemplo n.º 2
0
 protected function _prepareCollection()
 {
     $collection = new Ess_M2ePro_Model_Mysql4_Ebay_Motor_Specifics_Collection('epid');
     $this->setCollection($collection);
     return parent::_prepareCollection();
 }
Exemplo n.º 3
0
 protected function _prepareCollection()
 {
     $collection = new Ess_M2ePro_Model_Mysql4_Ebay_Motor_Ktypes_Collection('ktype');
     $this->setCollection($collection);
     return parent::_prepareCollection();
 }