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.00399

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "storefront_values",
      "access_type": "system",
      "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_settings_objects.position",
        "table": {
          "table_name": "cscart_settings_objects",
          "access_type": "ALL",
          "rows": 564,
          "filtered": 100,
          "attached_condition": "(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'"
        }
      }
    }
  }
}

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 Eitems
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 252260049;ddd.eitems.gg;mimii_fffs@hotmail.com
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
5690 twitter_enable 21 22 C 0 N twitter_enable Y
5695 facebook_enable 21 23 C 0 N facebook_enable Y
5707 vkontakte_enable 21 24 C 0 N vkontakte_enable
5714 yandex_enable 21 25 C 0 N yandex_enable Y
5717 pinterest_enable 21 26 C 0 N pinterest_enable Y
5721 tags_for_products 27 28 C 0 N tags_for_products Y
5723 managing_editor 29 30 I 0 N managing_editor
5726 em_show_on_checkout 31 32 C 0 N em_show_on_checkout N
5733 em_mailchimp_api_key 31 33 I 0 N em_mailchimp_api_key
5735 em_madmimi_username 31 34 I 0 N em_madmimi_username
6003 newsletters_per_pass 129 130 I 0 N newsletters_per_pass 10
5748 allow_save_attachments_to_server 38 39 C 0 N allow_save_attachments_to_server N
5749 formula 40 41 D 0 N formula manualVendorRating
6653 add_to_cart_simple 440 443 C 0 N add_to_cart_simple Y
5757 provider 42 43 S 0 N provider google
5759 yandex_api_key 42 44 I 0 N yandex_api_key
5762 google_api_notice 42 45 O 0 N google_api_notice
6643 last_messages_count 438 439 I 0 N last_messages_count 25
6549 pass_min_length 393 394 I 0 N pass_min_length 6
5775 min_amount 51 52 I 0 N min_amount 50
5781 print_map 53 54 C 0 N print_map Y
5783 variations_allow_own_images 55 56 C 0 N variations_allow_own_images Y
5788 notice 57 58 O 0 N notice
5803 forbidden_countries_notice 57 59 O 0 N forbidden_countries_notice
5805 access_key 60 61 I 0 N access_key a03ece86d63be5bd64763fd2fe5249be
5806 show_bundles 62 63 S 0 N show_bundles before_product_description
5807 returnable 64 65 C 0 N returnable Y
5811 final_sale_from 66 67 I 0 N final_sale_from 40
5813 period 66 68 S 0 N period all
5815 seo_product_type 69 70 S 0 N seo_product_type product_category_nohtml
5822 point_rate 71 72 I 0 N point_rate 1
5832 vendors_prior_approval 73 74 S 0 N vendors_prior_approval all
5836 products_prior_approval 73 75 S 0 N products_prior_approval none
5840 pixel_id 76 77 I 0 N pixel_id
5844 tracking_code 78 79 I 0 N tracking_code
5865 polls_votes_on_page 84 85 I 0 N polls_votes_on_page 20
5878 banner_multilang 88 89 C 0 N banner_multilang Y
5879 product_posts_per_page 90 91 I 0 N product_posts_per_page 10
5884 category_posts_per_page 90 92 I 0 N category_posts_per_page 10
5888 order_posts_per_page 90 93 I 0 N order_posts_per_page 10
5890 page_posts_per_page 90 94 I 0 N page_posts_per_page 10
5894 home_page_posts_per_page 90 95 I 0 N home_page_posts_per_page 10
5898 company_discussion_type 90 96 S 0 N company_discussion_type D
5912 notice 99 100 O 0 N notice
5949 cz_animation_time 103 104 I 0 N cz_animation_time 200
5951 cron_password 105 106 I 0 N cron_password MYPASS
5952 price_list_info 107 108 O 0 N price_list_info
5957 main_store_mode 109 110 R 0 N main_store_mode catalog
5959 icons_pack 111 112 S 0 N icons_pack flat_32x32
5961 general_info 113 114 O 0 N general_info
5964 text_general 115 116 E 0 N text_general general.tpl
5965 gdpr_cookie_consent 117 118 S 0 N gdpr_cookie_consent explicit
5968 gdpr_settings 117 119 E 0 N gdpr_settings settings.tpl
5970 product_fields_configuration 120 121 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}}}
5973 sidebar_color 120 122 D 0 N sidebar_color #eef1f3
6555 categories 397 398 O 0 N categories
5987 default_vendor_usesrgroup 125 126 S 0 N default_vendor_usesrgroup 7
6348 categories 301 302 O 0 N categories
6012 coupon 129 131 S 0 N coupon
6659 signup_terms_enabled 444 445 C 0 N signup_terms_enabled Y
6646 styleswitchertmpl_title1 440 442 E 0 N styleswitchertmpl_title1 title1.tpl
6645 show_first_subcategory 440 441 C 0 N show_first_subcategory Y
6553 last_messages_count 395 396 I 0 N last_messages_count 25
6664 hide_bottom_adminpanel_on_front 444 446 C 0 N hide_bottom_adminpanel_on_front Y
6669 categories_types 447 449 O 0 N categories_types
6665 currency_features 447 448 M 0 N currency_features #M#3=Y
6579 color_schema 120 122 D 0 N color_schema Custom
6671 become_seller_link 447 450 I 0 N become_seller_link /become-seller/
6638 banner_multilang 432 433 C 0 N banner_multilang Y
55 secure_storefront 15 0 C 1 Y secure_storefront Y
6216 profile_field_avatar_small_height 9 233 U 1 Y profile_field_avatar_small_height 40
56 secure_admin 15 0 C 2 Y secure_admin Y
6217 profile_field_avatar_small_width 9 233 U 2 Y profile_field_avatar_small_width 40
6218 profile_field_avatar_medium_height 9 233 U 3 Y profile_field_avatar_medium_height 100
6219 profile_field_avatar_medium_width 9 233 U 4 Y profile_field_avatar_medium_width 100
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 Y
12 license_number 13 0 I 10 N license_number CS-MV-PL-A-WZ4V-ADDS-6U7W-20ST
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method smtp
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 8
6581 yandex_suggest_api_key 42 44 I 10 N yandex_suggest_api_key
5678 current_timestamp 0 0 T 10 Y current_timestamp 1668284783
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 override_customer_info 19 20 C 10 N override_customer_info N
5691 twitter_via 21 22 I 10 N twitter_via
5696 facebook_app_id 21 23 I 10 N facebook_app_id
5708 vkontakte_appid 21 24 I 10 N vkontakte_appid
5715 yandex_share_code 21 25 T 10 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5718 pinterest_size 21 26 S 10 N pinterest_size 20
5722 tags_for_pages 27 28 C 10 N tags_for_pages Y
5724 display_rss_feed_in_category 29 30 C 10 N display_rss_feed_in_category N
5727 em_checkout_enabled 31 32 C 10 N em_checkout_enabled N
5734 em_mailchimp_list 31 33 S 10 N em_mailchimp_list
5736 em_madmimi_api_key 31 34 I 10 N em_madmimi_api_key
5750 start_rating_period 40 41 D 10 N start_rating_period 0
5756 log_type_vendor_rating 12 0 N 10 N log_type_vendor_rating #M#vr_failure=Y
5758 show_shippings_on_product 42 43 C 10 N show_shippings_on_product N
5760 yandex_commercial 42 44 C 10 N yandex_commercial
5763 google_api_key 42 45 I 10 N google_api_key
6644 prev_messages_count 438 439 I 10 N prev_messages_count 25
6550 pass_has_numbers 393 394 C 10 N pass_has_numbers N
5776 max_amount 51 52 I 10 N max_amount 1500
5782 show_locations_at_geolocator 53 54 C 10 N show_locations_at_geolocator N
5784 variations_allow_own_features 55 56 C 10 N variations_allow_own_features N
5804 forbidden_countries 57 59 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5808 return_period 64 65 I 10 N return_period 10
5812 sales_amount_from 66 67 I 10 N sales_amount_from 1
5814 last_days 66 68 I 10 N last_days 3
5816 seo_category_type 69 70 S 10 N seo_category_type category_nohtml
5823 auto_price_in_points 71 72 C 10 N auto_price_in_points Y
5833 vendor_profile_updates_approval 73 74 S 10 N vendor_profile_updates_approval all
5837 products_updates_approval 73 75 S 10 N products_updates_approval none
5841 track_all_page_views 76 77 C 10 N track_all_page_views Y
5845 track_ecommerce 78 79 C 10 N track_ecommerce Y
5847 info 80 81 O 10 N info
5855 elm_image_info 82 83 O 10 N elm_image_info
5866 polls_comments_on_page 84 85 I 10 N polls_comments_on_page 20
6489 admin_reverse_ip_access 366 367 C 10 N admin_reverse_ip_access
5880 product_post_approval 90 91 S 10 N product_post_approval any
5885 category_post_approval 90 92 S 10 N category_post_approval any
5889 order_initiate 90 93 C 10 N order_initiate Y
5891 page_post_approval 90 94 S 10 N page_post_approval disabled
5895 home_page_post_approval 90 95 S 10 N home_page_post_approval any
5899 company_only_buyers 90 96 C 10 N company_only_buyers Y
5904 watermark_settings 97 98 E 10 N watermark_settings watermark.tpl
5913 reviews_per_page 99 100 I 10 N reviews_per_page 10
5924 clear_url 101 102 O 10 N clear_url
5950 cz_zoom_position 103 104 S 10 N cz_zoom_position 3
5953 price_list_fields 107 108 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5958 add_to_cart_empty_buy_now_url 109 110 C 10 N add_to_cart_empty_buy_now_url N
5960 autogen_email 111 112 C 10 N autogen_email N
5962 apikey 113 114 I 10 N apikey
5966 privacy_policy_page 117 118 S 10 N privacy_policy_page 3
5969 gdpr_settings_data 117 119 D 10 N gdpr_settings_data {"checkout_place_order":{"enable":"N"},"checkout_profiles_update":{"enable":"N"},"user_registration":{"enable":"N"},"profiles_update":{"enable":"N"},"product_subscription":{"enable":"N"},"apply_for_vendor":{"enable":"N"},"newsletters_subscribe":{"enable":"N"},"call_requests":{"enable":"N"},"discussions_add_review":{"enable":"N"}}
5971 product_tabs_configuration 120 121 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"}
5974 element_color 120 122 D 10 N element_color #024567
6647 styleswitcher_class1 440 442 I 10 N styleswitcher_class1 theme--light
6556 min_price 397 398 I 10 N min_price
6554 prev_messages_count 395 396 I 10 N prev_messages_count 25
6013 coupon1 129 131 S 10 N coupon1
6654 checkout_title 440 443 E 10 N checkout_title checkout_title.tpl
6349 min_price 301 302 I 10 N min_price 0.01
6660 signup_termstmpl_label 444 445 E 10 N signup_termstmpl_label label.tpl
6269 include_shipping 256 257 C 10 N include_shipping Y
6670 item_features 447 449 M 10 N item_features #M#3=Y
6666 currency_tip_same_stock 447 448 T 10 N currency_tip_same_stock
13 product_release_info 13 0 O 11 N product_release_info
54 backend_default_language 4 0 S 15 Y backend_default_language en
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 Y
5692 twitter_size 21 22 S 20 N twitter_size medium
5697 facebook_href 21 23 I 20 N facebook_href
5709 vkontakte_button_style 21 24 S 20 N vkontakte_button_style mini
5716 yandex_display_on 21 25 N 20 N yandex_display_on products,pages
5719 pinterest_shape 21 26 S 20 N pinterest_shape rect
5725 category_max_products_items 29 30 I 20 N category_max_products_items 5
5728 em_double_opt_in 31 32 C 20 N em_double_opt_in N
5737 em_madmimi_list 31 34 S 20 N em_madmimi_list
6005 mailer_send_method 129 130 S 20 N mailer_send_method default
5751 rating_above_price 40 41 D 20 N rating_above_price N
5761 yandex_map 42 44 E 20 N yandex_map map.tpl
5764 google_map 42 45 E 20 N google_map map.tpl
6551 pass_has_symbols 393 394 C 20 N pass_has_symbols N
5777 code_prefix 51 52 I 20 N code_prefix GC
5785 variations_allow_auto_change_default_variation 55 56 C 20 N variations_allow_auto_change_default_variation Y
5790 recaptcha_site_key 57 58 I 20 N recaptcha_site_key
5809 display_product_return_period 64 65 C 20 N display_product_return_period Y
5817 seo_page_type 69 70 S 20 N seo_page_type page_nohtml
5824 price_in_points_with_discounts 71 72 C 20 N price_in_points_with_discounts Y
5834 approval_info 73 74 O 20 N approval_info
5838 product_premoderation_fields 73 75 N 20 N product_premoderation_fields N
5842 track_add_to_cart 76 77 C 20 N track_add_to_cart N
5848 phone 80 81 I 20 N phone
6490 unsuccessful_attempts_login 366 367 C 20 N unsuccessful_attempts_login
5881 product_post_ip_check 90 91 C 20 N product_post_ip_check N
5886 category_post_ip_check 90 92 C 20 N category_post_ip_check N
5892 page_post_ip_check 90 94 C 20 N page_post_ip_check N
5896 home_page_post_ip_check 90 95 C 20 N home_page_post_ip_check Y
5900 company_posts_per_page 90 96 I 20 N company_posts_per_page 10
5914 review_approval 99 100 S 20 N review_approval any
5925 cron_command 101 102 E 20 N cron_command cron_command.tpl
5954 price_list_sorting 107 108 S 20 N price_list_sorting product_code
5963 appdomain 113 114 I 20 N appdomain
5967 gdpr_cookie_consent_texts 117 118 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5972 config_form 120 121 E 20 N config_form config.tpl
5975 sidebar_background_image 120 122 D 20 N sidebar_background_image
6648 styleswitcher_icon1 440 442 I 20 N styleswitcher_icon1 icon icon--light
6655 checkout_termstmpl_label 440 443 E 20 N checkout_termstmpl_label checkout_terms_label.tpl
6270 include_taxes_in_commission 256 257 C 20 N include_taxes_in_commission Y
6661 signup_terms_page1 444 445 20 N signup_terms_page1 24
6667 currency_tip_same_per_unit 447 448 T 20 N currency_tip_same_per_unit
8 ftp_hostname 13 0 I 30 N ftp_hostname
16 weight_symbol 2 0 I 30 Y weight_symbol lbs
34 company_country 5 0 X 30 Y company_country US
85 week 10 0 S 30 Y week %U, %b
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host smtp.timeweb.ru:465
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 paypal_status_map_settings 19 20 E 30 N paypal_status_map_settings statuses_map.tpl
5693 twitter_display_count 21 22 S 30 N twitter_display_count horizontal
5698 facebook_send 21 23 C 30 N facebook_send Y
5710 vkontakte_height 21 24 I 30 N vkontakte_height 22
5720 pinterest_display_on 21 26 N 30 N pinterest_display_on #M#products=Y
5729 em_welcome_letter 31 32 C 30 N em_welcome_letter N
5752 bronze_rating_lower_limit 40 41 D 30 N bronze_rating_lower_limit 50
6552 pass_has_camel 393 394 C 30 N pass_has_camel N
5778 cert_per_page 51 52 I 30 N cert_per_page 10
5786 variations_show_all_possible_feature_variants 55 56 C 30 N variations_show_all_possible_feature_variants Y
5791 recaptcha_secret 57 58 I 30 N recaptcha_secret
5810 dont_take_weekends_into_account 64 65 C 30 N dont_take_weekends_into_account Y
5818 seo_other_type 69 70 S 30 N seo_other_type directory
5825 points_with_discounts 71 72 C 30 N points_with_discounts Y
5835 preventing_registration_info 73 74 O 30 N preventing_registration_info
5839 approval_info 73 75 O 30 N approval_info
5843 track_order_placed 76 77 C 30 N track_order_placed N
5849 phone_prefix_length 80 81 I 30 N phone_prefix_length 7
5857 type 82 83 S 30 N type C128B
6491 number_unsuccessful_attempts 366 367 I 30 N number_unsuccessful_attempts 5
5882 product_discussion_type 90 91 S 30 N product_discussion_type D
5887 category_discussion_type 90 92 S 30 N category_discussion_type D
5893 page_discussion_type 90 94 S 30 N page_discussion_type D
5897 home_page_testimonials 90 95 S 30 N home_page_testimonials B
5901 company_post_approval 90 96 S 30 N company_post_approval any
5906 use_for_product_icons 97 98 C 30 N use_for_product_icons N
5915 review_ip_check 99 100 C 30 N review_ip_check N
5955 group_by_category 107 108 C 30 N group_by_category Y
5976 vendor_panel_config 120 122 E 30 N vendor_panel_config panel.tpl
6649 styleswitchertmpl_title2 440 442 E 30 N styleswitchertmpl_title2 title2.tpl
6656 checkout_terms_page1 440 443 30 N checkout_terms_page1 24
6271 collect_taxes_from_vendors 256 257 C 30 N collect_taxes_from_vendors N
6662 signup_terms_page2 444 445 30 N signup_terms_page2 3
6668 currency_tip_same_catalog_price 447 448 T 30 N currency_tip_same_catalog_price
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 MA
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 453.6
86 month 10 0 S 40 Y month %B
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username eitems@seriousorg.ru
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
5694 twitter_display_on 21 22 N 40 N twitter_display_on #M#products=Y
5699 facebook_width 21 23 I 40 N facebook_width 450
5711 vkontakte_width 21 24 I 40 N vkontakte_width 350
5730 em_service 31 32 S 40 N em_service dummy
6007 mailer_smtp_host 129 130 I 40 N mailer_smtp_host
5753 silver_rating_lower_limit 40 41 D 40 N silver_rating_lower_limit 80
5779 free_products_allow 51 52 C 40 N free_products_allow Y
5787 quantity_discount_on_different_variations 55 56 C 40 N quantity_discount_on_different_variations N
5792 recaptcha_theme 57 58 S 40 N recaptcha_theme light
5819 seo_language 69 70 C 40 N seo_language N
5826 price_in_points_order_discount 71 72 C 40 N price_in_points_order_discount Y
5850 phone_mask 80 81 I 40 N phone_mask
5858 output 82 83 S 40 N output png
6492 login_intervals 366 367 I 40 N login_intervals 60
5902 company_post_ip_check 90 96 C 40 N company_post_ip_check N
5907 use_for_product_detailed 97 98 C 40 N use_for_product_detailed N
5916 review_fields 99 100 S 40 N review_fields advanced
5927 site_change 101 102 S 40 N site_change daily
5956 include_options 107 108 C 40 N include_options N
6650 styleswitcher_class2 440 442 I 40 N styleswitcher_class2 theme--dark
6657 checkout_terms_page2 440 443 40 N checkout_terms_page2 3
6272 allow_vendors_to_change_plan 256 257 C 40 N allow_vendors_to_change_plan N
6663 signup_terms_page3 444 445 40 N signup_terms_page3
10 ftp_password 13 0 P 50 N ftp_password
33 company_zipcode 5 0 I 50 Y company_zipcode
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password 2sQc7378P
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
5685 paypal_partial_refund_action_settings 19 20 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
5700 facebook_layout 21 23 S 50 N facebook_layout button_count
5712 vkontakte_buttons_name 21 24 S 50 N vkontakte_buttons_name like
5731 em_token 31 32 D 50 N em_token 9881f2ac9f462bcb17f0dcf1b61f4bf3
6008 mailer_smtp_username 129 130 I 50 N mailer_smtp_username
5754 gold_rating_lower_limit 40 41 D 50 N gold_rating_lower_limit 90
5780 redeem_shipping_cost 51 52 C 50 N redeem_shipping_cost Y
5793 recaptcha_size 57 58 S 50 N recaptcha_size normal
5820 single_url 69 70 C 50 N single_url Y
5827 reward_points_order_discount 71 72 C 50 N reward_points_order_discount Y
5851 buy_now_with_one_click 80 81 C 50 N buy_now_with_one_click Y
5859 text 82 83 S 50 N text Y
6493 time_block 366 367 I 50 N time_block 24
5883 product_review_after_purchase 90 91 C 50 N product_review_after_purchase N
5917 review_after_purchase 99 100 C 50 N review_after_purchase N
5928 site_priority 101 102 S 50 N site_priority 1
6651 styleswitcher_icon2 440 442 I 50 N styleswitcher_icon2 icon icon--dark
6658 checkout_terms_page3 440 443 50 N checkout_terms_page3
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 ssl
7 feedback_type 2 0 S 57 Y feedback_type manual
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 +55(55)5555-5555
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor eitems_full_ckeditor
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth Y
121 string_type 11 0 D 60 N string_type mixed
5701 facebook_show_faces 21 23 C 60 N facebook_show_faces N
5713 vkontakte_display_on 21 24 N 60 N vkontakte_display_on
5732 em_lastsync 31 32 D 60 N em_lastsync 1668436202
6009 mailer_smtp_password 129 130 I 60 N mailer_smtp_password
5755 config_tpl 40 41 E 60 N config_tpl config.tpl
5794 recaptcha_type 57 58 S 60 N recaptcha_type image
5821 non_latin_symbols 69 70 C 60 N non_latin_symbols N
5828 higher_level_extract 71 72 C 60 N higher_level_extract Y
5852 enable_call_requests_for_vendors 80 81 C 60 N enable_call_requests_for_vendors Y
5860 height 82 83 I 60 N height 60
5909 use_for_category_icons 97 98 C 60 N use_for_category_icons N
5918 review_ask_for_customer_location 99 100 S 60 N review_ask_for_customer_location none
6652 styleswitcher_default 440 442 S 60 N styleswitcher_default 2
6580 image_file_size 9 0 Q 60 Y image_file_size
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
123 colour 11 0 D 70 N colour N
5687 paypal_logo_uploader_settings 19 20 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
5702 facebook_action 21 23 S 70 N facebook_action like
5829 several_points_action 71 72 S 70 N several_points_action minimal_absolute
5853 order_status 80 81 S 70 N order_status Y
5861 width 82 83 I 70 N width 250
6495 unsuccessful_attempts_login_customer 366 367 C 70 N unsuccessful_attempts_login_customer
5910 use_for_category_detailed 97 98 C 70 N use_for_category_detailed N
5919 split_reviews_by_storefronts 99 100 C 70 N split_reviews_by_storefronts N
5930 include_products 101 102 C 70 N include_products Y
6010 mailer_smtp_ecrypted_connection 129 130 S 70 N mailer_smtp_ecrypted_connection none
53 frontend_default_language 4 0 S 80 Y frontend_default_language en
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
5688 pp_statuses 19 20 D 80 N pp_statuses a:10:{s:8:"refunded";s:1:"I";s:9:"completed";s:1:"P";s:7:"pending";s:1:"O";s:17:"canceled_reversal";s:1:"I";s:7:"created";s:1:"O";s:6:"denied";s:1:"I";s:7:"expired";s:1:"F";s:8:"reversed";s:1:"I";s:9:"processed";s:1:"P";s:6:"voided";s:1:"P";}
5703 facebook_lang 21 23 S 80 N facebook_lang en_US
5796 recaptcha_v3_site_key 57 58 I 80 N recaptcha_v3_site_key
5830 consider_zero_values 71 72 C 80 N consider_zero_values N
5862 prefix 82 83 I 80 N prefix FF45CR99
5911 images_access_info 97 98 O 80 N images_access_info
5920 images_upload_allowed 99 100 D 80 N images_upload_allowed Y
5931 products_change 101 102 S 80 N products_change daily
6011 mailer_smtp_auth 129 130 C 80 N mailer_smtp_auth N
6496 number_unsuccessful_attempts_customer 366 367 I 80 N number_unsuccessful_attempts_customer 5
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 USD
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.eitems.gg/
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 86
5689 partial_refund_action 19 20 D 90 N partial_refund_action ignore
5704 facebook_action_font 21 23 S 90 N facebook_action_font arial
5797 recaptcha_v3_secret 57 58 I 90 N recaptcha_v3_secret
5831 log_per_page 71 72 I 90 N log_per_page 10
5921 product_variations 99 100 E 90 N product_variations product_variations.tpl
5932 products_priority 101 102 S 90 N products_priority 0.5
6497 login_intervals_customer 366 367 I 90 N login_intervals_customer 60
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 12
35 company_users_department 5 0 I 100 Y company_users_department eitems@seriousorg.ru
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 68
5705 facebook_colorscheme 21 23 S 100 N facebook_colorscheme light
5798 recaptcha_v3_success_score 57 58 S 100 N recaptcha_v3_success_score 0.5
5864 elm_spec_descr 82 83 O 100 N elm_spec_descr
5922 split_reviews_for_variations_as_separate_products 99 100 D 100 N split_reviews_for_variations_as_separate_products Y
6498 time_block_customer 366 367 I 100 N time_block_customer 24
36 company_site_administrator 5 0 I 110 Y company_site_administrator eitems@seriousorg.ru
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 68
5706 facebook_display_on 21 23 N 110 N facebook_display_on #M#products=Y
5934 include_categories 101 102 C 110 N include_categories Y
37 company_orders_department 5 0 I 120 Y company_orders_department eitems@seriousorg.ru
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 320
5800 recaptcha_use_for_value 57 58 D 120 N recaptcha_use_for_value a:1:{s:7:"recover";s:0:"";}
5935 categories_change 101 102 S 120 N categories_change daily
38 company_support_department 5 0 I 130 Y company_support_department eitems@seriousorg.ru
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 320
307 enable_compare_products 2 0 C 130 Y enable_compare_products N
331 default_tracking 2 0 C 130 Y default_tracking D
332 global_tracking 2 0 C 130 Y global_tracking
1001 apply_for_vendor 16 0 C 130 Y apply_for_vendor Y
5801 recaptcha_use_for 57 58 E 130 N recaptcha_use_for use_for_settings.tpl
5936 categories_priority 101 102 S 130 N categories_priority 0.5
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 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 eitems@seriousorg.ru
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
5802 settings_proxy 57 58 O 140 N settings_proxy
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
1000 vendors_per_page 16 0 I 150 Y vendors_per_page 10
5938 include_pages 101 102 C 150 N include_pages Y
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
5939 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
5940 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 312
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 160
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5942 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
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 %m/%d/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5943 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
5944 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 1320
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 480
5946 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
5947 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 Y
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
5948 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 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
6539 privat_image_thumbnail_width 9 0 U 311 Y privat_image_thumbnail_width 64
6540 privat_image_thumbnail_height 9 0 U 312 Y privat_image_thumbnail_height 64
6541 privat_image_max_width 9 0 U 313 Y privat_image_max_width 800
6542 privat_image_max_height 9 0 U 314 Y privat_image_max_height 600
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 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
19 default_city 6 0 I 430 Y default_city
20 default_country 6 0 X 440 Y default_country US
21 default_state 6 0 W 450 Y default_state MA
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode international_format
41 default_phone 6 0 L 460 Y default_phone
156 search_objects 2 0 N 1010 Y search_objects