Esempio n. 1
0
 /**
  * Returns whether price includes tax
  *
  * @return bool
  */
 public function isPriceIncludesTax()
 {
     $showPriceWithTax = $this->weeeHelper->displayTotalsInclTax();
     return $showPriceWithTax;
 }