Ejemplo n.º 1
0
 /**
  * Return flag whether to display shipping price excluding tax
  *
  * @return bool
  */
 public function isDisplayShippingPriceExclTax()
 {
     return $this->taxHelper->displayShippingPriceExcludingTax();
 }