1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
default_option.php
См. документацию.
1<?php
3 'export_default_path' => '/bitrix/catalog_export/',
4 'default_catalog_1c' => '',
5 'deactivate_1c_no_price' => 'N',
6 'yandex_xml_period' => 24,
7 'default_outfile_action' => 'D',
8 'yandex_agent_file' => '',
9 'allowed_product_fields' => 'IE_XML_ID,IE_NAME,IE_PREVIEW_TEXT,IE_DETAIL_TEXT,CP_QUANTITY,CP_WEIGHT,CP_WIDTH,CP_HEIGHT,CP_LENGTH',
10 'allowed_price_fields' => 'CV_PRICE,CV_CURRENCY',
11 'num_catalog_levels' => 3,
12 'allowed_group_fields' => 'IC_GROUP',
13 'allowed_currencies' => 'USD',
14 'avail_content_groups' => '',
15 '1C_IBLOCK_TYPE' => '-',
16 '1C_SITE_LIST' => '-',
17 '1C_INTERVAL' => 30,
18 '1C_GROUP_PERMISSIONS' => '-',
19 '1C_ELEMENT_ACTION' => 'D',
20 '1C_SECTION_ACTION' => 'D',
21 '1C_FILE_SIZE_LIMIT' => 204800,
22 '1C_USE_CRC' => 'Y',
23 '1C_USE_ZIP' => 'Y',
24 '1C_USE_IBLOCK_PICTURE_SETTINGS' => 'N',
25 '1C_GENERATE_PREVIEW' => 'Y',
26 '1C_PREVIEW_WIDTH' => 100,
27 '1C_PREVIEW_HEIGHT' => 100,
28 '1C_DETAIL_RESIZE' => 'Y',
29 '1C_DETAIL_WIDTH' => 300,
30 '1C_DETAIL_HEIGHT' => 300,
31 '1C_USE_OFFERS' => 'N',
32 '1C_FORCE_OFFERS' => 'N',
33 '1C_USE_IBLOCK_TYPE_ID' => 'N',
34 '1C_TRANSLIT_ON_ADD' => 'Y',
35 '1C_TRANSLIT_ON_UPDATE' => 'Y',
36 '1C_TRANSLIT_REPLACE_CHAR' => '_',
37 '1C_DISABLE_CHANGE_PRICE_NAME' => 'Y',
38 '1C_IBLOCK_CACHE_MODE' => 'N',
39 'do_use_discount_product' => 'Y',
40 'do_use_discount_cat_group' => 'Y',
41 'do_use_discount_section' => 'Y',
42 'do_use_discount_group' => 'Y',
43 'do_use_discount_iblock' => 'Y',
44 'save_product_without_price' => 'N',
45 'save_product_with_empty_price_range' => 'N',
46 'keep_existing_properties' => 'Y',
47 'keep_existing_data' => 'N',
48 'activate_file_data' => 'Y',
49 'get_discount_percent_from_base_price' => 'N',
50 'discsave_apply' => 'R',
51 'default_quantity_trace' => 'N',
52 'default_can_buy_zero' => 'N',
53 'check_rights_on_decrease_store_quantity' => 'N',
54 'allow_negative_amount' => 'N',
55 'default_use_store_control' => 'N',
56 'store_control_mode' => '',
57 'show_store_shipping_center' => 'N',
58 'enable_reservation' => 'Y',
59 'default_subscribe' => 'Y',
60 'show_catalog_tab_with_offers' => 'N',
61 'clear_quantity_user' => 0,
62 'clear_reserved_quantity_user' => 0,
63 'clear_store_user' => 0,
64 'clear_quantity_date' => '',
65 'clear_reserved_quantity_date' => '',
66 'clear_store_date' => '',
67 'product_form_show_offers_iblock' => 'N',
68 'product_form_simple_search' => 'Y',
69 'product_form_show_offer_name' => 'N',
70 'enable_viewed_products' => 'Y',
71 'viewed_time' => 10,
72 'viewed_count' => 10,
73 'viewed_period' => 5,
74 'default_product_vat_included' => 'N',
75 'subscribe_repeated_notify' => 'Y',
76 'enable_processing_deprecated_events' => 'N',
77 'landing_product_limit' => 0,
78 'product_card_slider_enabled' => IsModuleInstalled('bitrix24') ? 'Y' : 'N',
79 'show_store_reserve' => 'N', // system option, can't set from options page
80 'catalog_common_product_processing' => IsModuleInstalled('crm') ? 'Y' : 'N', // system option, can't set from options page
81 'use_offer_marking_code_group' => 'N',
82 'store_document_numbers_A' => 0, // used for create store document name (arrival)
83 'store_document_numbers_S' => 0, // used for create store document name (store adjustment)
84 'store_document_numbers_M' => 0, // used for create store document name (moving)
85 'store_document_numbers_R' => 0, // used for create store document name (return)
86 'store_document_numbers_D' => 0, // used for create store document name (deduct)
87 'store_document_numbers_U' => 0, // used for create store document name (undo reserve)
88 'enable_convert_product_to_service' => 'Y', // system option, can't set from options page
89 'cost_price_calculation_method' => '',
90 'is_external_catalog' => 'N',
91];
$catalog_default_option
Определения default_option.php:2
IsModuleInstalled($module_id)
Определения tools.php:5301