$arFilter = array(
"IBLOCK_ID" => 8,
"SECTION_ID" => 2208,
"INCLUDE_SUBSECTIONS" => "Y",
"!PROPERTY_OTHER_COLORS" => false
);
$res = CIBlockElement::GetList(Array(), $arFilter);
echo 'Товаров: '.$res->SelectedRowsCount();
<?
$db_list = CIBlockSection::GetList(Array($by=>$order), Array("IBLOCK_ID"=>$arResult["IBLOCK_ID"]), true, Array("UF_PRICE_NAME"));
while($ar_result = $db_list->GetNext()):
?>
<?$rs_result[] = $ar_result;?>
<?endwhile?>
<?foreach($rs_result as $key => $prices_name):?>
<?print_r($rs_result[$key]["UF_PRICE_NAME"]);?><br>
<?endforeach?>
Или
<?foreach($rs_result as $key => $prices_name):?>
<?print_r($prices_name["UF_PRICE_NAME"]);?><br>
<?endforeach?>
this._create_layer = function()
{
var l = BX.create('DIV', {
props: {
className: 'bx-calendar-layer'
}
});
var month_start = new Date(this.value);
month_start.setUTCHours(0);
month_start.setUTCMinutes(0);
month_start.setUTCDate(1);
if (month_start.getUTCDay() != this.weekStart)
{
var d = month_start.getUTCDay() - this.weekStart;
d += d < 0 ? 7 : 0;
month_start.setUTCDate(month_start.getUTCDate()-d);
}
var cur_month = this.value.getUTCMonth(),
cur_day = this.value.getUTCDate(),
s = '';
for (var i = 0; i < this.numRows; i++)
{
s += '<div class="bx-calendar-range'
+(i == this.numRows-1 ? ' bx-calendar-range-noline' : '')
+'">';
for (var j = 0; j < 7; j++)
{
d = month_start.getUTCDate();
var wd = month_start.getUTCDay();
var className = 'bx-calendar-cell';
if (cur_month != month_start.getUTCMonth())
className += ' bx-calendar-date-hidden';
else if (cur_day == d)
className += ' bx-calendar-active';
if (wd == 0 || wd == 6)
className += ' bx-calendar-weekend';
s += '<a href="javascript:void(0)" class="'+className+'" data-date="' + month_start.valueOf() + '">' + d + '</a>';
month_start.setUTCDate(month_start.getUTCDate()+1);
}
s += '</div>';
}
l.innerHTML = s;
return l;
};
public function ShowHead($bXhtmlStyle=true)
{
echo '<meta http-equiv="Content-Type" content="text/html; charset='.LANG_CHARSET.'"'.($bXhtmlStyle? ' /':'').'>'."\n";
$this->ShowMeta("robots", false, $bXhtmlStyle);
$this->ShowMeta("keywords", false, $bXhtmlStyle);
$this->ShowMeta("description", false, $bXhtmlStyle);
$this->ShowLink("canonical", null, $bXhtmlStyle);
$this->ShowCSS(true, $bXhtmlStyle);
$this->ShowHeadStrings();
$this->ShowHeadScripts();
}
submit "Отправить"
Берёте данные из $_POST и сохраняете.