コード例 #1
0
ファイル: Review.php プロジェクト: xiaoguizhidao/magento
 public function getEntitySummary($product, $storeId = 0)
 {
     Mage::helper('udratings')->useEt($this->getEntityId());
     parent::getEntitySummary($product);
     Mage::helper('udratings')->resetEt();
 }