コード例 #1
0
ファイル: MsrpPrice.php プロジェクト: aiesh/magento2
 /**
  * Get MAP message for price
  *
  * @return string
  */
 public function getMsrpPriceMessage()
 {
     return $this->catalogDataHelper->getMsrpPriceMessage($this->product);
 }