Import products - import new field to product DB info

Hi!

If it is a simple field in the cscart_products table, you need to extend the app/schemas/exim/products.php scheme in the following way:

$schema['export_fields']['New field'] => [
    'db_field' => 'new_field'
];

return $schema;