@@ -215,14 +214,14 @@ if ($STEP === 1) {
if ($keyField === $propertyKey) { ?>
@@ -241,7 +240,7 @@ if ($STEP === 1) {
getOptionClass($prop, true);
- $productSelected = $settingsService->isOptionSelected(
+ $isSelected = $settingsService->isOptionSelected(
$prop,
$arIBlock['OLD_PROPERTY_PRODUCT_SELECT'],
$propertyKey
@@ -251,7 +250,7 @@ if ($STEP === 1) {
= $settingsService->getHlTableName($prop)
?? $productHlTableName;
- echo $productSelected ? ' selected' : '';
+ echo $isSelected ? ' selected' : '';
?>
>
=$prop['NAME']?>
@@ -376,19 +375,18 @@ if ($STEP === 1) {
|
-
+
|