Esempio n. 1
0
 /**
  * Returns whether tax should be shown (according to Price Display Settings)
  *
  * @return int
  */
 public function getTaxDisplayConfig()
 {
     $showPriceWithTax = $this->weeeHelper->getTaxDisplayConfig();
     return $showPriceWithTax;
 }