Please help with the export settings

Hi, please tell me with the catalogfill setting, we need a check on the TV parameter. For example, the EXPORT of only goods whose TV number 105 is equal to “1”.

Standard export setup in Catalogfill:

//значения по умолчанию при импорте или проверка при экспорте
$cf_config['imp_content_default'] = array(
    $cf_config['imp_content_default'] = array(
    'content' => array(
        
        //'createdon' => strtotime("now")
    ),
    'tv' => array(
        //7 => 0
    )
    /*
    'category' => array(
        7 => array(
            'class_key' => 'CollectionContainer'
        ),
    ),
    */
);

I tried:
‘tv’ => array(
105 => 1
)

'tv' => array(
    '105' => 1
)

'tv' => array(
    105 => '1'
)

'tv' => array(
    '105' => '1'
)

it does not work with TV specifically… with content-works

if you are talking about this one
tanzirev/catalogFill_1C: Синхронизация 1С с MODX Evolution + Shopkeeper (github.com)

that is for Evolution, which isn’t supported in this forums

MODX Revolution 2.8.3-pl
Catalogfill 2.4.8-pl

hmm… I can’t find anything about catalogfill and Revo. Where did you got that?

Russia ))
not a programmer… as I understand the standard PHP queries. Maybe I’m putting the wrong symbol

Вопрос закрыт, списался с разработчиком - сказал такой функционал не предусмотрен изначально. Все спасибо!

Translated by Google:
The issue is closed, Written off with the developer - said such functionality is not provided initially. Thank you all!

1 Like