Example #1
0
 /**
  * Check if we need display shipping include tax
  *
  * @return bool
  */
 public function displayIncludeTax()
 {
     return $this->_taxConfig->displayCartShippingInclTax($this->getStore());
 }