1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
template_status.php
См. документацию.
1
<?php
2
3
use
Bitrix\Main\Localization\Loc
;
4
6
7
$invoiceSum
=
$params
[
'INVOICE_SUM_FORMATTED'
] ??
''
;
8
$invoiceStatus
=
$params
[
'INVOICE_STATUS'
] ??
''
;
9
10
?>
11
<div
class
=
"mb-4"
>
12
<div
class
=
"widget-payment-checkout-info"
><?= Loc::getMessage(
'SALE_HANDLERS_PAY_SYSTEM_TBANK_BUSINESS_DESCRIPTION'
) ?></div>
13
<div
class
=
"widget-payment-checkout-info"
>
14
<?php
15
echo Loc::getMessage(
16
'SALE_HANDLERS_PAY_SYSTEM_TBANK_BUSINESS_INVOICE_SUM'
,
17
[
18
'#INVOICE_SUM#'
=>
$invoiceSum
,
19
]
20
);
21
?>
22
</div>
23
<?php
24
if
(
$invoiceStatus
!==
''
):
25
?>
26
<div
class
=
"widget-payment-checkout-info"
>
27
<?php
28
echo Loc::getMessage(
29
'SALE_HANDLERS_PAY_SYSTEM_TBANK_BUSINESS_INVOICE_STATUS'
,
30
[
31
'#INVOICE_STATUS#'
=>
$invoiceStatus
,
32
]
33
);
34
?>
35
</div>
36
<?php
37
endif
;
38
?>
39
</div>
Bitrix\Main\Localization\Loc
Определения
loc.php:12
endif
endif
Определения
csv_new_setup.php:990
$params
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения
template.php:799
$invoiceSum
$invoiceSum
Определения
template.php:7
$invoiceStatus
$invoiceStatus
Определения
template_status.php:8
bitrix
modules
sale
handlers
paysystem
tbankbusiness
template
template_status.php
Создано системой
1.14.0