Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/ilovecveti.ru/bitrix/blocks/bitrix/store.salescenter.order.details/ |
Upload File : |
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } use \Bitrix\Main\Localization\Loc; Loc::loadMessages( \Bitrix\Main\Application::getDocumentRoot() . '/bitrix/blocks/bitrix/store.salescenter.order.details/.description.php' ); /** * @var StoreSalesCenterOrderDetails $classBlock */ ?> <section class="landing-block u-block-border-none"> <div class="container g-font-size-13"> <?php if (\Bitrix\Landing\Landing::getEditMode()): ?> <div class="g-min-height-200 g-flex-centered"> <div class="g-landing-alert"> MESS[LANDING_BLOCK_STORE_SALESCENTER_ORDER_DETAIL_ALERT] </div> </div> <?php else: ?> <?php $APPLICATION->IncludeComponent( 'bitrix:salescenter.order.details', '.default', [ 'ID' => $classBlock->get('ORDER_ID'), 'PAYMENT_ID' => $classBlock->get('PAYMENT_ID'), 'TEMPLATE_MODE' => 'lightmode', 'ACTIVE_DATE_FORMAT' => 'd F Y', 'ALLOW_SELECT_PAYMENT_PAY_SYSTEM' => 'Y', 'SHOW_HEADER' => 'Y', ], false ); ?> <?php endif; ?> </div> </section>