public function getPriceItem($price, $groupPrice = null, $format = 1) { if ($groupPrice !== null) { $price = $groupPrice; } if ($format == 1) { $price = $this->getPriceFormat($price); } return $price; }