A
A
AndTheEnd2018-02-22 07:57:25
1C-Bitrix
AndTheEnd, 2018-02-22 07:57:25

How to display your property for your element?

Good afternoon. Please tell me, I'm a little confused.
Display hint for property.

<?foreach($actualItem["PROPERTIES"] as $k => $value){?>
<?=$value["HINT"];?>
<?}?>

But with this code, it outputs all tooltips for all properties.
How can I display for each property separately?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Ainur Valiev, 2018-02-22
@AndTheEnd

the question is not entirely clear. This code also displays for each sv-va separately.
Maybe you need to display by index?
$actualItem["PROPERTIES"]['PROP_CODE']['HINT']

A
AndTheEnd, 2018-02-22
@AndTheEnd

no, that doesn't work either

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question