$GLOBALS["APPLICATION"]->IncludeComponent('bitrix:sale.ajax.locations', '',
array(
"AJAX_CALL" => "N",
"COUNTRY_INPUT_NAME" => "COUNTRY_".$arProperties["FIELD_NAME"],
"CITY_INPUT_NAME" => $arProperties["FIELD_NAME"],
"CITY_OUT_LOCATION" => "Y",
"ALLOW_EMPTY_CITY" => $arParams["ALLOW_EMPTY_CITY"],
"LOCATION_VALUE" => $value,
"COUNTRY" => 4,
),
null,
array('HIDE_ICONS' => 'Y')
);
|