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 company_values.object_id IS NOT NULL THEN company_values.value 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 company_values ON company_values.object_id = cscart_settings_objects.object_id 
  AND company_values.company_id = 1 
  AND company_values.storefront_id = 1 
  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(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00637

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1218.97"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "671.40"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 746,
            "rows_produced_per_join": 671,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "10.45",
              "eval_cost": "67.14",
              "prefix_cost": "77.59",
              "data_read_per_join": "529K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`test_uchur_k`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('VENDOR',`test_uchur_k`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`test_uchur_k`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:STOREFRONT',`test_uchur_k`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:VENDOR',`test_uchur_k`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:ROOT',`test_uchur_k`.`cscart_settings_objects`.`edition_type`))) and (`test_uchur_k`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        },
        {
          "table": {
            "table_name": "company_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "test_uchur_k.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 671,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "167.85",
              "eval_cost": "67.14",
              "prefix_cost": "312.58",
              "data_read_per_join": "15K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "test_uchur_k.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 671,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "167.85",
              "eval_cost": "67.14",
              "prefix_cost": "547.57",
              "data_read_per_join": "15K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        }
      ]
    }
  }
}

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 UCHURKZ
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 2338765218;test.uchur.kz;developerNikitaPro@gmail.com
5679 default_upload_high_res_image 18 19 C 0 N default_upload_high_res_image N
6413 hash 266 267 D 0 N hash
6667 code 305 306 D 0 N code ABA-jMVZ9t3qpPt3wLNfR0zw4
6518 position 282 283 S 0 N position pre
6371 is_image_circle 254 255 C 0 N is_image_circle N
6714 uchur_search_cache_time 313 314 I 0 N uchur_search_cache_time 3600
6333 licensekey 242 243 I 0 N licensekey
6335 service_smsc_ru_login 242 244 I 0 N service_smsc_ru_login
6338 service_smsc_kz_login 242 245 I 0 N service_smsc_kz_login uchurkz
5711 tags_for_products 26 27 C 0 N tags_for_products Y
5713 managing_editor 28 29 I 0 N managing_editor
5716 em_show_on_checkout 30 31 C 0 N em_show_on_checkout N
5723 em_mailchimp_api_key 30 32 I 0 N em_mailchimp_api_key
5725 newsletters_per_pass 33 34 I 0 N newsletters_per_pass 10
5734 coupon 33 35 S 0 N coupon
5735 allow_save_attachments_to_server 36 37 C 0 N allow_save_attachments_to_server N
5736 provider 38 39 S 0 N provider yandex
5738 yandex_api_key 38 40 I 0 N yandex_api_key 61f54d43-cb9b-4c2c-857c-741f92e0ae36
5742 google_api_notice 38 41 O 0 N google_api_notice
5745 show_on_product 42 43 C 0 N show_on_product N
5749 min_amount 44 45 I 0 N min_amount 10000
5755 print_map 46 47 C 0 N print_map Y
5757 variations_allow_own_images 48 49 C 0 N variations_allow_own_images N
5762 notice 50 51 O 0 N notice
5777 forbidden_countries_notice 50 52 O 0 N forbidden_countries_notice
5779 access_key 53 54 I 0 N access_key d5bd76b2dcc3c38a0c9b06044d92d255
5780 show_bundles 55 56 S 0 N show_bundles before_product_description
5781 returnable 57 58 C 0 N returnable Y
5785 final_sale_from 59 60 I 0 N final_sale_from 40
5787 period 59 61 S 0 N period all
5789 seo_product_type 62 63 S 0 N seo_product_type product_category_nohtml
5796 point_rate 64 65 I 0 N point_rate 1
5806 pixel_id 66 67 I 0 N pixel_id
5810 tracking_code 68 69 I 0 N tracking_code 303273185
5820 search_form_code 72 73 T 0 N search_form_code
5833 polls_votes_on_page 76 77 I 0 N polls_votes_on_page 20
5846 banner_multilang 80 81 C 0 N banner_multilang Y
5847 product_posts_per_page 82 83 I 0 N product_posts_per_page 10
5853 category_posts_per_page 82 84 I 0 N category_posts_per_page 10
5857 order_posts_per_page 82 85 I 0 N order_posts_per_page 10
5859 page_posts_per_page 82 86 I 0 N page_posts_per_page 10
5864 home_page_posts_per_page 82 87 I 0 N home_page_posts_per_page 10
5878 notice 90 91 O 0 N notice
5911 cz_animation_time 94 95 I 0 N cz_animation_time 200
5913 cron_password 96 97 I 0 N cron_password MYPASS
5914 price_list_info 98 99 O 0 N price_list_info
5919 main_store_mode 100 101 R 0 N main_store_mode catalog
5926 text_general 106 107 E 0 N text_general general.tpl
5927 settings 108 109 E 0 N settings settings.tpl
6602 gdpr_cookie_consent 294 295 S 0 N gdpr_cookie_consent implicit
6605 gdpr_settings 294 296 E 0 N gdpr_settings settings.tpl
5939 commerceml_get_setting_info 115 116 E 0 N commerceml_get_setting_info settings.tpl
5940 service_url 117 118 S 0 N service_url https://converter.cs-cart.ru
5973 phone_number 124 125 L 0 N phone_number
6126 show_subscription 181 182 C 0 N show_subscription Y
5991 brand_feature_id 128 129 I 0 N brand_feature_id
6005 photographer_usergroup_id 132 133 S 0 N photographer_usergroup_id 0
6234 notify_me_about_new_versions 209 210 C 0 N notify_me_about_new_versions Y
6348 service_smsaero_ru_login 242 249 I 0 N service_smsaero_ru_login
6346 service_clickatell_api_key 242 248 I 0 N service_clickatell_api_key
6344 service_sms_ru_api_key 242 247 I 0 N service_sms_ru_api_key 0D41A94F-412C-2678-F300-A723AC6EB933
6341 service_smsc_ua_login 242 246 I 0 N service_smsc_ua_login
6027 licensekey 144 145 I 0 N licensekey O4WLK-NBCAL-317RF-BND96
6039 code_valid_time 144 146 I 0 N code_valid_time 10
6043 use_country_prefix 144 147 C 0 N use_country_prefix Y
6046 use_cron 148 149 C 0 N use_cron N
6049 provider 150 151 S 0 N provider use_geo_maps
6050 dadata_api_key 150 152 I 0 N dadata_api_key 386222bff705a6fb18f3c2d59a5e625515e784a9
6270 mobikul_additional_categories 223 225 C 0 N mobikul_additional_categories Y
6269 default_code_method 223 224 S 0 N default_code_method sms
6074 ug_status 159 160 S 0 N ug_status A
6076 wholesale_company_id 161 162 S 0 N wholesale_company_id 2
6080 generate_keys 163 164 E 0 N generate_keys generate_keys.tpl
6239 licensekey 212 213 I 0 N licensekey
6101 path_load_files_rich_content_images 169 170 I 0 N path_load_files_rich_content_images
6398 uchur_present_company_id 260 261 S 0 N uchur_present_company_id 1
6123 generate_seo_only_main_language 177 178 C 0 N generate_seo_only_main_language Y
6125 default_usergroup 179 180 N 0 N default_usergroup #M#10=Y
6131 cron_key 185 186 0 N cron_key 1m0i7k9E0Q5m7n6
6238 use_logs 209 211 N 0 N use_logs #M#=Y
6148 load_by_ajax 191 192 C 0 N load_by_ajax Y
6152 position 193 194 S 0 N position bottom_right
6168 count_to 195 196 S 0 N count_to day_end
6181 output_position 197 198 S 0 N output_position L
6193 ts_appearance 197 199 S 0 N ts_appearance rounded
6194 p_appearance 197 200 S 0 N p_appearance rectangular
6195 ps_display_price 201 202 C 0 N ps_display_price Y
6203 code 203 204 D 0 N code ABA-gmXTaHuglDlqTEFuqfX5L
6215 code 205 206 D 0 N code ABA-0rvRJDP5NLBCZ11hjPbsl
6224 show_on_homepage 207 208 C 0 N show_on_homepage Y
6273 uchur_sync_data_retry 223 226 C 0 N uchur_sync_data_retry N
6310 enable_points_for_cart 233 234 C 0 N enable_points_for_cart Y
6590 project_id 292 293 I 0 N project_id uchur-ffba6
6778 telegram_gateway_token 323 324 I 0 N telegram_gateway_token AAE6KwAApef7UvAc1uW1UgEMjC6Le-TRmIBNOnH6wNVEoQ
6848 shipping_sertificate_id 341 342 S 0 N shipping_sertificate_id 15
6921 active_user_tokens 364 365 C 0 N active_user_tokens N
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#login=Y&checkout=Y&cp_otp=Y&gift_certificates=Y&form_builder=Y&polls=Y&discussion=Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address Проспект Туран, 22
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 1758744047
2000 share_users 17 0 C 10 Y share_users Y
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y
12 license_number 13 0 I 10 N license_number CS-ULT-RU-BJ9K-4UU1-R251-3377
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
291 storage 0 0 I 10 N storage a:1:{s:7:"storage";s:4:"file";}
294 cdn 0 0 I 10 N cdn
6507 loyalty_program_page 280 281 O 10 N loyalty_program_page
6372 subscription_type 254 255 D 10 N subscription_type 0
6715 products_limit 313 314 I 10 N products_limit 10
6334 service 242 243 S 10 N service smsc_kz
6336 service_smsc_ru_psw 242 244 I 10 N service_smsc_ru_psw
6339 service_smsc_kz_psw 242 245 I 10 N service_smsc_kz_psw angeLina17
5712 tags_for_pages 26 27 C 10 N tags_for_pages Y
5714 display_rss_feed_in_category 28 29 C 10 N display_rss_feed_in_category N
5717 em_checkout_enabled 30 31 C 10 N em_checkout_enabled N
5724 em_mailchimp_list 30 32 S 10 N em_mailchimp_list
5737 show_shippings_on_product 38 39 C 10 N show_shippings_on_product Y
5739 yandex_suggest_api_key 38 40 I 10 N yandex_suggest_api_key 61f54d43-cb9b-4c2c-857c-741f92e0ae36
5743 google_api_key 38 41 I 10 N google_api_key
5748 log_type_yandex_checkout 12 0 N 10 N log_type_yandex_checkout #M#yc_request=Y&yc_failed=Y
5750 max_amount 44 45 I 10 N max_amount 500000
5756 show_locations_at_geolocator 46 47 C 10 N show_locations_at_geolocator N
5758 variations_allow_own_features 48 49 C 10 N variations_allow_own_features N
5778 forbidden_countries 50 52 B 10 N forbidden_countries #M#=Y&CN=Y&CG=Y&IR=Y
5782 return_period 57 58 I 10 N return_period 10
5786 sales_amount_from 59 60 I 10 N sales_amount_from 1
5788 last_days 59 61 I 10 N last_days 3
5790 seo_category_type 62 63 S 10 N seo_category_type category_nohtml
5797 auto_price_in_points 64 65 C 10 N auto_price_in_points Y
5807 track_all_page_views 66 67 C 10 N track_all_page_views Y
5811 track_ecommerce 68 69 C 10 N track_ecommerce Y
5813 info 70 71 O 10 N info
5819 log_type_yml_export 12 0 N 10 N log_type_yml_export N
5821 search_results_code 72 73 T 10 N search_results_code
5823 elm_image_info 74 75 O 10 N elm_image_info
5834 polls_comments_on_page 76 77 I 10 N polls_comments_on_page 20
5836 admin_reverse_ip_access 78 79 C 10 N admin_reverse_ip_access
5848 product_post_approval 82 83 S 10 N product_post_approval any
5854 category_post_approval 82 84 S 10 N category_post_approval any
5858 order_initiate 82 85 C 10 N order_initiate Y
5860 page_post_approval 82 86 S 10 N page_post_approval disabled
5865 home_page_post_approval 82 87 S 10 N home_page_post_approval any
5870 watermark_settings 88 89 E 10 N watermark_settings watermark.tpl
5879 reviews_per_page 90 91 I 10 N reviews_per_page 10
5890 clear_url 92 93 O 10 N clear_url
5912 cz_zoom_position 94 95 S 10 N cz_zoom_position 3
5915 price_list_fields 98 99 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5920 add_to_cart_empty_buy_now_url 100 101 C 10 N add_to_cart_empty_buy_now_url N
6414 size 266 267 D 10 N size
5928 cron_key 108 109 D 10 N cron_key ZOsFNb0GQGgKKwxh
5930 personal_information 110 111 O 10 N personal_information
6603 privacy_policy_page 294 295 S 10 N privacy_policy_page 3
6606 gdpr_settings_data 294 296 D 10 N gdpr_settings_data {"checkout_place_order":{"enable":"Y"},"checkout_profiles_update":{"enable":"N"},"user_registration":{"enable":"Y"},"profiles_update":{"enable":"N"},"product_subscription":{"enable":"Y"},"newsletters_subscribe":{"enable":"Y"},"call_requests":{"enable":"Y"},"discussions_add_review":{"enable":"Y"}}
5956 counter_number 122 123 I 10 N counter_number 104777113
5974 phone_number_from 124 125 L 10 N phone_number_from
6127 code 181 182 D 10 N code ABM-ypBY5c2c9Do4Ece1srjbq
5992 code 128 129 D 10 N code ABA-f2zXFTHnrVmvn1acPFPlq
6591 project_number 292 293 I 10 N project_number 663179356437
6235 last_ping 209 210 D 10 N last_ping 1771742540
6347 service_clickatell_from 242 248 I 10 N service_clickatell_from
6345 service_sms_ru_from 242 247 I 10 N service_sms_ru_from UCHUR
6342 service_smsc_ua_psw 242 246 I 10 N service_smsc_ua_psw
6028 login_type 144 145 S 10 N login_type otp
6040 code_attempts 144 146 I 10 N code_attempts 3
6044 default_country 144 147 S 10 N default_country KZ
6047 cron_pass 148 149 I 10 N cron_pass
6051 dadata_secret_key 150 152 I 10 N dadata_secret_key 84edd33726a7fc05c9677c4c5d2eba33da6b0df9
6271 destination_list 223 225 N 10 N destination_list #M#1=Y&116=Y&9=Y&7=Y
6815 uchur_main_channel 329 330 I 10 N uchur_main_channel http://93.95.241.198:29080/
6073 log_type_uchur 12 0 N 10 N log_type_uchur #M#otp_code=Y&mobile_app=Y&product_update=Y
6075 type_change 159 160 S 10 N type_change D
6077 wholesale_usergroup_id 161 162 N 10 N wholesale_usergroup_id #M#3=Y
6081 public_key 163 164 T 10 N public_key
6240 highlight_product_without_img 212 213 C 10 N highlight_product_without_img Y
6295 licensekey 231 232 I 10 N licensekey CP-WP-QH6D-9E7M-NB5J-HVPY
6102 path_load_files_rich_content_file 169 170 I 10 N path_load_files_rich_content_file
6311 enable_points_for_catalog 233 234 C 10 N enable_points_for_catalog Y
6124 cron_command 177 178 E 10 N cron_command command_cron.tpl
6668 build 305 306 D 10 N build 1242
6132 item_nth 185 186 I 10 N item_nth 7
6349 service_smsaero_ru_api_key 242 249 I 10 N service_smsaero_ru_api_key
6149 add_watermarks 191 192 C 10 N add_watermarks N
6153 transition 193 194 I 10 N transition 600
6169 countdown_type 195 196 S 10 N countdown_type javascript
6182 output_type_template 197 198 E 10 N output_type_template output_type.tpl
6196 ps_display_add_to_cart 201 202 C 10 N ps_display_add_to_cart Y
6204 build 203 204 D 10 N build 1159
6216 build 205 206 D 10 N build 1115
6225 show_on_category_page 207 208 C 10 N show_on_category_page Y
6274 uchur_sync_data_retry_password 223 226 I 10 N uchur_sync_data_retry_password
6519 show_in_lists 282 283 C 10 N show_in_lists Y
6779 telegram_gateway_payload 323 324 I 10 N telegram_gateway_payload UCHUR
6849 product_options_id 341 342 I 10 N product_options_id 1
6922 use_service_tokens 364 365 C 10 N use_service_tokens Y
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
175 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
2001 default_state_update_for_all 17 0 S 20 Y default_state_update_for_all active
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
6373 subscription_type_last_check 254 255 D 20 N subscription_type_last_check 0
6716 categories_limit 313 314 I 20 N categories_limit 5
6337 service_smsc_ru_from 242 244 I 20 N service_smsc_ru_from
5715 category_max_products_items 28 29 I 20 N category_max_products_items 5
5718 em_double_opt_in 30 31 C 20 N em_double_opt_in N
5727 mailer_send_method 33 34 S 20 N mailer_send_method default
5740 yandex_commercial 38 40 C 20 N yandex_commercial N
5744 google_map 38 41 E 20 N google_map map.tpl
5746 show_on_messages 42 43 C 20 N show_on_messages Y
5751 code_prefix 44 45 I 20 N code_prefix UCHURKZ
5759 variations_allow_auto_change_default_variation 48 49 C 20 N variations_allow_auto_change_default_variation Y
5764 recaptcha_site_key 50 51 I 20 N recaptcha_site_key 6LfF8OsrAAAAADqUu3IsrUgrD7uyYmUVC2tcBKUc
5783 display_product_return_period 57 58 C 20 N display_product_return_period Y
5791 seo_page_type 62 63 S 20 N seo_page_type page_nohtml
5798 price_in_points_with_discounts 64 65 C 20 N price_in_points_with_discounts Y
5808 track_add_to_cart 66 67 C 20 N track_add_to_cart N
5814 phone 70 71 I 20 N phone
5837 unsuccessful_attempts_login 78 79 C 20 N unsuccessful_attempts_login
5849 product_post_ip_check 82 83 C 20 N product_post_ip_check N
5855 category_post_ip_check 82 84 C 20 N category_post_ip_check N
5861 page_post_ip_check 82 86 C 20 N page_post_ip_check N
5866 home_page_post_ip_check 82 87 C 20 N home_page_post_ip_check Y
5880 review_approval 90 91 S 20 N review_approval any
5891 cron_command 92 93 E 20 N cron_command cron_command.tpl
5916 price_list_sorting 98 99 S 20 N price_list_sorting product_code
6415 datetime 266 267 D 20 N datetime
6604 gdpr_cookie_consent_texts 294 295 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5957 is_obsolete_code_snippet_used 122 123 C 20 N is_obsolete_code_snippet_used N
5993 build 128 129 D 20 N build 340
6592 topic 292 293 I 20 N topic CS-Cart-KZ
6236 flag 209 210 D 20 N flag 1
6343 service_smsc_ua_from 242 246 I 20 N service_smsc_ua_from
6340 service_smsc_kz_from 242 245 I 20 N service_smsc_kz_from UCHURKZ
6029 fast_registration 144 145 C 20 N fast_registration Y
6041 limit_request 144 146 I 20 N limit_request 5
6045 no_mask_placeholder 144 147 I 20 N no_mask_placeholder
6048 order_notifications 148 149 C 20 N order_notifications N
6272 default_destination 223 225 S 20 N default_destination 116
6816 uchur_reserve_channel 329 330 I 20 N uchur_reserve_channel http://93.95.241.198:29080/
6078 wholesale_type 161 162 S 20 N wholesale_type L
6082 private_key 163 164 T 20 N private_key
6296 quality 231 232 S 20 N quality 100
6312 enable_points_for_list_price 233 234 C 20 N enable_points_for_list_price Y
6128 build 181 182 D 20 N build 1211
6133 decrease_items_per_page 185 186 C 20 N decrease_items_per_page Y
6350 service_smsaero_ru_sign 242 249 I 20 N service_smsaero_ru_sign SMS AERO
6150 code 191 192 D 20 N code ABA-DaY2J5hCgENX3EPiaJ9l8
6154 icon 193 194 S 20 N icon arrow_3
6170 max_height 195 196 I 20 N max_height 250
6183 TL_max_count 197 198 D 20 N TL_max_count 3
6197 ps_display_navigation_dots 201 202 C 20 N ps_display_navigation_dots Y
6205 max_height 203 204 20 N max_height 250
6217 add_catalog_to_breadcrumbs 205 206 C 20 N add_catalog_to_breadcrumbs N
6226 show_on_product_page 207 208 C 20 N show_on_product_page Y
6520 on_thumbnail_click 282 283 S 20 N on_thumbnail_click image_replace
6780 telegram_gateway_code_length 323 324 I 20 N telegram_gateway_code_length 4
6850 product_options_variation_id 341 342 I 20 N product_options_variation_id 1
6923 jwt_hash 364 365 S 20 N jwt_hash RS256
16 weight_symbol 2 0 I 30 Y weight_symbol кг
34 company_country 5 0 X 30 Y company_country KZ
85 week 10 0 S 30 Y week %U, %b
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
8 ftp_hostname 13 0 I 30 N ftp_hostname
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host
118 string_length 11 0 D 30 N string_length 5
6351 service_smsaero_ru_channel 242 249 S 30 N service_smsaero_ru_channel INFO
5719 em_welcome_letter 30 31 C 30 N em_welcome_letter N
5741 yandex_map 38 40 E 30 N yandex_map map.tpl
5747 show_on_order 42 43 C 30 N show_on_order Y
5752 cert_per_page 44 45 I 30 N cert_per_page 10
5760 variations_show_all_possible_feature_variants 48 49 C 30 N variations_show_all_possible_feature_variants Y
5765 recaptcha_secret 50 51 I 30 N recaptcha_secret 6LfF8OsrAAAAABcDqdlVQVOCnrbMRvhaiduXN-Gc
5784 dont_take_weekends_into_account 57 58 C 30 N dont_take_weekends_into_account Y
5792 seo_other_type 62 63 S 30 N seo_other_type directory
5799 points_with_discounts 64 65 C 30 N points_with_discounts Y
5809 track_order_placed 66 67 C 30 N track_order_placed N
5815 phone_prefix_length 70 71 I 30 N phone_prefix_length 7
5825 type 74 75 S 30 N type C128B
5838 number_unsuccessful_attempts 78 79 I 30 N number_unsuccessful_attempts 5
5850 product_discussion_type 82 83 S 30 N product_discussion_type D
5856 category_discussion_type 82 84 S 30 N category_discussion_type D
5862 page_discussion_type 82 86 S 30 N page_discussion_type D
5867 home_page_testimonials 82 87 S 30 N home_page_testimonials B
5872 use_for_product_icons 88 89 C 30 N use_for_product_icons N
5881 review_ip_check 90 91 C 30 N review_ip_check N
5917 group_by_category 98 99 C 30 N group_by_category Y
5932 subscribe_confidentiality 110 111 C 30 N subscribe_confidentiality Y
5976 clickatel_api_id 124 125 I 30 N clickatel_api_id
6030 required_email 144 145 C 30 N required_email N
6042 last_num_confirm 144 146 C 30 N last_num_confirm Y
6593 google_api_key 292 293 I 30 N google_api_key ya29.a0AcM612wKTN45BS4-2b6U5stKa7iUmYH9dpp6QapaBhMDblK1xOsclrmodaPPqd7q-gnwVLwRnVnIE6gd-NJ4m0VqDkkMyHaA1B7CcCbjAOB0ocxfJtTfo1hf9sd2tEJJscXXh-E2sRLx9JO2pL_PW03llZx5sYFNrZSJBbGkaCgYKAZESARESFQHGX2MibfJTY5TgErAuuIe0qmEC2w0175
6079 min_order_amount 161 162 I 30 N min_order_amount 50000
6297 force_generate 231 232 C 30 N force_generate N
6313 setting_percentage_of_total 233 234 I 30 N setting_percentage_of_total 30
6717 filters_limit 313 314 I 30 N filters_limit 5
6134 code 185 186 D 30 N code ABA-zwojei144xEHvelwZDqWC
6237 token 209 210 D 30 N token
6151 build 191 192 D 30 N build 1107
6155 margin_top 193 194 I 30 N margin_top 0
6171 promotions_per_page 195 196 I 30 N promotions_per_page 12
6184 TR_max_count 197 198 D 30 N TR_max_count 3
6198 ps_display_zoom 201 202 C 30 N ps_display_zoom Y
6206 hide_in_product 203 204 C 30 N hide_in_product Y
6218 maximum_number_of_displayed_items 205 206 I 30 N maximum_number_of_displayed_items 5
6227 show_on_cart_page 207 208 C 30 N show_on_cart_page Y
6509 order_status 280 281 S 30 N order_status C
6521 controls 282 283 C 30 N controls N
6781 telegram_gateway_ttl 323 324 I 30 N telegram_gateway_ttl 300
6924 public_key_for_parse_tokens 364 365 T 30 N public_key_for_parse_tokens -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0VMWx2FGRN4AGqwMr2Vx IvA7N/u1o+Ae/bdJCqgaTjr5rSRngvjdZ+YhAjo96SVvQTPdd5tCMFMJn7mOjH50 4pFKRh+buLbvkNkdNKNSRyOiXguVEwJZ0Bqvbxrb3NOHCr+wvyr0q5mz4Z1vmoHv EWZXm3GO9pioF1dxqy93foVwBzBfsVxaY4j/Yhrp4lbdpv04yhaegN35DSWWqp2O JICa1NyDfYEr/t44YgYcy8sTDLE+MMHLrcVfCKZBvwuJtgjieX6HDl+AfbbtOqVZ To40yGOuK55V+Hc21+poEZdaXAYXeBcF9uN9GZQe6SNWpa8EKOqMhN+hlIJAQ9e+ gQIDAQAB -----END PUBLIC KEY-----
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
25 company_state 5 0 W 40 Y company_state AST
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 1000
86 month 10 0 S 40 Y month %B
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
9 ftp_username 13 0 I 40 N ftp_username
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
5720 em_service 30 31 S 40 N em_service dummy
5729 mailer_smtp_host 33 34 I 40 N mailer_smtp_host
5753 free_products_allow 44 45 C 40 N free_products_allow N
5761 quantity_discount_on_different_variations 48 49 C 40 N quantity_discount_on_different_variations N
5766 recaptcha_theme 50 51 S 40 N recaptcha_theme light
5793 seo_language 62 63 C 40 N seo_language N
5800 price_in_points_order_discount 64 65 C 40 N price_in_points_order_discount Y
5816 phone_mask 70 71 I 40 N phone_mask
5826 output 74 75 S 40 N output png
5839 login_intervals 78 79 I 40 N login_intervals 60
5851 product_share_discussion 82 83 C 40 N product_share_discussion N
5863 page_share_discussion 82 86 C 40 N page_share_discussion N
5868 testimonials_from_all_stores 82 87 C 40 N testimonials_from_all_stores N
5873 use_for_product_detailed 88 89 C 40 N use_for_product_detailed N
5882 review_fields 90 91 S 40 N review_fields advanced
5893 site_change 92 93 S 40 N site_change daily
5918 include_options 98 99 C 40 N include_options N
5933 request_active_consent 110 111 C 40 N request_active_consent Y
5959 visor 122 123 C 40 N visor Y
5977 clickatel_unicode 124 125 C 40 N clickatel_unicode N
6594 email 292 293 I 40 N email developerNikitaPro@gmail.com
6031 exclude_email 144 145 C 40 N exclude_email Y
6818 uchur_retail_infobase_url 329 330 I 40 N uchur_retail_infobase_url retail_kz/hs/Uchur/
6298 use_hash 231 232 C 40 N use_hash Y
6314 points_for_registration 233 234 I 40 N points_for_registration 0
6135 build 185 186 D 40 N build 1101
6156 margin_right 193 194 I 40 N margin_right 30
6172 chains_per_page 195 196 I 40 N chains_per_page 3
6185 BL_max_count 197 198 D 40 N BL_max_count 3
6199 ps_display_fullscreen 201 202 C 40 N ps_display_fullscreen Y
6207 hide_in_category 203 204 C 40 N hide_in_category Y
6219 catalog_menu 205 206 I 40 N catalog_menu 0
6228 show_on_checkout_page 207 208 C 40 N show_on_checkout_page Y
6510 new_user_loyalty 280 281 S 40 N new_user_loyalty 1
6522 repeat 282 283 C 40 N repeat Y
6782 telegram_gateway_callback_url 323 324 I 40 N telegram_gateway_callback_url https://uchur.kz
6925 guest_access_key 364 365 I 40 N guest_access_key uchurguessendpoints
33 company_zipcode 5 0 I 50 Y company_zipcode 010010
87 year 10 0 S 50 Y year %Y
168 store_mode 2 0 O 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
10 ftp_password 13 0 P 50 N ftp_password
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
5721 em_token 30 31 D 50 N em_token 4534b80ab9d03049d5f9b250b470667b
5730 mailer_smtp_username 33 34 I 50 N mailer_smtp_username
5754 redeem_shipping_cost 44 45 C 50 N redeem_shipping_cost N
5767 recaptcha_size 50 51 S 50 N recaptcha_size normal
5794 single_url 62 63 C 50 N single_url Y
5801 reward_points_order_discount 64 65 C 50 N reward_points_order_discount Y
5817 buy_now_with_one_click 70 71 C 50 N buy_now_with_one_click Y
5827 text 74 75 S 50 N text Y
5840 time_block 78 79 I 50 N time_block 24
5852 product_review_after_purchase 82 83 C 50 N product_review_after_purchase N
5883 review_after_purchase 90 91 C 50 N review_after_purchase N
5894 site_priority 92 93 S 50 N site_priority 1
5960 clickmap 122 123 C 50 N clickmap Y
5978 clickatel_concat 124 125 S 50 N clickatel_concat clickatel_concat_3
6032 use_fake_email 144 145 C 50 N use_fake_email N
6819 uchur_retail_infobase_login 329 330 I 50 N uchur_retail_infobase_login Администратор
6299 use_logs 231 232 C 50 N use_logs Y
6511 notify_customer_about_card 280 281 C 50 N notify_customer_about_card Y
6315 points_for_review 233 234 I 50 N points_for_review 0
6157 margin_bottom 193 194 I 50 N margin_bottom 60
6173 highlight_when_left 195 196 S 50 N highlight_when_left 1
6186 BR_max_count 197 198 D 50 N BR_max_count 3
6200 ps_close_with_gesture 201 202 C 50 N ps_close_with_gesture Y
6208 hide_in_brand 203 204 C 50 N hide_in_brand Y
6220 show_category_tree 205 206 C 50 N show_category_tree N
6229 add_default 207 208 C 50 N add_default N
6595 api 292 293 I 50 N api 7h1274e6j7891E5D48yXj55M2a27N49l
6523 th_size 282 283 I 50 N th_size 50
6783 telegram_gateway_sender_username 323 324 I 50 N telegram_gateway_sender_username uchur_gear
6926 auth_service_api_key 364 365 I 50 N auth_service_api_key secret1
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 manual
14 auto_check_updates 2 0 C 58 Y auto_check_updates Y
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes N
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 +77083639868
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
335 image_file_size 9 0 Q 60 Y image_file_size 10
11 ftp_directory 13 0 I 60 N ftp_directory
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth N
121 string_type 11 0 D 60 N string_type mixed
5722 em_lastsync 30 31 D 60 N em_lastsync 1759377657
5731 mailer_smtp_password 33 34 I 60 N mailer_smtp_password
5768 recaptcha_type 50 51 S 60 N recaptcha_type image
5795 non_latin_symbols 62 63 C 60 N non_latin_symbols N
5802 higher_level_extract 64 65 C 60 N higher_level_extract Y
5828 height 74 75 I 60 N height 60
5875 use_for_category_icons 88 89 C 60 N use_for_category_icons N
5884 review_ask_for_customer_location 90 91 S 60 N review_ask_for_customer_location none
5961 external_links 122 123 C 60 N external_links Y
6033 default_auth_method 144 145 S 60 N default_auth_method phone
6820 uchur_retail_infobase_password 329 330 I 60 N uchur_retail_infobase_password
6300 delete_webp 231 232 O 60 N delete_webp
6512 no_use_usergroup 280 281 N 60 N no_use_usergroup #M#3=Y&4=Y&5=Y&6=Y&11=Y&12=Y
6316 pay_entire_order_with_points 233 234 C 60 N pay_entire_order_with_points N
6158 margin_left 193 194 I 60 N margin_left 0
6174 amount_of_promos_in_prods_lists 195 196 S 60 N amount_of_promos_in_prods_lists 0
6187 TL_output_type 197 198 D 60 N TL_output_type column
6201 code 201 202 D 60 N code ABA-HJYXgFNJo3Xw6HELAV485
6209 selectors 203 204 I 60 N selectors
6221 link 205 206 O 60 N link
6230 shuffle 207 208 C 60 N shuffle Y
6596 token 292 293 O 60 N token
6524 cycle 282 283 C 60 N cycle Y
122 char_shadow 11 0 D 65 N char_shadow N
29 company_phone_2 5 0 L 70 Y company_phone_2
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
123 colour 11 0 D 70 N colour N
5732 mailer_smtp_ecrypted_connection 33 34 S 70 N mailer_smtp_ecrypted_connection none
5803 several_points_action 64 65 S 70 N several_points_action minimal_absolute
5818 order_status 70 71 S 70 N order_status Y
5829 width 74 75 I 70 N width 250
5842 unsuccessful_attempts_login_customer 78 79 C 70 N unsuccessful_attempts_login_customer
5876 use_for_category_detailed 88 89 C 70 N use_for_category_detailed N
5885 split_reviews_by_storefronts 90 91 C 70 N split_reviews_by_storefronts Y
5896 include_products 92 93 C 70 N include_products Y
6597 signInCheck 292 293 C 70 N signInCheck Y
5962 denial 122 123 C 70 N denial Y
5980 sms_new_order_placed 124 125 C 70 N sms_new_order_placed
6034 email_error 144 145 C 70 N email_error N
6513 failed_order_statuses 280 281 N 70 N failed_order_statuses #M#O=Y&F=Y&D=Y&B=Y&I=Y&Y=Y&N=Y
6159 font_size 193 194 I 70 N font_size 48
6175 ab__show_expired_promos 195 196 C 70 N ab__show_expired_promos Y
6188 TR_output_type 197 198 D 70 N TR_output_type column
6202 build 201 202 D 70 N build 1143
6210 transition 203 204 S 70 N transition 500
6231 delay 207 208 S 70 N delay 0
6525 vertical 282 283 C 70 N vertical Y
53 frontend_default_language 4 0 S 80 Y frontend_default_language ru
90 convert_to 9 0 S 80 Y convert_to webp
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
5733 mailer_smtp_auth 33 34 C 80 N mailer_smtp_auth N
5770 recaptcha_v3_site_key 50 51 I 80 N recaptcha_v3_site_key
5804 consider_zero_values 64 65 C 80 N consider_zero_values N
5830 prefix 74 75 I 80 N prefix FF45CR99
5843 number_unsuccessful_attempts_customer 78 79 I 80 N number_unsuccessful_attempts_customer 5
5877 images_access_info 88 89 O 80 N images_access_info
5886 images_upload_allowed 90 91 D 80 N images_upload_allowed Y
5897 products_change 92 93 S 80 N products_change daily
6598 shipping_methods 292 293 M 80 N shipping_methods #M#14=Y&15=Y&13=Y&11=Y&6=Y
5981 sms_new_cusomer_registered 124 125 C 80 N sms_new_cusomer_registered Y
6035 guest_order 144 145 C 80 N guest_order N
6822 uchur_test_retail_infobase_url 329 330 I 80 N uchur_test_retail_infobase_url retail_kz_test1/hs/Uchur/
6302 use_cron 231 232 C 80 N use_cron Y
6514 use_dynamic_cards 280 281 C 80 N use_dynamic_cards N
6160 units 193 194 S 80 N units px
6176 ab__show_awaited_promos 195 196 C 80 N ab__show_awaited_promos Y
6189 BL_output_type 197 198 D 80 N BL_output_type column
6211 align 203 204 S 80 N align center
6223 ab__as_add_to_sitemap 205 206 C 80 N ab__as_add_to_sitemap Y
6232 code 207 208 D 80 N code ABA-vvaiowRva5bnesetjkNuP
6526 video_icon 282 283 S 80 N video_icon video
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 KZT
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.uchur.kz/
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 100
5771 recaptcha_v3_secret 50 51 I 90 N recaptcha_v3_secret
5805 log_per_page 64 65 I 90 N log_per_page 10
5844 login_intervals_customer 78 79 I 90 N login_intervals_customer 60
5887 product_variations 90 91 E 90 N product_variations product_variations.tpl
5898 products_priority 92 93 S 90 N products_priority 0.5
5964 track_hash 122 123 C 90 N track_hash Y
5982 sms_product_negative_amount 124 125 C 90 N sms_product_negative_amount Y
6599 payment_methods 292 293 M 90 N payment_methods #M#19=Y&20=Y&2=Y
6036 comfirm_on 144 145 N 90 N comfirm_on N
6823 uchur_test_retail_infobase_login 329 330 I 90 N uchur_test_retail_infobase_login Администратор
6303 cron_pass 231 232 I 90 N cron_pass cron_go_web
6515 cards_period 280 281 I 90 N cards_period
6161 font_weight 193 194 S 90 N font_weight normal
6190 BR_output_type 197 198 D 90 N BR_output_type column
6212 appearance 203 204 S 90 N appearance text
6233 build 207 208 D 90 N build 741
6527 enable_microdata 282 283 C 90 N enable_microdata Y
40 company_start_year 5 0 I 95 Y company_start_year 2025
22 products_per_page 4 0 U 100 Y products_per_page 32
35 company_users_department 5 0 I 100 Y company_users_department users_service_department@uchur.kz
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 240
6824 uchur_test_retail_infobase_password 329 330 I 100 N uchur_test_retail_infobase_password
5772 recaptcha_v3_success_score 50 51 S 100 N recaptcha_v3_success_score 0.5
5832 elm_spec_descr 74 75 O 100 N elm_spec_descr
5845 time_block_customer 78 79 I 100 N time_block_customer 24
5888 split_reviews_for_variations_as_separate_products 90 91 D 100 N split_reviews_for_variations_as_separate_products Y
5965 ecommerce 122 123 C 100 N ecommerce Y
5983 sms_send_min_amout 124 125 I 100 N sms_send_min_amout 0
6037 verification_texts 144 145 O 100 N verification_texts
6304 cron_limit 231 232 I 100 N cron_limit 50
6516 days_to_notify 280 281 I 100 N days_to_notify
6162 color 193 194 E 100 N color color.tpl
6178 ab__as_add_to_sitemap 195 196 C 100 N ab__as_add_to_sitemap Y
6191 code 197 198 D 100 N code ABA-fMupkzfd0cn47ZHFREpjg
6213 show_button_after_action 203 204 C 100 N show_button_after_action N
6528 code 282 283 D 100 N code ABA-JFCrDrKcYJWvgLTHrqMes
6600 cache_enable 292 293 C 100 N cache_enable N
36 company_site_administrator 5 0 I 110 Y company_site_administrator developerNikitaPro@gmail.com
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 240
5900 include_categories 92 93 C 110 N include_categories Y
5984 sms_send_shipping 124 125 N 110 N sms_send_shipping
6038 settings_scripts 144 145 E 110 N settings_scripts settings_scripts.tpl
6305 clear_logs 231 232 I 110 N clear_logs 20
6517 cron_script_info 280 281 O 110 N cron_script_info
6163 hide_on_mobile 193 194 C 110 N hide_on_mobile Y
6179 code 195 196 D 110 N code ABA-sLdlsv0xo9zkzABnyATRp
6192 build 197 198 D 110 N build 1232
6214 custom_class 203 204 I 110 N custom_class ab-smc
6529 build 282 283 D 110 N build 1171
6601 cache_time 292 293 I 110 N cache_time 1440
37 company_orders_department 5 0 I 120 Y company_orders_department order_processing_department@uchur.kz
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 532
6826 uchur_wholesale_infobase_url 329 330 I 120 N uchur_wholesale_infobase_url retail_kz_test2/hs/Uchur/
5774 recaptcha_use_for_value 50 51 D 120 N recaptcha_use_for_value a:13:{s:5:"login";s:12:"recaptcha_v2";s:8:"register";s:0:"";s:7:"recover";s:0:"";s:8:"checkout";s:12:"recaptcha_v2";s:12:"track_orders";s:0:"";s:22:"track_product_in_stock";s:0:"";s:6:"cp_otp";s:12:"recaptcha_v2";s:11:"newsletters";s:0:"";s:17:"gift_certificates";s:12:"recaptcha_v2";s:12:"call_request";s:0:"";s:12:"form_builder";s:12:"recaptcha_v2";s:5:"polls";s:12:"recaptcha_v2";s:10:"discussion";s:12:"recaptcha_v2";}
5901 categories_change 92 93 S 120 N categories_change daily
5967 application_id 122 123 I 120 N application_id 61ea73c5ddf84879b4ac42d358438ca9
6164 show_in_admin_panel 193 194 C 120 N show_in_admin_panel N
6180 build 195 196 D 120 N build 1158
6306 use_pixel 231 232 C 120 N use_pixel Y
38 company_support_department 5 0 I 130 Y company_support_department support@uchur.kz
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 N
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking
6827 uchur_wholesale_infobase_login 329 330 I 130 N uchur_wholesale_infobase_login Администратор
5775 recaptcha_use_for 50 51 E 130 N recaptcha_use_for use_for_settings.tpl
5902 categories_priority 92 93 S 130 N categories_priority 0.5
5968 application_password 122 123 I 130 N application_password 167b518a6f2f4f098b9a0929e1e8a3fc
5986 sms_send_payment_info 124 125 C 130 N sms_send_payment_info Y
6165 ab__stt_color 193 194 D 130 N ab__stt_color #000000
6307 pixel_key_cjeck 231 232 O 130 N pixel_key_cjeck
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
306 enable_edp 2 0 C 135 Y enable_edp N
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 newsletters@uchur.kz
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
6828 uchur_wholesale_infobase_password 329 330 I 140 N uchur_wholesale_infobase_password
5776 settings_proxy 50 51 O 140 N settings_proxy
5969 auth_token 122 123 D 140 N auth_token
5987 sms_send_customer_email 124 125 C 140 N sms_send_customer_email Y
6166 code 193 194 D 140 N code ABA-2r3a56FqXnmu1unA3xyJV
6308 pixel_key 231 232 I 140 N pixel_key 2HnHGHBJYV4ZR9d7TJ1r
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 4
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories Y
5904 include_pages 92 93 C 150 N include_pages Y
5970 oauth_info 122 123 O 150 N oauth_info
6167 build 193 194 D 150 N build 767
6309 cron_info_txt 231 232 O 150 N cron_info_txt
6829 uchur_gift_certificate_category_id 329 330 I 150 N uchur_gift_certificate_category_id 175
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 150
5905 pages_change 92 93 S 160 N pages_change daily
6830 uchur_gift_certificate_option_id 329 330 I 160 N uchur_gift_certificate_option_id 1
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 150
5906 pages_priority 92 93 S 170 N pages_priority 0.5
5972 collect_stats_for_goals 122 123 N 170 N collect_stats_for_goals #M#engaged_visitor=Y&basket=Y&order=Y&wishlist=Y
6831 uchur_gift_certificate_variant_id_e 329 330 I 170 N uchur_gift_certificate_variant_id_e 1
315 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 50
316 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 50
94 show_out_of_stock_products 2 0 C 180 Y show_out_of_stock_products N
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width 285
6832 uchur_gift_certificate_variant_id_f 329 330 I 180 N uchur_gift_certificate_variant_id_f 2
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 Y
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 ab__photoswipe
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height 190
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5908 include_extended 92 93 C 190 N include_extended Y
180 default_product_details_view 4 0 S 191 Y default_product_details_view abt__ut2_three_columns_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 popularity-desc
290 enable_quick_view 4 0 C 198 Y enable_quick_view N
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 225
5909 extended_change 92 93 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 150
5910 extended_priority 92 93 S 210 N extended_priority 0.5
139 timezone 4 0 S 220 Y timezone Asia/Dhaka
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
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 day_first
197 category_detailed_image_height 9 0 U 230 Y category_detailed_image_height 380
67 user_multiple_profiles 2 0 C 240 Y user_multiple_profiles Y
167 calendar_week_format 4 0 S 240 Y calendar_week_format monday_first
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 Y
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup N
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
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 Y
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 50
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
301 display_shipping_step 6 0 D 320 Y display_shipping_step Y
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 N
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 KZ
21 default_state 6 0 W 450 Y default_state AST
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