diff --git a/local/components/era/calculator/class.php b/local/components/era/calculator/class.php
index d1ec624..d205a7c 100644
--- a/local/components/era/calculator/class.php
+++ b/local/components/era/calculator/class.php
@@ -57,6 +57,7 @@ class EraCalculatorComponent extends CBitrixComponent
$this->arResult['GROUND_WATER'] = $this->getPropertyEnumValues(57);
if ($this->request->isPost() && ($this->request->getPost('calculate') === 'Y' || $this->isAjax)) {
+
$this->processCalculation();
}
diff --git a/local/components/era/calculator/templates/.default/ajax.php b/local/components/era/calculator/templates/.default/ajax.php
index f7abe97..586cb27 100644
--- a/local/components/era/calculator/templates/.default/ajax.php
+++ b/local/components/era/calculator/templates/.default/ajax.php
@@ -43,6 +43,8 @@ if (!empty($arResult['ITEMS'])):
+
+
Попробуйте поменять настройки калькулятора, либо же оставьте заявку в следующей форме:
Нужен септик для бизнеса?
Наш менеджер свяжется с вами в ближайшее время
diff --git a/local/components/era/calculator/templates/.default/template.php b/local/components/era/calculator/templates/.default/template.php
index 5ecdbf0..6eb4a0d 100644
--- a/local/components/era/calculator/templates/.default/template.php
+++ b/local/components/era/calculator/templates/.default/template.php
@@ -207,81 +207,82 @@
- Подходящие септики в нашем каталоге
-
-
-
-
-
-
-
-
-
-
-
-
-
-
=$item['RATING']?>/5
-
-
-
-
-
Пользователей: =$item['PEOPLE_COUNT']?>
-
-
-
Производительность: =$item['PERFORMANCE']?> м³/сут
-
-
-
Залповый сброс: =$item['RESET']?> л
-
-
-
Питание: =$item['POWER']?>
-
-
-
-
=number_format($item['PRICE'], 0, '.', ' ')?> ₽
-
-
-
-
+
Подходящие септики в нашем каталоге
+
+
+
+
+
+
+
+
+
+
+
+
+
+
=$item['RATING']?>/5
+
+
+
+
+
Пользователей: =$item['PEOPLE_COUNT']?>
+
+
+
Производительность: =$item['PERFORMANCE']?> м³/сут
+
+
+
Залповый сброс: =$item['RESET']?> л
+
+
+
Питание: =$item['POWER']?>
+
+
+
+
=number_format($item['PRICE'], 0, '.', ' ')?> ₽
+
+
+
+
+
+
+
+
Отзывы:
+
+
+
-
-
-
Отзывы:
-
-
-
-
-
=$review['HEADER']?>
-
=$review['TEXT']?>
-
-
-
+
+
=$review['HEADER']?>
+
=$review['TEXT']?>
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+