getProductPriceEuro() * (1 + $this->getProductMargin()), 2); } public function getProductPriceWithTaxes() { return round($this->getProductPriceEuro() * (1 + $this->getProductMargin()) * (1 + $this->getProductTvaRate()), 2); } }