コード例 #1
0
ファイル: MsrpPrice.php プロジェクト: aiesh/magento2
 /**
  * Returns whether the MSRP should be shown on gesture
  *
  * @return bool
  */
 public function isShowPriceOnGesture()
 {
     return $this->catalogDataHelper->isShowPriceOnGesture($this->product);
 }