Answer the question
In order to leave comments, you need to log in
How to get value from PS setting?
In Shop->Settings->Payment systems there is a "Sberbank receipt". It has default settings that can be driven into the account.
I need to get them all, how can I do this?
I just haven't found an answer to my question.
Answer the question
In order to leave comments, you need to log in
First, get the values of all business senses
<?php
\Bitrix\Main\Loader::includeModule('sale');
$list = \CSalePaySystemAction::getParamsByConsumer();
<?php
$fio = $list['BUYER_PERSON_FIO'];
$zip = $list['BUYER_PERSON_ZIP'];
// итд
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question