예제 #1
0
파일: Shipping.php 프로젝트: aiesh/magento2
 /**
  * Check if we need display shipping include tax
  *
  * @return bool
  */
 public function displayIncludeTax()
 {
     return $this->_taxConfig->displayCartShippingInclTax($this->getStore());
 }