Example #1
0
 /**
  * @param int|null $productId
  * @param int|null $storeId
  * @throws Exception
  * @return Ess_M2ePro_Model_Magento_Product
  */
 public function loadProduct($productId = NULL, $storeId = NULL)
 {
     $this->cache = NULL;
     return parent::loadProduct($productId, $storeId);
 }