예제 #1
0
파일: Renderer.php 프로젝트: aiesh/magento2
 /**
  * Whether to display final price that include Weee amounts
  *
  * @return bool
  */
 public function displayFinalPrice()
 {
     return $this->itemPriceRenderer->displayFinalPrice();
 }