I
I
IvanRobot2016-05-20 14:07:04
PHP
IvanRobot, 2016-05-20 14:07:04

How to replace tooltip under field in form?

There is a form. Under the "Location" field, the description is given:
728a97cd8ec14077b24d154b8866960c.png
Tried to find this line in the project files, but the search returned no results. Then I went into the component template directory and found this line:

<?
if (strlen($arProperties["DESCRIPTION"]) > 0)
          {
            ?><br /><small><?echo $arProperties["DESCRIPTION"] ?></small><?
          }
?>

Please tell me how can I change the content of the string.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Oleg Mifle, 2016-05-20
@IvanRobot

This is the description of the "Location" property, you can change it by editing this property in the store module. The properties of the order seem to be called.

S
Seva Sargsyan, 2016-05-20
@sevasargsyan

Search in b.d.

S
Sergey, 2016-05-20
@gangstarcj

Is this a checkout? Look at www.site.ru/bitrix/admin/sale_order_props.php?lang=ru for the required field and change it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question