1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
template.php
См. документацию.
1<?
3Loc::loadMessages(__FILE__);
4
6?>
7<div class="paysystem-yandex mb-4" id="paysystem-assest">
8 <form id="paysystem-assest-form" action="<?=$params['URL'];?>" METHOD="POST">
9
10 <p><?echo Loc::getMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_PROMT"); ?></p>
11 <p><?echo Loc::getMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_ACCOUNT_NO"); ?>
12 <?echo $payment->getField('ACCOUNT_NUMBER').Loc::getMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_ORDER_FROM").$params['PAYMENT_DATE_INSERT']; ?></p>
13 <p><?echo Loc::getMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_ORDER_SUM"); ?>
14 <?echo SaleFormatCurrency($params['PAYMENT_SHOULD_PAY'], $params['PAYMENT_CURRENCY']); ?></p>
15 <?$comment = "Invoice ".$params['PAYMENT_ID']." (".$params['PAYMENT_DATE_INSERT'].")";?>
16
17 <input type="hidden" name="Merchant_ID" value="<?=htmlspecialcharsbx($params['ASSIST_SHOP_IDP']);?>">
18 <input type="hidden" name="OrderNumber" value="<?=htmlspecialcharsbx($params['PAYMENT_ID'])?>">
19 <input type="hidden" name="OrderAmount" value="<?=(str_replace(",", ".", $params['PAYMENT_SHOULD_PAY']));?>">
20 <input type="hidden" name="OrderCurrency" value="<?=(($params['PAYMENT_CURRENCY'] == "RUR") ? "RUB" : htmlspecialcharsbx($params['PAYMENT_CURRENCY']));?>">
21 <input type="hidden" name="Delay" value="<?=htmlspecialcharsbx($params['ASSIST_DELAY'])?>">
22 <input type="hidden" name="Language" value="<?=$context->getLanguage();?>">
23 <input type="hidden" name="URL_RETURN_OK" value="<?=htmlspecialcharsbx($params['ASSIST_SUCCESS_URL']);?>">
24 <input type="hidden" name="URL_RETURN_NO" value="<?=htmlspecialcharsbx($params['ASSIST_FAIL_URL']);?>">
25 <input type="hidden" name="OrderComment" value="<?=htmlspecialcharsbx($comment)?>">
26 <input type="hidden" name="Lastname" value="<?=htmlspecialcharsbx($params['BUYER_PERSON_NAME_LAST']);?>">
27 <input type="hidden" name="Firstname" value="<?=htmlspecialcharsbx($params['BUYER_PERSON_NAME_FIRST']);?>">
28 <input type="hidden" name="Middlename" value="<?=htmlspecialcharsbx($params['BUYER_PERSON_NAME_SECOND']);?>">
29 <input type="hidden" name="Email" value="<?=htmlspecialcharsbx($params['BUYER_PERSON_EMAIL']);?>">
30 <input type="hidden" name="Address" value="<?=htmlspecialcharsbx($params['BUYER_PERSON_ADDRESS']);?>">
31 <input type="hidden" name="MobilePhone" value="<?=htmlspecialcharsbx($params['BUYER_PERSON_PHONE']);?>">
32 <input type="hidden" name="CardPayment" value="<?=((int)$params['ASSIST_PAYMENT_CardPayment'] == 1) ? 1 : 0;?>">
33 <input type="hidden" name="YMPayment" value="<?=((int)$params['ASSIST_PAYMENT_YMPayment'] == 1) ? 1 : 0;?>">
34 <input type="hidden" name="QIWIPayment" value="<?=((int)$params['ASSIST_PAYMENT_QIWIPayment'] == 1) ? 1 : 0;?>">
35 <input type="hidden" name="WMPayment" value="<?=((int)$params['ASSIST_PAYMENT_WebMoneyPayment'] == 1) ? 1 : 0;?>">
36
37 <input type="submit" name="Submit" class="btn btn-lg btn-success pl-4 pr-4" style="border-radius: 32px;" value="<?=Loc::getMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_ACTION");?>">
38</form>
39
40<p><strong><?echo GetMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_NOTES_TITLE")?></strong></p>
41<p><?echo GetMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_NOTES")?></p>
42<p><strong><?echo GetMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_NOTES_TITLE1")?></strong></p>
43<p><?echo GetMessage("SALE_HANDLERS_PAY_SYSTEM_ASSIST_NOTES1")?></p>
static getInstance()
Определения application.php:98
$context
Определения csv_new_setup.php:223
GetMessage($name, $aReplace=null)
Определения tools.php:3397
$payment
Определения payment.php:14
font style
Определения invoice.php:442
$comment
Определения template.php:15
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения template.php:799
SaleFormatCurrency($fSum, $strCurrency, $OnlyValue=false, $withoutFormat=false)
Определения include.php:142