SELECT 
  cscart_settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  cscart_settings_objects.name as description, 
  (
    CASE WHEN storefront_values.object_id IS NOT NULL THEN storefront_values.value ELSE cscart_settings_objects.value END
  ) AS value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values AS storefront_values ON storefront_values.object_id = cscart_settings_objects.object_id 
  AND storefront_values.storefront_id = 1 
  AND storefront_values.company_id = 0 
WHERE 
  1 
  AND (
    FIND_IN_SET(
      'STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00876

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "743.32"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "599.40"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.20",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 666,
            "rows_produced_per_join": 599,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "24.04",
              "eval_cost": "119.88",
              "prefix_cost": "143.92",
              "data_read_per_join": "472K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "((find_in_set('STOREFRONT',`cscart`.`cscart_settings_objects`.`edition_type`) or find_in_set('ROOT',`cscart`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:STOREFRONT',`cscart`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:ROOT',`cscart`.`cscart_settings_objects`.`edition_type`)) and (`cscart`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
31 company_name 5 0 I 0 Y company_name ООО "Цифровой Двойник "С"
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 1185811231;bytalent.store;sentike161rus+admin@gmail.com
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
5680 twitter_enable 19 20 C 0 N twitter_enable Y
5685 facebook_enable 19 21 C 0 N facebook_enable Y
5697 vkontakte_enable 19 22 C 0 N vkontakte_enable
5704 yandex_enable 19 23 C 0 N yandex_enable Y
5707 pinterest_enable 19 24 C 0 N pinterest_enable Y
5711 tags_for_products 25 26 C 0 N tags_for_products Y
5713 managing_editor 27 28 I 0 N managing_editor
5716 em_show_on_checkout 29 30 C 0 N em_show_on_checkout N
5723 em_mailchimp_api_key 29 31 I 0 N em_mailchimp_api_key
5725 em_madmimi_username 29 32 I 0 N em_madmimi_username
5728 newsletters_per_pass 33 34 I 0 N newsletters_per_pass 10
5737 coupon 33 35 S 0 N coupon
5738 allow_save_attachments_to_server 36 37 C 0 N allow_save_attachments_to_server N
5739 formula 38 39 D 0 N formula paidOrdersCount + paidOrdersTotal + activeProductsCount + manualVendorRating
5747 provider 40 41 S 0 N provider yandex
5749 yandex_api_key 40 42 I 0 N yandex_api_key
5753 google_api_notice 40 43 O 0 N google_api_notice
5756 vendor_to_customer_communication 44 45 C 0 N vendor_to_customer_communication Y
5758 show_on_product 44 46 C 0 N show_on_product Y
5767 min_amount 49 50 I 0 N min_amount 50
5773 print_map 51 52 C 0 N print_map Y
5775 variations_allow_own_images 53 54 C 0 N variations_allow_own_images Y
5780 notice 55 56 O 0 N notice
5795 forbidden_countries_notice 55 57 O 0 N forbidden_countries_notice
5797 access_key 58 59 I 0 N access_key 7b412e6402f6f87dd40c4440c1a8b07a
5798 show_bundles 60 61 S 0 N show_bundles before_product_description
5799 returnable 62 63 C 0 N returnable Y
5803 final_sale_from 64 65 I 0 N final_sale_from 40
5805 period 64 66 S 0 N period all
5807 seo_product_type 67 68 S 0 N seo_product_type product_category_nohtml
5814 point_rate 69 70 I 0 N point_rate 1
5824 vendors_prior_approval 71 72 S 0 N vendors_prior_approval all
5828 products_prior_approval 71 73 S 0 N products_prior_approval all
5832 pixel_id 74 75 I 0 N pixel_id
5836 tracking_code 76 77 I 0 N tracking_code
5847 search_form_code 80 81 T 0 N search_form_code
5860 polls_votes_on_page 84 85 I 0 N polls_votes_on_page 20
5873 banner_multilang 88 89 C 0 N banner_multilang Y
5874 product_posts_per_page 90 91 I 0 N product_posts_per_page 10
5879 category_posts_per_page 90 92 I 0 N category_posts_per_page 10
5883 order_posts_per_page 90 93 I 0 N order_posts_per_page 10
5885 page_posts_per_page 90 94 I 0 N page_posts_per_page 10
5889 home_page_posts_per_page 90 95 I 0 N home_page_posts_per_page 10
5893 company_discussion_type 90 96 S 0 N company_discussion_type D
5907 notice 99 100 O 0 N notice
5944 cz_animation_time 103 104 I 0 N cz_animation_time 200
5946 cron_password 105 106 I 0 N cron_password MYPASS
5947 price_list_info 107 108 O 0 N price_list_info
5952 main_store_mode 109 110 R 0 N main_store_mode catalog
5954 icons_pack 111 112 S 0 N icons_pack flat_32x32
5956 general_info 113 114 O 0 N general_info
5959 text_general 115 116 E 0 N text_general general.tpl
5960 settings 117 118 E 0 N settings settings.tpl
5967 gdpr_cookie_consent 121 122 S 0 N gdpr_cookie_consent implicit
5970 gdpr_settings 121 123 E 0 N gdpr_settings settings.tpl
5972 product_fields_configuration 124 125 D 0 N product_fields_configuration {"detailed":{"information":{"status":0},"pricing_inventory":{"list_price":0},"availability":{"usergroup_ids":0,"timestamp":0,"avail_since":0,"out_of_stock_actions":0},"extra":{"details_layout":0,"short_description":0,"popularity":0, "search_words":0, "promo_text":0}}}
5975 color_schema 124 126 D 0 N color_schema Light
5980 hide_products 127 128 D 0 N hide_products Y
5990 default_vendor_usesrgroup 129 130 S 0 N default_vendor_usesrgroup 7
5991 show_subscription 131 132 C 0 N show_subscription Y
6001 code 137 138 D 0 N code ABA-43YKdXKsy2MtPAhBXCiyg
5996 cron_key 135 136 0 N cron_key 1U1H6x5h3k2M3G3
6003 description_type 139 140 S 0 N description_type html
6009 template_variant 139 141 S 0 N template_variant vertical_tabs
6013 display_attached_mb_items_on_cat_page 139 142 C 0 N display_attached_mb_items_on_cat_page N
6014 position 143 144 S 0 N position post
6026 load_by_ajax 145 146 C 0 N load_by_ajax Y
6030 position 147 148 S 0 N position bottom_right
6046 show_on_homepage 149 150 C 0 N show_on_homepage Y
6056 code 151 152 D 0 N code ABA-xAWW1w0W8TnMNWqgjHa4F
6065 code 153 154 D 0 N code ABA-miXpTb4zdxE88wDfKuoJX
6077 count_to 155 156 S 0 N count_to day_end
6090 output_position 157 158 S 0 N output_position L
6102 ts_appearance 157 159 S 0 N ts_appearance rounded
6103 p_appearance 157 160 S 0 N p_appearance rectangular
6104 enable_for_vendors 157 161 C 0 N enable_for_vendors Y
6105 ps_display_price 162 163 C 0 N ps_display_price Y
6113 backend_google_warning 164 165 E 0 N backend_google_warning warning.tpl
6119 provider 166 167 S 0 N provider google
6124 yandex_api_key 166 168 I 0 N yandex_api_key
6127 google_api_key 166 169 I 0 N google_api_key
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
138 use_for 11 0 N 5 Y use_for #M#register=Y&form_builder=Y&email_share=Y&discussion=Y&checkout=Y&polls=Y&gift_certificates=Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
1010 mailer_send_from_admin 1 0 C 5 N mailer_send_from_admin N
12 license_number 13 0 I 10 N license_number CS-MV-PL-RU-A-7X7G-46Y0-48X8-WPAO
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address ул. Навагинская, д. 9Д, оф. 416
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method mail
133 width 11 0 D 10 N width 110
158 log_type_orders 12 0 N 10 Y log_type_orders #M#create=Y&delete=Y&update=Y&status=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#create=Y&delete=Y&update=Y&low_stock=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&backup=Y&optimize=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests #M#http=Y&shipping=Y
174 min_account_password_length 15 0 I 10 Y min_account_password_length 5
5678 current_timestamp 0 0 T 10 Y current_timestamp 1718120841
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y&
291 storage 0 0 I 10 N storage a:1:{s:7:"storage";s:4:"file";}
294 cdn 0 0 I 10 N cdn
5681 twitter_via 19 20 I 10 N twitter_via
5686 facebook_app_id 19 21 I 10 N facebook_app_id
5698 vkontakte_appid 19 22 I 10 N vkontakte_appid
5705 yandex_share_code 19 23 T 10 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5708 pinterest_size 19 24 S 10 N pinterest_size 20
5712 tags_for_pages 25 26 C 10 N tags_for_pages Y
5714 display_rss_feed_in_category 27 28 C 10 N display_rss_feed_in_category N
5717 em_checkout_enabled 29 30 C 10 N em_checkout_enabled N
5724 em_mailchimp_list 29 31 S 10 N em_mailchimp_list
5726 em_madmimi_api_key 29 32 I 10 N em_madmimi_api_key
5740 start_rating_period 38 39 D 10 N start_rating_period 0
5746 log_type_vendor_rating 12 0 N 10 N log_type_vendor_rating #M#vr_failure=Y
5748 show_shippings_on_product 40 41 C 10 N show_shippings_on_product N
5750 yandex_suggest_api_key 40 42 I 10 N yandex_suggest_api_key
5754 google_api_key 40 43 I 10 N google_api_key
5757 vendor_to_admin_communication 44 45 C 10 N vendor_to_admin_communication Y
5759 show_on_vendor 44 46 C 10 N show_on_vendor Y
5762 include_shipping 47 48 C 10 N include_shipping Y
5766 log_type_yandex_checkout 12 0 N 10 N log_type_yandex_checkout #M#yc_failed=Y
5768 max_amount 49 50 I 10 N max_amount 1500
5774 show_locations_at_geolocator 51 52 C 10 N show_locations_at_geolocator N
5776 variations_allow_own_features 53 54 C 10 N variations_allow_own_features N
5796 forbidden_countries 55 57 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5800 return_period 62 63 I 10 N return_period 10
5804 sales_amount_from 64 65 I 10 N sales_amount_from 1
5806 last_days 64 66 I 10 N last_days 3
5808 seo_category_type 67 68 S 10 N seo_category_type category_nohtml
5815 auto_price_in_points 69 70 C 10 N auto_price_in_points Y
5825 vendor_profile_updates_approval 71 72 S 10 N vendor_profile_updates_approval all
5829 products_updates_approval 71 73 S 10 N products_updates_approval all
5833 track_all_page_views 74 75 C 10 N track_all_page_views Y
5837 track_ecommerce 76 77 C 10 N track_ecommerce Y
5839 info 78 79 O 10 N info
5846 log_type_yml_export 12 0 N 10 N log_type_yml_export
5848 search_results_code 80 81 T 10 N search_results_code
5850 elm_image_info 82 83 O 10 N elm_image_info
5861 polls_comments_on_page 84 85 I 10 N polls_comments_on_page 20
5863 admin_reverse_ip_access 86 87 C 10 N admin_reverse_ip_access
5875 product_post_approval 90 91 S 10 N product_post_approval any
5880 category_post_approval 90 92 S 10 N category_post_approval any
5884 order_initiate 90 93 C 10 N order_initiate Y
5886 page_post_approval 90 94 S 10 N page_post_approval disabled
5890 home_page_post_approval 90 95 S 10 N home_page_post_approval any
5894 company_only_buyers 90 96 C 10 N company_only_buyers Y
5899 watermark_settings 97 98 E 10 N watermark_settings watermark.tpl
5908 reviews_per_page 99 100 I 10 N reviews_per_page 10
5919 clear_url 101 102 O 10 N clear_url
5945 cz_zoom_position 103 104 S 10 N cz_zoom_position 3
5948 price_list_fields 107 108 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5953 add_to_cart_empty_buy_now_url 109 110 C 10 N add_to_cart_empty_buy_now_url N
5955 autogen_email 111 112 C 10 N autogen_email N
5957 apikey 113 114 I 10 N apikey
5961 cron_key 117 118 D 10 N cron_key VNh1c34RZi5m5W2q
5963 personal_information 119 120 O 10 N personal_information
5968 privacy_policy_page 121 122 S 10 N privacy_policy_page 3
5971 gdpr_settings_data 121 123 D 10 N gdpr_settings_data {"checkout_place_order":{"enable":"Y"},"checkout_profiles_update":{"enable":"N"},"user_registration":{"enable":"Y"},"profiles_update":{"enable":"Y"},"product_subscription":{"enable":"Y"},"apply_for_vendor":{"enable":"Y"},"newsletters_subscribe":{"enable":"Y"},"call_requests":{"enable":"Y"},"discussions_add_review":{"enable":"Y"}}
5973 product_tabs_configuration 124 125 D 10 N product_tabs_configuration {"seo":"0","qty_discounts":"0","subscribers":"0","addons":"0","tags":"0","attachments":"0","reward_points":"0","required_products":"0"}
5976 sidebar_color 124 126 D 10 N sidebar_color #eef1f3
5981 block_admin_panel 127 128 D 10 N block_admin_panel N
5992 code 131 132 D 10 N code ABM-CSCartMarketplace1234
5997 item_nth 135 136 I 10 N item_nth 7
6002 build 137 138 D 10 N build 1173
6004 use_additional_categories 139 140 C 10 N use_additional_categories N
6010 appearance_type_styles 139 141 S 10 N appearance_type_styles fill
6015 show_in_lists 143 144 C 10 N show_in_lists Y
6027 add_watermarks 145 146 C 10 N add_watermarks N
6031 transition 147 148 I 10 N transition 600
6047 show_on_category_page 149 150 C 10 N show_on_category_page Y
6057 build 151 152 D 10 N build 1115
6066 build 153 154 D 10 N build 1159
6078 countdown_type 155 156 S 10 N countdown_type javascript
6091 output_type_template 157 158 E 10 N output_type_template output_type.tpl
6106 ps_display_add_to_cart 162 163 C 10 N ps_display_add_to_cart Y
6120 start_search_radius 166 167 I 10 N start_search_radius 10
6125 yandex_suggest_api_key 166 168 I 10 N yandex_suggest_api_key
13 product_release_info 13 0 O 11 N product_release_info
54 backend_default_language 4 0 S 15 Y backend_default_language ru
26 company_city 5 0 I 20 Y company_city Сочи
84 day 10 0 S 20 Y day %a, %b %e
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
175 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
5682 twitter_size 19 20 S 20 N twitter_size medium
5687 facebook_href 19 21 I 20 N facebook_href
5699 vkontakte_button_style 19 22 S 20 N vkontakte_button_style mini
5706 yandex_display_on 19 23 N 20 N yandex_display_on products,pages
5709 pinterest_shape 19 24 S 20 N pinterest_shape rect
5715 category_max_products_items 27 28 I 20 N category_max_products_items 5
5718 em_double_opt_in 29 30 C 20 N em_double_opt_in N
5727 em_madmimi_list 29 32 S 20 N em_madmimi_list
5730 mailer_send_method 33 34 S 20 N mailer_send_method default
5741 rating_above_price 38 39 D 20 N rating_above_price N
5751 yandex_commercial 40 42 C 20 N yandex_commercial
5755 google_map 40 43 E 20 N google_map map.tpl
5763 include_taxes_in_commission 47 48 C 20 N include_taxes_in_commission Y
5769 code_prefix 49 50 I 20 N code_prefix GC
5777 variations_allow_auto_change_default_variation 53 54 C 20 N variations_allow_auto_change_default_variation Y
5782 recaptcha_site_key 55 56 I 20 N recaptcha_site_key
5801 display_product_return_period 62 63 C 20 N display_product_return_period Y
5809 seo_page_type 67 68 S 20 N seo_page_type page_nohtml
5816 price_in_points_with_discounts 69 70 C 20 N price_in_points_with_discounts Y
5826 approval_info 71 72 O 20 N approval_info
5830 product_premoderation_fields 71 73 N 20 N product_premoderation_fields #M#product_prices:*=Y&products:list_price=Y
5834 track_add_to_cart 74 75 C 20 N track_add_to_cart N
5840 phone 78 79 I 20 N phone
5864 unsuccessful_attempts_login 86 87 C 20 N unsuccessful_attempts_login
5876 product_post_ip_check 90 91 C 20 N product_post_ip_check N
5881 category_post_ip_check 90 92 C 20 N category_post_ip_check N
5887 page_post_ip_check 90 94 C 20 N page_post_ip_check N
5891 home_page_post_ip_check 90 95 C 20 N home_page_post_ip_check Y
5895 company_posts_per_page 90 96 I 20 N company_posts_per_page 10
5909 review_approval 99 100 S 20 N review_approval any
5920 cron_command 101 102 E 20 N cron_command cron_command.tpl
5949 price_list_sorting 107 108 S 20 N price_list_sorting product_code
5958 appdomain 113 114 I 20 N appdomain
5969 gdpr_cookie_consent_texts 121 122 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5974 config_form 124 125 E 20 N config_form config.tpl
5977 element_color 124 126 D 20 N element_color #024567
5982 disable_suspended_vendors 127 128 D 20 N disable_suspended_vendors Y
5993 build 131 132 D 20 N build 1142
5998 decrease_items_per_page 135 136 C 20 N decrease_items_per_page Y
6005 save_element_state 139 140 C 20 N save_element_state N
6011 bg_color_template 139 141 E 20 N bg_color_template color.tpl
6016 on_thumbnail_click 143 144 S 20 N on_thumbnail_click open_popup
6028 code 145 146 D 20 N code ABA-cNn6TnbMlldmhjBfJWLHY
6032 icon 147 148 S 20 N icon arrow_1
6048 show_on_product_page 149 150 C 20 N show_on_product_page Y
6058 add_catalog_to_breadcrumbs 151 152 C 20 N add_catalog_to_breadcrumbs N
6067 max_height 153 154 20 N max_height 250
6079 max_height 155 156 I 20 N max_height 250
6092 TL_max_count 157 158 D 20 N TL_max_count 3
6107 ps_display_navigation_dots 162 163 C 20 N ps_display_navigation_dots Y
6115 backend_google_auth_info 164 165 E 20 N backend_google_auth_info credentials.tpl
6121 max_search_radius 166 167 I 20 N max_search_radius 700
6126 yandex_commercial 166 168 C 20 N yandex_commercial
8 ftp_hostname 13 0 I 30 N ftp_hostname
16 weight_symbol 2 0 I 30 Y weight_symbol кг
34 company_country 5 0 X 30 Y company_country RU
85 week 10 0 S 30 Y week %U, %b
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host
118 string_length 11 0 D 30 N string_length 5
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
5683 twitter_display_count 19 20 S 30 N twitter_display_count horizontal
5688 facebook_send 19 21 C 30 N facebook_send Y
5700 vkontakte_height 19 22 I 30 N vkontakte_height 22
5710 pinterest_display_on 19 24 N 30 N pinterest_display_on #M#products=Y
5719 em_welcome_letter 29 30 C 30 N em_welcome_letter N
5742 bronze_rating_lower_limit 38 39 D 30 N bronze_rating_lower_limit 50
5752 yandex_map 40 42 E 30 N yandex_map map.tpl
5760 show_on_order 44 46 C 30 N show_on_order Y
5764 collect_taxes_from_vendors 47 48 C 30 N collect_taxes_from_vendors N
5770 cert_per_page 49 50 I 30 N cert_per_page 10
5778 variations_show_all_possible_feature_variants 53 54 C 30 N variations_show_all_possible_feature_variants Y
5783 recaptcha_secret 55 56 I 30 N recaptcha_secret
5802 dont_take_weekends_into_account 62 63 C 30 N dont_take_weekends_into_account Y
5810 seo_other_type 67 68 S 30 N seo_other_type directory
5817 points_with_discounts 69 70 C 30 N points_with_discounts Y
5827 preventing_registration_info 71 72 O 30 N preventing_registration_info
5831 approval_info 71 73 O 30 N approval_info
5835 track_order_placed 74 75 C 30 N track_order_placed N
5841 phone_prefix_length 78 79 I 30 N phone_prefix_length 7
5852 type 82 83 S 30 N type C128B
5865 number_unsuccessful_attempts 86 87 I 30 N number_unsuccessful_attempts 5
5877 product_discussion_type 90 91 S 30 N product_discussion_type D
5882 category_discussion_type 90 92 S 30 N category_discussion_type D
5888 page_discussion_type 90 94 S 30 N page_discussion_type D
5892 home_page_testimonials 90 95 S 30 N home_page_testimonials B
5896 company_post_approval 90 96 S 30 N company_post_approval any
5901 use_for_product_icons 97 98 C 30 N use_for_product_icons N
5910 review_ip_check 99 100 C 30 N review_ip_check N
5950 group_by_category 107 108 C 30 N group_by_category Y
5965 subscribe_confidentiality 119 120 C 30 N subscribe_confidentiality Y
5978 sidebar_background_image 124 126 D 30 N sidebar_background_image
5983 days_before_disable 127 128 D 30 N days_before_disable 90
5999 code 135 136 D 30 N code ABA-9gPH0zW5BBohAMBqktk8x
6006 bg_color 139 140 D 30 N bg_color #f5f5f7
6012 use_style_presets 139 141 C 30 N use_style_presets Y
6017 controls 143 144 C 30 N controls N
6029 build 145 146 D 30 N build 1107
6033 margin_top 147 148 I 30 N margin_top 0
6049 show_on_cart_page 149 150 C 30 N show_on_cart_page Y
6059 maximum_number_of_displayed_items 151 152 I 30 N maximum_number_of_displayed_items 5
6068 hide_in_product 153 154 C 30 N hide_in_product Y
6080 promotions_per_page 155 156 I 30 N promotions_per_page 12
6093 TR_max_count 157 158 D 30 N TR_max_count 3
6108 ps_display_zoom 162 163 C 30 N ps_display_zoom Y
6116 backend_google_auth_client_id 164 165 I 30 N backend_google_auth_client_id
6122 distance_unit 166 167 S 30 N distance_unit km
107 show_site_info 8 0 C 35 N show_site_info Y
125 lines_number 11 0 D 35 N lines_number 20
126 grid_color 11 0 D 36 N grid_color cccccc
9 ftp_username 13 0 I 40 N ftp_username
25 company_state 5 0 W 40 Y company_state KDA
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 1000
86 month 10 0 S 40 Y month %B
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username
119 min_font_size 11 0 D 40 N min_font_size 14
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
5684 twitter_display_on 19 20 N 40 N twitter_display_on #M#products=Y
5689 facebook_width 19 21 I 40 N facebook_width 450
5701 vkontakte_width 19 22 I 40 N vkontakte_width 350
5720 em_service 29 30 S 40 N em_service dummy
5732 mailer_smtp_host 33 34 I 40 N mailer_smtp_host
5743 silver_rating_lower_limit 38 39 D 40 N silver_rating_lower_limit 80
5765 allow_vendors_to_change_plan 47 48 C 40 N allow_vendors_to_change_plan Y
5771 free_products_allow 49 50 C 40 N free_products_allow Y
5779 quantity_discount_on_different_variations 53 54 C 40 N quantity_discount_on_different_variations N
5784 recaptcha_theme 55 56 S 40 N recaptcha_theme light
5811 seo_language 67 68 C 40 N seo_language N
5818 price_in_points_order_discount 69 70 C 40 N price_in_points_order_discount Y
5842 phone_mask 78 79 I 40 N phone_mask
5853 output 82 83 S 40 N output png
5866 login_intervals 86 87 I 40 N login_intervals 60
5897 company_post_ip_check 90 96 C 40 N company_post_ip_check N
5902 use_for_product_detailed 97 98 C 40 N use_for_product_detailed N
5911 review_fields 99 100 S 40 N review_fields advanced
5922 site_change 101 102 S 40 N site_change daily
5951 include_options 107 108 C 40 N include_options N
5966 request_active_consent 119 120 C 40 N request_active_consent Y
5979 vendor_panel_config 124 126 E 40 N vendor_panel_config panel.tpl
5984 default_lowers_allowed_balance 127 128 I 40 N default_lowers_allowed_balance 0
6000 build 135 136 D 40 N build 1101
6007 code 139 140 D 40 N code ABA-DpooHAjP1JdvzhxZ8aV24
6018 repeat 143 144 C 40 N repeat N
6034 margin_right 147 148 I 40 N margin_right 10
6050 show_on_checkout_page 149 150 C 40 N show_on_checkout_page Y
6060 catalog_menu 151 152 I 40 N catalog_menu 0
6069 hide_in_category 153 154 C 40 N hide_in_category Y
6081 chains_per_page 155 156 I 40 N chains_per_page 3
6094 BL_max_count 157 158 D 40 N BL_max_count 3
6109 ps_display_fullscreen 162 163 C 40 N ps_display_fullscreen Y
6117 backend_google_auth_client_secret 164 165 I 40 N backend_google_auth_client_secret
6123 filter_by 166 167 S 40 N filter_by none
10 ftp_password 13 0 P 50 N ftp_password
33 company_zipcode 5 0 I 50 Y company_zipcode 354340
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password
120 max_font_size 11 0 D 50 N max_font_size 16
168 store_mode 2 0 O 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
5690 facebook_layout 19 21 S 50 N facebook_layout button_count
5702 vkontakte_buttons_name 19 22 S 50 N vkontakte_buttons_name like
5721 em_token 29 30 D 50 N em_token 37a09d4bd870ec4fb577d44dd7fe6db6
5733 mailer_smtp_username 33 34 I 50 N mailer_smtp_username
5744 gold_rating_lower_limit 38 39 D 50 N gold_rating_lower_limit 90
5772 redeem_shipping_cost 49 50 C 50 N redeem_shipping_cost Y
5785 recaptcha_size 55 56 S 50 N recaptcha_size normal
5812 single_url 67 68 C 50 N single_url Y
5819 reward_points_order_discount 69 70 C 50 N reward_points_order_discount Y
5843 buy_now_with_one_click 78 79 C 50 N buy_now_with_one_click Y
5854 text 82 83 S 50 N text Y
5867 time_block 86 87 I 50 N time_block 24
5878 product_review_after_purchase 90 91 C 50 N product_review_after_purchase N
5912 review_after_purchase 99 100 C 50 N review_after_purchase N
5923 site_priority 101 102 S 50 N site_priority 1
5985 default_grace_period_to_refill_balance 127 128 I 50 N default_grace_period_to_refill_balance 7
6008 build 139 140 D 50 N build 1129
6019 th_size 143 144 I 50 N th_size 65
6035 margin_bottom 147 148 I 50 N margin_bottom 10
6051 add_default 149 150 C 50 N add_default N
6061 show_category_tree 151 152 C 50 N show_category_tree N
6070 hide_in_brand 153 154 C 50 N hide_in_brand Y
6082 highlight_when_left 155 156 S 50 N highlight_when_left 1
6095 BR_max_count 157 158 D 50 N BR_max_count 3
6110 ps_close_with_gesture 162 163 C 50 N ps_close_with_gesture Y
6118 backend_google_auth_check 164 165 E 50 N backend_google_auth_check check.tpl
61 store_access_key 2 0 O 51 Y store_access_key
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection
7 feedback_type 2 0 S 57 Y feedback_type auto
1007 display_vendor 16 0 C 57 Y display_vendor Y
14 auto_check_updates 2 0 C 58 Y auto_check_updates Y
1008 can_edit_blocks 16 0 C 58 Y can_edit_blocks N
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes Y
1009 can_edit_styles 16 0 C 59 Y can_edit_styles N
11 ftp_directory 13 0 I 60 N ftp_directory
24 admin_elements_per_page 4 0 U 60 Y admin_elements_per_page 50
28 company_phone 5 0 L 60 Y company_phone +79336666663
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth N
121 string_type 11 0 D 60 N string_type mixed
335 image_file_size 9 0 Q 60 Y image_file_size
5691 facebook_show_faces 19 21 C 60 N facebook_show_faces N
5703 vkontakte_display_on 19 22 N 60 N vkontakte_display_on
5722 em_lastsync 29 30 D 60 N em_lastsync 1718344257
5734 mailer_smtp_password 33 34 I 60 N mailer_smtp_password
5745 config_tpl 38 39 E 60 N config_tpl config.tpl
5786 recaptcha_type 55 56 S 60 N recaptcha_type image
5813 non_latin_symbols 67 68 C 60 N non_latin_symbols N
5820 higher_level_extract 69 70 C 60 N higher_level_extract Y
5844 enable_call_requests_for_vendors 78 79 C 60 N enable_call_requests_for_vendors Y
5855 height 82 83 I 60 N height 60
5904 use_for_category_icons 97 98 C 60 N use_for_category_icons N
5913 review_ask_for_customer_location 99 100 S 60 N review_ask_for_customer_location none
5986 vendor_taxes 127 128 N 60 N vendor_taxes
6020 cycle 143 144 C 60 N cycle Y
6036 margin_left 147 148 I 60 N margin_left 0
6052 shuffle 149 150 C 60 N shuffle Y
6062 link 151 152 O 60 N link
6071 selectors 153 154 I 60 N selectors
6083 amount_of_promos_in_prods_lists 155 156 S 60 N amount_of_promos_in_prods_lists 0
6096 TL_output_type 157 158 D 60 N TL_output_type column
6111 code 162 163 D 60 N code ABA-Lo22kbzx5eMM2CTjltEWe
122 char_shadow 11 0 D 65 N char_shadow N
29 company_phone_2 5 0 L 70 Y company_phone_2 +79628833553
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
123 colour 11 0 D 70 N colour N
5692 facebook_action 19 21 S 70 N facebook_action like
5735 mailer_smtp_ecrypted_connection 33 34 S 70 N mailer_smtp_ecrypted_connection none
5821 several_points_action 69 70 S 70 N several_points_action minimal_absolute
5845 order_status 78 79 S 70 N order_status Y
5856 width 82 83 I 70 N width 250
5869 unsuccessful_attempts_login_customer 86 87 C 70 N unsuccessful_attempts_login_customer
5905 use_for_category_detailed 97 98 C 70 N use_for_category_detailed N
5914 split_reviews_by_storefronts 99 100 C 70 N split_reviews_by_storefronts N
5925 include_products 101 102 C 70 N include_products Y
5987 global_lowers_allowed_balance 127 128 I 70 N global_lowers_allowed_balance 0
6021 vertical 143 144 C 70 N vertical Y
6037 font_size 147 148 I 70 N font_size 64
6053 delay 149 150 S 70 N delay 0
6072 transition 153 154 S 70 N transition 0
6084 ab__show_expired_promos 155 156 C 70 N ab__show_expired_promos Y
6097 TR_output_type 157 158 D 70 N TR_output_type column
6112 build 162 163 D 70 N build 1143
53 frontend_default_language 4 0 S 80 Y frontend_default_language ru
90 convert_to 9 0 S 80 Y convert_to original
113 mailer_sendmail_path 1 0 I 80 N mailer_sendmail_path /usr/sbin/sendmail
124 background_image 11 0 D 80 N background_image
5693 facebook_lang 19 21 S 80 N facebook_lang en_US
5736 mailer_smtp_auth 33 34 C 80 N mailer_smtp_auth N
5788 recaptcha_v3_site_key 55 56 I 80 N recaptcha_v3_site_key
5822 consider_zero_values 69 70 C 80 N consider_zero_values N
5857 prefix 82 83 I 80 N prefix FF45CR99
5870 number_unsuccessful_attempts_customer 86 87 I 80 N number_unsuccessful_attempts_customer 5
5906 images_access_info 97 98 O 80 N images_access_info
5915 images_upload_allowed 99 100 D 80 N images_upload_allowed Y
5926 products_change 101 102 S 80 N products_change daily
5988 global_grace_period_to_refill_balance 127 128 I 80 N global_grace_period_to_refill_balance 7
6022 video_icon 143 144 S 80 N video_icon youtube
6038 units 147 148 S 80 N units px
6054 code 149 150 D 80 N code ABA-3i0fVqZuJas6bX7xgh8Ff
6064 ab__as_add_to_sitemap 151 152 C 80 N ab__as_add_to_sitemap Y
6073 align 153 154 S 80 N align left
6085 ab__show_awaited_promos 155 156 C 80 N ab__show_awaited_promos Y
6098 BL_output_type 157 158 D 80 N BL_output_type column
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
334 frontend_default_currency 4 0 S 85 Y frontend_default_currency RUB
165 hide_after_validation 11 0 C 87 Y hide_after_validation Y
32 company_website 5 0 I 90 Y company_website http://www.bytalent.store
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 80
5694 facebook_action_font 19 21 S 90 N facebook_action_font arial
5789 recaptcha_v3_secret 55 56 I 90 N recaptcha_v3_secret
5823 log_per_page 69 70 I 90 N log_per_page 10
5871 login_intervals_customer 86 87 I 90 N login_intervals_customer 60
5916 product_variations 99 100 E 90 N product_variations product_variations.tpl
5927 products_priority 101 102 S 90 N products_priority 0.5
5989 settings_template 127 128 E 90 N settings_template settings.tpl
6023 enable_microdata 143 144 C 90 N enable_microdata Y
6039 font_weight 147 148 S 90 N font_weight normal
6055 build 149 150 D 90 N build 741
6074 appearance 153 154 S 90 N appearance text
6099 BR_output_type 157 158 D 90 N BR_output_type column
40 company_start_year 5 0 I 95 Y company_start_year 2024
22 products_per_page 4 0 U 100 Y products_per_page 12
35 company_users_department 5 0 I 100 Y company_users_department bytalentru@gmail.com
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 150
5695 facebook_colorscheme 19 21 S 100 N facebook_colorscheme light
5790 recaptcha_v3_success_score 55 56 S 100 N recaptcha_v3_success_score 0.5
5859 elm_spec_descr 82 83 O 100 N elm_spec_descr
5872 time_block_customer 86 87 I 100 N time_block_customer 24
5917 split_reviews_for_variations_as_separate_products 99 100 D 100 N split_reviews_for_variations_as_separate_products Y
6024 code 143 144 D 100 N code ABA-j2fiuVdYM68npZP1oJx8v
6040 color 147 148 E 100 N color color.tpl
6075 show_button_after_action 153 154 C 100 N show_button_after_action N
6087 ab__as_add_to_sitemap 155 156 C 100 N ab__as_add_to_sitemap Y
6100 code 157 158 D 100 N code ABA-pPJ5r08E3Zu8Ra8Lh6a86
36 company_site_administrator 5 0 I 110 Y company_site_administrator bytalentru@gmail.com
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 150
5696 facebook_display_on 19 21 N 110 N facebook_display_on #M#products=Y
5929 include_categories 101 102 C 110 N include_categories Y
6025 build 143 144 D 110 N build 1171
6041 hide_on_mobile 147 148 C 110 N hide_on_mobile Y
6076 custom_class 153 154 I 110 N custom_class ab-smc
6088 code 155 156 D 110 N code ABA-1l1cJVeYXzZBhv0ajKp3X
6101 build 157 158 D 110 N build 1164
37 company_orders_department 5 0 I 120 Y company_orders_department bytalentru@gmail.com
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 280
5792 recaptcha_use_for_value 55 56 D 120 N recaptcha_use_for_value
5930 categories_change 101 102 S 120 N categories_change daily
6042 show_in_admin_panel 147 148 C 120 N show_in_admin_panel
6089 build 155 156 D 120 N build 1158
38 company_support_department 5 0 I 130 Y company_support_department bytalentru@gmail.com
47 elements_per_page 4 0 U 130 Y elements_per_page 10
58 inventory_tracking 2 0 C 130 Y inventory_tracking Y
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking
1001 apply_for_vendor 16 0 C 130 Y apply_for_vendor N
5793 recaptcha_use_for 55 56 E 130 N recaptcha_use_for use_for_settings.tpl
5931 categories_priority 101 102 S 130 N categories_priority 0.5
6043 ab__stt_color 147 148 D 130 N ab__stt_color #000000
44 allow_negative_amount 2 0 C 135 Y allow_negative_amount N
292 product_quick_view_thumbnail_width 9 0 U 135 Y product_quick_view_thumbnail_width 220
306 enable_edp 2 0 C 135 Y enable_edp Y
293 product_quick_view_thumbnail_height 9 0 U 136 Y product_quick_view_thumbnail_height
39 company_newsletter_email 5 0 I 140 Y company_newsletter_email bytalentru@gmail.com
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
1002 create_vendor_administrator_account 16 0 D 140 Y create_vendor_administrator_account Y
5794 settings_proxy 55 56 O 140 N settings_proxy
6044 code 147 148 D 140 N code ABA-xaVweitDsKTHgrrituXau
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0
63 columns_in_products_list 4 0 I 150 Y columns_in_products_list 3
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories Y
1000 vendors_per_page 16 0 I 150 Y vendors_per_page 10
5933 include_pages 101 102 C 150 N include_pages Y
6045 build 147 148 D 150 N build 767
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
317 default_options_type 2 0 S 157 Y default_options_type P
318 global_options_type 2 0 S 157 Y global_options_type
319 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
320 global_exceptions_type 2 0 S 158 Y global_exceptions_type
3 exception_style 2 0 S 160 Y exception_style hide
190 product_cart_thumbnail_width 9 0 U 160 Y product_cart_thumbnail_width 120
1011 allow_vendor_manage_features 16 0 C 160 Y allow_vendor_manage_features N
5934 pages_change 101 102 S 160 N pages_change daily
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height
1012 allow_approve_vendors_in_two_steps 16 0 C 170 Y allow_approve_vendors_in_two_steps N
5935 pages_priority 101 102 S 170 N pages_priority 0.5
315 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 70
316 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 70
94 show_out_of_stock_products 2 0 C 180 Y show_out_of_stock_products Y
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width 60
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address N
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean N
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes N
146 in_stock_field 4 0 C 186 Y in_stock_field N
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery N
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer owl
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5937 include_extended 101 102 C 190 N include_extended Y
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
333 global_product_details_view 4 0 S 191 Y global_product_details_view
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=Y&short_list=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting product-asc
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
52 date_format 4 0 S 200 Y date_format %d.%m.%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5938 extended_change 101 102 S 200 N extended_change daily
66 time_format 4 0 S 210 Y time_format %H:%M
195 category_details_thumbnail_height 9 0 U 210 Y category_details_thumbnail_height
5939 extended_priority 101 102 S 210 N extended_priority 0.5
139 timezone 4 0 S 220 Y timezone Europe/Moscow
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width
98 use_single_coupon 2 0 C 225 Y use_single_coupon Y
166 calendar_date_format 4 0 S 230 Y calendar_date_format month_first
197 category_detailed_image_height 9 0 U 230 Y category_detailed_image_height
5941 include_companies 101 102 C 230 N include_companies Y
67 user_multiple_profiles 2 0 C 240 Y user_multiple_profiles N
167 calendar_week_format 4 0 S 240 Y calendar_week_format monday_first
5942 companies_change 101 102 S 240 N companies_change daily
70 min_order_amount_type 2 0 D 242 Y min_order_amount_type only_products
73 disable_anonymous_checkout 6 0 C 244 Y disable_anonymous_checkout N
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup Y
78 approve_user_profiles 2 0 C 250 Y approve_user_profiles N
182 address_position 6 0 D 250 Y address_position shipping_first
183 changes_warning 4 0 C 250 Y changes_warning Y
5943 companies_priority 101 102 S 250 N companies_priority 0.5
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
275 quick_registration 2 0 C 260 Y quick_registration Y
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
276 show_delete_account_button 2 0 C 270 Y show_delete_account_button N
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 40
141 allow_create_account_after_order 6 0 C 305 Y allow_create_account_after_order Y
300 configure_sign_in_step 6 0 D 310 Y configure_sign_in_step returning_customer_first
310 product_admin_mini_icon_height 9 0 U 310 Y product_admin_mini_icon_height
305 sign_in_default_action 6 0 D 315 Y sign_in_default_action register
151 proxy_host 2 0 I 320 Y proxy_host
152 proxy_port 2 0 I 330 Y proxy_port
302 display_payment_step 6 0 D 330 Y display_payment_step Y
62 order_start_id 6 0 I 340 Y order_start_id
153 proxy_user 2 0 I 340 Y proxy_user
321 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
322 global_zero_price_action 6 0 S 341 Y global_zero_price_action
323 default_min_qty 6 0 I 342 Y default_min_qty 0
324 global_min_qty 6 0 I 342 Y global_min_qty
325 default_max_qty 6 0 I 343 Y default_max_qty 0
326 global_max_qty 6 0 I 343 Y global_max_qty
327 default_qty_step 6 0 I 344 Y default_qty_step 0
328 global_qty_step 6 0 I 344 Y global_qty_step
329 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
330 global_list_qty_count 6 0 I 345 Y global_list_qty_count
154 proxy_password 2 0 P 350 Y proxy_password
179 tax_calculation 6 0 S 350 Y tax_calculation subtotal
69 min_order_amount 6 0 I 360 Y min_order_amount 0
71 allow_anonymous_shopping 6 0 S 370 Y allow_anonymous_shopping allow_shopping
173 checkout_redirect 6 0 C 380 Y checkout_redirect N
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
314 show_unavailable_shipping_methods 6 0 C 390 Y show_unavailable_shipping_methods N
308 email_templates 4 0 S 400 Y email_templates new
17 default_address 6 0 I 410 Y default_address Мясницкая
18 default_zipcode 6 0 I 420 Y default_zipcode 101000
19 default_city 6 0 I 430 Y default_city Москва
20 default_country 6 0 X 440 Y default_country RU
21 default_state 6 0 W 450 Y default_state MOW
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode phone_number_with_country_selection
41 default_phone 6 0 L 460 Y default_phone +77777777777
156 search_objects 2 0 N 1010 Y search_objects