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