init: function()
{
// ................
if (!this.obPict)
{
this.errorCode = -2;
}
// ................
if (!this.obPictSlider)
{
this.errorCode = -4;
}
// ................
if (this.errorCode === 0)
{
// здесь все инициализируется, добавление в корзину в том числе
unset($arResult['DISPLAY_PROPERTIES']['SPOSOB_PRIMENENIYA']);
foreach ($arResult['DISPLAY_PROPERTIES'] as $key => $property)
{
if ( $key == 'SPOSOB_PRIMENENIYA' ) {
continue;
}