Esempio n. 1
0
 /**
  * Returns whether the MSRP should be shown on gesture
  *
  * @return bool
  */
 public function isShowPriceOnGesture()
 {
     return $this->catalogDataHelper->isShowPriceOnGesture($this->product);
 }