diff --git a/.top.menu.php b/.top.menu.php index 5e1faab..9cdd0ae 100644 --- a/.top.menu.php +++ b/.top.menu.php @@ -1,39 +1,46 @@ $aMenuLinks = Array( - Array( - "Программы", - "/programs/", - Array(), - Array(), - "" - ), - Array( - "Спецпредложения", - "/special/", - Array(), - Array(), - "" - ), - Array( - "Сервисы", - "/services/", - Array(), - Array(), - "" - ), - Array( - "Каталог автомобилей", - "/catalog/", - Array(), - Array(), - "" - ), Array( "О компании", "/about/", Array(), Array(), "" - ) + ), + Array( + "Каталог автомобилей", + "/catalog/", + Array(), + Array(), + "" + ), + Array( + "Спецпредложения", + "/special/", + Array(), + Array(), + "" + ), + Array( + "Программы", + "/programs/", + Array(), + Array(), + "" + ), + Array( + "Сервисы", + "/services/", + Array(), + Array(), + "" + ), + Array( + "Контакты", + "/about/contacts/", + Array(), + Array(), + "" + ), ); ?> \ No newline at end of file diff --git a/about/career/index.php b/about/career/index.php index d231a92..4e7878e 100644 --- a/about/career/index.php +++ b/about/career/index.php @@ -1,6 +1,16 @@ require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); $APPLICATION->SetTitle("Эволюция автолизинга: Карьера"); +$APPLICATION->AddHeadString(''); +?> + + $APPLICATION->IncludeComponent("bitrix:breadcrumb", "evolution", Array( + "PATH" => "", // Путь, для которого будет построена навигационная цепочка (по умолчанию, текущий путь) + "SITE_ID" => "s1", // Cайт (устанавливается в случае многосайтовой версии, когда DOCUMENT_ROOT у сайтов разный) + "START_FROM" => "0", // Номер пункта, начиная с которого будет построена навигационная цепочка + ), + false + ); ?> $APPLICATION->IncludeComponent( diff --git a/about/contacts/index.php b/about/contacts/index.php index 8bd8587..6a3eeba 100644 --- a/about/contacts/index.php +++ b/about/contacts/index.php @@ -2,6 +2,15 @@ require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); $APPLICATION->SetTitle("Эволюция автолизинга: Контакты"); ?> + + $APPLICATION->IncludeComponent("bitrix:breadcrumb", "evolution", Array( + "PATH" => "", // Путь, для которого будет построена навигационная цепочка (по умолчанию, текущий путь) + "SITE_ID" => "s1", // Cайт (устанавливается в случае многосайтовой версии, когда DOCUMENT_ROOT у сайтов разный) + "START_FROM" => "0", // Номер пункта, начиная с которого будет построена навигационная цепочка + ), + false + ); +?> $APPLICATION->IncludeComponent( "evolution:about.contacts.list", diff --git a/about/index.php b/about/index.php index f2a5b3c..9c92da2 100644 --- a/about/index.php +++ b/about/index.php @@ -3,6 +3,16 @@ require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); $APPLICATION->SetPageProperty("keywords", "Эволюция Автолизинга, о компании Эволюция Автолизинга, история развития Эволюция Автолизинга, достижения компании Эволюция Автолизинга"); $APPLICATION->SetPageProperty("description", "Эволюция – самая динамично развивающаяся автолизинговая компания России. Благодаря огромному опыту в лизинге и лучшим практикам на рынке, за год работы вошли в Топ 10 лизинговых компаний."); $APPLICATION->SetTitle("Эволюция Автолизинга: история развития и достижения компании"); +$APPLICATION->AddHeadString(''); +?> + + $APPLICATION->IncludeComponent("bitrix:breadcrumb", "evolution", Array( + "PATH" => "", // Путь, для которого будет построена навигационная цепочка (по умолчанию, текущий путь) + "SITE_ID" => "s1", // Cайт (устанавливается в случае многосайтовой версии, когда DOCUMENT_ROOT у сайтов разный) + "START_FROM" => "0", // Номер пункта, начиная с которого будет построена навигационная цепочка + ), + false + ); ?>
= $agency['NAME']; ?>
+= $agency['NAME']; ?> [= $agency['ID']; ?>]
Новость
diff --git a/local/components/evolution/banner.ask/.description.php b/local/components/evolution/banner.ask/.description.php new file mode 100644 index 0000000..a20bdf3 --- /dev/null +++ b/local/components/evolution/banner.ask/.description.php @@ -0,0 +1,8 @@ + +if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); + +$arTemplateDescription = array( + "NAME" => GetMessage("DEFAULT_NAME"), + "DESCRIPTION" => GetMessage("DEFAULT_DESC"), +); +?> \ No newline at end of file diff --git a/local/components/evolution/banner.ask/component.php b/local/components/evolution/banner.ask/component.php new file mode 100644 index 0000000..81e8d0e --- /dev/null +++ b/local/components/evolution/banner.ask/component.php @@ -0,0 +1,13 @@ + +if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); +/** @var CBitrixComponent $this */ +/** @var array $arParams */ +/** @var array $arResult */ +/** @var string $componentPath */ +/** @var string $componentName */ +/** @var string $componentTemplate */ +/** @global CDatabase $DB */ +/** @global CUser $USER */ +/** @global CMain $APPLICATION */ + +$this->IncludeComponentTemplate(); \ No newline at end of file diff --git a/local/components/evolution/banner.ask/lang/ru/.description.php b/local/components/evolution/banner.ask/lang/ru/.description.php new file mode 100644 index 0000000..d303aa0 --- /dev/null +++ b/local/components/evolution/banner.ask/lang/ru/.description.php @@ -0,0 +1,4 @@ + +$MESS ['DEFAULT_NAME'] = "Баннер в каталоге 'Спросить у консультанта'"; +$MESS ['DEFAULT_DESC'] = "Баннер в каталоге 'Спросить у консультанта'"; +?> \ No newline at end of file diff --git a/local/components/evolution/banner.ask/templates/.default/script.js b/local/components/evolution/banner.ask/templates/.default/script.js new file mode 100644 index 0000000..bb0d340 --- /dev/null +++ b/local/components/evolution/banner.ask/templates/.default/script.js @@ -0,0 +1,9 @@ +$(function() +{ + $("#to_form_button").on("click", function(event) + { + $('html, body').animate({ + scrollTop: $("#order").offset().top - 100 + }, 200); + }); +}); \ No newline at end of file diff --git a/local/components/evolution/banner.ask/templates/.default/style.css b/local/components/evolution/banner.ask/templates/.default/style.css new file mode 100644 index 0000000..e69de29 diff --git a/local/components/evolution/banner.ask/templates/.default/template.php b/local/components/evolution/banner.ask/templates/.default/template.php new file mode 100644 index 0000000..a93ab12 --- /dev/null +++ b/local/components/evolution/banner.ask/templates/.default/template.php @@ -0,0 +1,22 @@ +setFrameMode(true); +?> + \ No newline at end of file diff --git a/local/components/evolution/banner.inner/.description.php b/local/components/evolution/banner.inner/.description.php new file mode 100644 index 0000000..a20bdf3 --- /dev/null +++ b/local/components/evolution/banner.inner/.description.php @@ -0,0 +1,8 @@ + +if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); + +$arTemplateDescription = array( + "NAME" => GetMessage("DEFAULT_NAME"), + "DESCRIPTION" => GetMessage("DEFAULT_DESC"), +); +?> \ No newline at end of file diff --git a/local/components/evolution/banner.inner/component.php b/local/components/evolution/banner.inner/component.php new file mode 100644 index 0000000..782af07 --- /dev/null +++ b/local/components/evolution/banner.inner/component.php @@ -0,0 +1,40 @@ + +if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); +/** @var CBitrixComponent $this */ +/** @var array $arParams */ +/** @var array $arResult */ +/** @var string $componentPath */ +/** @var string $componentName */ +/** @var string $componentTemplate */ +/** @global CDatabase $DB */ +/** @global CUser $USER */ +/** @global CMain $APPLICATION */ + +use Bitrix\Main\Context, + Bitrix\Main\Type\DateTime, + Bitrix\Main\Loader, + Bitrix\Iblock; + +if($this->StartResultCache(60*60*24, md5(var_export($_POST, true)))) +{ + if(CModule::IncludeModule('iblock')) + { + $filter = ["ACTIVE" => "Y", "IBLOCK_ID" => IBLOCK_ID_BANNERS_INNER]; + $banner_res = CIBlockElement::GetList(["RAND" => "ASC", ], $filter, false, [ "nPageSize" => 1 ]); + + while ($banner_ob_element = $banner_res->GetNextElement()) + { + $banner_ar_res = $banner_ob_element->GetFields(); + $banner_ar_res['PROPERTIES'] = $banner_ob_element->GetProperties(); + + if(isset($banner_ar_res['PREVIEW_PICTURE'])) + { + $banner_ar_res['PREVIEW_PICTURE'] = CFile::GetPath($banner_ar_res['PREVIEW_PICTURE']); + } + + $arResult['BANNER'] = $banner_ar_res; + } + + $this->IncludeComponentTemplate(); + } +} \ No newline at end of file diff --git a/local/components/evolution/banner.inner/ru/.description.php b/local/components/evolution/banner.inner/ru/.description.php new file mode 100644 index 0000000..1986cb3 --- /dev/null +++ b/local/components/evolution/banner.inner/ru/.description.php @@ -0,0 +1,4 @@ + +$MESS ['DEFAULT_NAME'] = "Внутренний баннер"; +$MESS ['DEFAULT_DESC'] = "Внутренний баннер"; +?> \ No newline at end of file diff --git a/local/components/evolution/banner.inner/templates/.default/script.js b/local/components/evolution/banner.inner/templates/.default/script.js new file mode 100644 index 0000000..bb0d340 --- /dev/null +++ b/local/components/evolution/banner.inner/templates/.default/script.js @@ -0,0 +1,9 @@ +$(function() +{ + $("#to_form_button").on("click", function(event) + { + $('html, body').animate({ + scrollTop: $("#order").offset().top - 100 + }, 200); + }); +}); \ No newline at end of file diff --git a/local/components/evolution/banner.inner/templates/.default/style.css b/local/components/evolution/banner.inner/templates/.default/style.css new file mode 100644 index 0000000..e69de29 diff --git a/local/components/evolution/banner.inner/templates/.default/template.php b/local/components/evolution/banner.inner/templates/.default/template.php new file mode 100644 index 0000000..5268f85 --- /dev/null +++ b/local/components/evolution/banner.inner/templates/.default/template.php @@ -0,0 +1,22 @@ +setFrameMode(true); +?> + + \ No newline at end of file diff --git a/local/components/evolution/callback.button/.description.php b/local/components/evolution/callback.button/.description.php new file mode 100644 index 0000000..a20bdf3 --- /dev/null +++ b/local/components/evolution/callback.button/.description.php @@ -0,0 +1,8 @@ + +if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); + +$arTemplateDescription = array( + "NAME" => GetMessage("DEFAULT_NAME"), + "DESCRIPTION" => GetMessage("DEFAULT_DESC"), +); +?> \ No newline at end of file diff --git a/local/components/evolution/callback.button/component.php b/local/components/evolution/callback.button/component.php new file mode 100644 index 0000000..5dcd3ce --- /dev/null +++ b/local/components/evolution/callback.button/component.php @@ -0,0 +1,60 @@ + +if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); +/** @var CBitrixComponent $this */ +/** @var array $arParams */ +/** @var array $arResult */ +/** @var string $componentPath */ +/** @var string $componentName */ +/** @var string $componentTemplate */ +/** @global CDatabase $DB */ +/** @global CUser $USER */ +/** @global CMain $APPLICATION */ + +use Bitrix\Main\Context, + Bitrix\Main\Type\DateTime, + Bitrix\Main\Loader, + Bitrix\Iblock; + +if($this->StartResultCache(60*60*24, md5(var_export($_POST, true)))) +{ + if(CModule::IncludeModule('iblock')) + { + $arResult['ALLOW'] = false; + $arResult['SEARCH'] = $_REQUEST['search']; + + print "\n"; + + $sort = Array("ID" => "DESC"); + $filter = Array("ACTIVE" => "Y", "IBLOCK_ID" => IBLOCK_ID_CALLBACK_SCHEDULE); + $options = Array("nPageSize" => 1); + + $schedule_res = CIBlockElement::GetList($sort, $filter, false, $options); + while ($schedule_element = $schedule_res->GetNextElement()) + { + $schedule = $schedule_element->GetFields(); + $schedule['PROPERTIES'] = $schedule_element->GetProperties(); + + $day = date("w"); + $time = date("H:i"); + + if($schedule['PROPERTIES']['WEEKDAY_'.$day.'_ENABLED']['VALUE_XML_ID'] === "YES") + { + if(!empty($schedule['PROPERTIES']['WEEKDAY_'.$day.'_FROM']['VALUE']) && $schedule['PROPERTIES']['WEEKDAY_'.$day.'_TO']['VALUE']) + { + $from = mktime($schedule['PROPERTIES']['WEEKDAY_'.$day.'_FROM']['VALUE'].":00"); + $now = mktime( $time.":00" ); + $to = mktime($schedule['PROPERTIES']['WEEKDAY_'.$day.'_TO']['VALUE'].":00"); + + if($now >= $from && $now < $to) + { + $arResult['ALLOW'] = true; + print "\n"; + print "\n"; + } + } + } + } + + $this->IncludeComponentTemplate(); + } +} \ No newline at end of file diff --git a/local/components/evolution/callback.button/lang/ru/.description.php b/local/components/evolution/callback.button/lang/ru/.description.php new file mode 100644 index 0000000..f0bce42 --- /dev/null +++ b/local/components/evolution/callback.button/lang/ru/.description.php @@ -0,0 +1,4 @@ + +$MESS ['DEFAULT_NAME'] = "Кнопка \"Обратный звонок\""; +$MESS ['DEFAULT_DESC'] = "Кнопка \"Обратный звонок\""; +?> \ No newline at end of file diff --git a/local/components/evolution/callback.button/templates/.default/script.js b/local/components/evolution/callback.button/templates/.default/script.js new file mode 100644 index 0000000..e69de29 diff --git a/local/components/evolution/callback.button/templates/.default/style.css b/local/components/evolution/callback.button/templates/.default/style.css new file mode 100644 index 0000000..e69de29 diff --git a/local/components/evolution/callback.button/templates/.default/template.php b/local/components/evolution/callback.button/templates/.default/template.php new file mode 100644 index 0000000..22e6ec9 --- /dev/null +++ b/local/components/evolution/callback.button/templates/.default/template.php @@ -0,0 +1,17 @@ +setFrameMode(true); +?> + if($arResult['ALLOW']): ?> + + endif; ?> \ No newline at end of file diff --git a/local/components/evolution/catalog.brands/.description.php b/local/components/evolution/catalog.brands/.description.php new file mode 100644 index 0000000..a20bdf3 --- /dev/null +++ b/local/components/evolution/catalog.brands/.description.php @@ -0,0 +1,8 @@ + +if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); + +$arTemplateDescription = array( + "NAME" => GetMessage("DEFAULT_NAME"), + "DESCRIPTION" => GetMessage("DEFAULT_DESC"), +); +?> \ No newline at end of file diff --git a/local/components/evolution/catalog.brands/component.php b/local/components/evolution/catalog.brands/component.php new file mode 100644 index 0000000..c49519c --- /dev/null +++ b/local/components/evolution/catalog.brands/component.php @@ -0,0 +1,54 @@ + +if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); +/** @var CBitrixComponent $this */ +/** @var array $arParams */ +/** @var array $arResult */ +/** @var string $componentPath */ +/** @var string $componentName */ +/** @var string $componentTemplate */ +/** @global CDatabase $DB */ +/** @global CUser $USER */ +/** @global CMain $APPLICATION */ + +use Bitrix\Main\Context, + Bitrix\Main\Type\DateTime, + Bitrix\Main\Loader, + Bitrix\Iblock; + +//if($this->StartResultCache(60*60*24, md5(var_export($_POST, true)))) +//{ + if(CModule::IncludeModule('iblock')) + { + $arResult = [ + 'BRANDS' => [] + ]; + + $brands_res = CIBlockElement::GetList([ "NAME" => "ASC" ], [ "ACTIVE" => "Y", "IBLOCK_ID" => IBLOCK_ID_BRANDS ], false, []); + while ($brands_ob_element = $brands_res->GetNextElement()) + { + $brands_ar_res = $brands_ob_element->GetFields(); + $brands_ar_res['PROPERTIES'] = $brands_ob_element->GetProperties(); + + if(isset($brands_ar_res['PREVIEW_PICTURE'])) + { + $brands_ar_res['PREVIEW_PICTURE'] = CFile::GetPath($brands_ar_res['PREVIEW_PICTURE']); + } + else + { + $cars_res = CIBlockElement::GetList([ "PROPERTY_PRICE" => "DESC" ], [ "ACTIVE" => "Y", "IBLOCK_ID" => IBLOCK_ID_CATALOG_CARS_NEW, "PROPERTY_BRAND" => $brands_ar_res['ID'] ], false, [ "nPageSize" => 1 ]); + while ($cars_ob_element = $cars_res->GetNextElement()) + { + $cars_ar_res = $cars_ob_element->GetFields(); + $cars_ar_res['PROPERTIES'] = $cars_ob_element->GetProperties(); + + $brands_ar_res['PREVIEW_PICTURE'] = $cars_ar_res['PROPERTIES']['IMAGE_URL']['VALUE']; + } + + } + + $arResult['BRANDS'][] = $brands_ar_res; + } + + $this->IncludeComponentTemplate(); + } +//} \ No newline at end of file diff --git a/local/components/evolution/catalog.brands/lang/ru/.description.php b/local/components/evolution/catalog.brands/lang/ru/.description.php new file mode 100644 index 0000000..be104ac --- /dev/null +++ b/local/components/evolution/catalog.brands/lang/ru/.description.php @@ -0,0 +1,4 @@ + +$MESS ['DEFAULT_NAME'] = "Список марок ЛКТ"; +$MESS ['DEFAULT_DESC'] = "Список марок ЛКТ"; +?> \ No newline at end of file diff --git a/local/components/evolution/catalog.brands/templates/.default/script.js b/local/components/evolution/catalog.brands/templates/.default/script.js new file mode 100644 index 0000000..e69de29 diff --git a/local/components/evolution/catalog.brands/templates/.default/style.css b/local/components/evolution/catalog.brands/templates/.default/style.css new file mode 100644 index 0000000..e69de29 diff --git a/local/components/evolution/catalog.brands/templates/.default/template.php b/local/components/evolution/catalog.brands/templates/.default/template.php new file mode 100644 index 0000000..fc9bda8 --- /dev/null +++ b/local/components/evolution/catalog.brands/templates/.default/template.php @@ -0,0 +1,25 @@ +setFrameMode(true); +?> += $arParams['TITLE']; ?>
+ foreach($arResult['BRANDS'] AS $brand): ?> + + endforeach; ?> += $arParams['PROPERTIES']['BRAND']['RELATED']['NAME']; ?> = $arParams['PROPERTIES']['MODEL']['RELATED']['NAME']; ?> = $arParams['PROPERTIES']['BODY']['VALUE']; ?>
++ = $arParams['PROPERTIES']['MODIFICATION']['RELATED']['PROPERTIES']['TITLE']['VALUE']; ?> + = $arParams['PROPERTIES']['ENGINE_FUEL']['VALUE']; ?>, = $arParams['PROPERTIES']['GEAR']['VALUE']; ?>, = $arParams['PROPERTIES']['ENGINE_POWER']['VALUE']; ?> л.с. +
+Ежемесячный платёж (от)
+= $arParams['CALCULATION']['MONTHLY']; ?> р.
+Стоимость автомобиля (от)
+= number_format($arParams['PROPERTIES']['PRICE']['VALUE'], 0, ".", " "); ?> р.
+Экономия по налогу на прибыль (до)
+= $arParams['CALCULATION']['SAVINGS_TAX']; ?> р.
+НДС к возмещению из бюджета (до)
+= $arParams['CALCULATION']['SAVINGS_VAT']; ?> р.
+= isset($arParams['TITLE']) ? $arParams['TITLE'] : $arResult['TITLE']; ?>
+ foreach($arResult['MODELS'] AS $model): ?> + + endforeach; ?> +Другие предложения = $arParams['BRAND_NAME']; ?> = $arParams['MODEL_NAME']; ?>
+ /*Показать все*/?> +Ключевые характеристики
-Стоимость авто
-- - = number_format($arResult['PROPERTIES']['PRICE']['VALUE'], 0, ".", " "); ?> ₽ - - -
- -= $arParams['CAR_PRICE_MIN'] / 1000000; ?> млн
-= $arParams['CAR_PRICE_MAX'] / 1000000; ?> млн
-Первоначальный взнос
-%
-= $arParams['INITIAL_PAYMENT_MIN'];?>%
-= $arParams['INITIAL_PAYMENT_MAX'];?>%
-Срок договора
-мес.
-= $arParams['LEASE_PERIOD_MIN']; ?> мес.
-= $arParams['LEASE_PERIOD_MAX']; ?> мес.
-Выкупной платеж
-%
-= $arParams['REDEMPTION_PAYMENT_MIN']; ?>%
-= $arParams['REDEMPTION_PAYMENT_MAX']; ?>%
-Ежемесячный платеж
-= number_format($arResult['CALCULATION']['monthly_payment'], 0, '.', ' '); ?> ₽
-Экономия по налогу на прибыль (до)
-= number_format($arResult['CALCULATION']['tax_savings'], 0, '.', ' '); ?> ₽
-НДС к возмещению из бюджета (до)
-= number_format($arResult['CALCULATION']['vat_reimbursement'], 0, '.', ' '); ?> ₽
-+ Стоимость авто (от) + ">= number_format($arParams['car_price'], 0, ".", " "); ?> ₽ +
+ +Основная информация
Технические характеристики
Банкротство лизингодателя
Банкротство лизинговой компании не является поводом для изъятия у лизингополучателя объекта лизинга, при условии, что последний не нарушил условия договора лизинга.
Внутренний лизинг
Лизинг, при котором всё стороны договора лизинга являются резиденты Республики Беларусь.
Стоимость авто
++ + = number_format($arResult['PROPERTIES']['PRICE']['VALUE'], 0, ".", " "); ?> ₽ + + +
+ += $arParams['CAR_PRICE_MIN'] / 1000000; ?> млн
+= $arParams['CAR_PRICE_MAX'] / 1000000; ?> млн
+Первоначальный взнос
+%
+= $arParams['INITIAL_PAYMENT_MIN'];?>%
+= $arParams['INITIAL_PAYMENT_MAX'];?>%
+Срок договора
+мес.
+= $arParams['LEASE_PERIOD_MIN']; ?> мес.
+= $arParams['LEASE_PERIOD_MAX']; ?> мес.
+Выкупной платеж
+%
+= $arParams['REDEMPTION_PAYMENT_MIN']; ?>%
+= $arParams['REDEMPTION_PAYMENT_MAX']; ?>%
+Ежемесячный платеж
+= number_format($arResult['CALCULATION']['monthly_payment'], 0, '.', ' '); ?> ₽
+Экономия по налогу на прибыль (до)
+= number_format($arResult['CALCULATION']['tax_savings'], 0, '.', ' '); ?> ₽
+НДС к возмещению из бюджета (до)
+= number_format($arResult['CALCULATION']['vat_reimbursement'], 0, '.', ' '); ?> ₽
+Другие модели Audi A3 Sedan
+ Показать все +
+
+
+
+
+
+ Рекомендуемые модели Audi для вас
+ Показать все +
+
+
+
+
+
+ Рекомендуемые модели = $arParams['BRAND_NAME']; ?> для Вас
+ /*Показать все*/?> += $arItem['PROPERTIES']['BRAND']['RELATED']['NAME']; ?> = $arItem['PROPERTIES']['MODEL']['RELATED']['NAME']; ?> = $arItem['PROPERTIES']['BODY']['VALUE']; ?>
++ = $arItem['PROPERTIES']['MODIFICATION']['RELATED']['PROPERTIES']['TITLE']['VALUE']; ?> + = $arItem['PROPERTIES']['ENGINE_FUEL']['VALUE']; ?>, = $arItem['PROPERTIES']['GEAR']['VALUE']; ?>, = $arItem['PROPERTIES']['ENGINE_POWER']['VALUE']; ?> л.с. +
+Ежемесячный платёж (от)
+= $arItem['CALCULATION']['MONTHLY']; ?> р.
+Стоимость автомобиля (от)
+= number_format($arItem['PROPERTIES']['PRICE']['VALUE'], 0, ".", " "); ?> р.
+Экономия по налогу на прибыль (до)
+= $arItem['CALCULATION']['SAVINGS_TAX']; ?> р.
+НДС к возмещению из бюджета (до)
+= $arItem['CALCULATION']['SAVINGS_VAT']; ?> р.
+
- = $arItem['PROPERTIES']['BRAND']['RELATED']['NAME']; ?> = $arItem['PROPERTIES']['MODEL']['RELATED']['NAME']; ?> = $arItem['PROPERTIES']['BODY']['VALUE']; ?>
-- = $arItem['PROPERTIES']['MODIFICATION']['RELATED']['PROPERTIES']['TITLE']['VALUE']; ?> - = $arItem['PROPERTIES']['ENGINE_FUEL']['VALUE']; ?>, = $arItem['PROPERTIES']['GEAR']['VALUE']; ?>, = $arItem['PROPERTIES']['ENGINE_POWER']['VALUE']; ?> л.с. -
-Ежемесячный платёж (от)
-= $arItem['CALCULATION']['MONTHLY']; ?> р.
-Стоимость автомобиля (от)
-= number_format($arItem['PROPERTIES']['PRICE']['VALUE'], 0, ".", " "); ?> р.
-Экономия по налогу на прибыль (до)
-= $arItem['CALCULATION']['SAVINGS_TAX']; ?> р.
-НДС к возмещению из бюджета (до)
-= $arItem['CALCULATION']['SAVINGS_VAT']; ?> р.
-
Рекомендуемые модели Audi для вас
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Седаны в лизинг
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+