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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 1.22821611,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_settings_objects.position",
            "table": {
              "table_name": "cscart_settings_objects",
              "access_type": "ALL",
              "loops": 1,
              "rows": 466,
              "cost": 0.0893772,
              "filtered": 100,
              "attached_condition": "(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'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "company_values",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["object_id", "company_id", "storefront_id"],
          "ref": ["lvshop.cscart_settings_objects.object_id", "const", "const"],
          "loops": 466,
          "rows": 1,
          "cost": 0.41762824,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "storefront_values",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["object_id", "company_id", "storefront_id"],
          "ref": ["lvshop.cscart_settings_objects.object_id", "const", "const"],
          "loops": 466,
          "rows": 1,
          "cost": 0.41762824,
          "filtered": 100
        }
      }
    ]
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
5909 cz_animation_time 94 95 I 0 N cz_animation_time 200
5911 cron_password 96 97 I 0 N cron_password MYPASS
5912 price_list_info 98 99 O 0 N price_list_info
5917 main_store_mode 100 101 R 0 N main_store_mode catalog
31 company_name 5 0 I 0 Y company_name CS-Cart
5919 icons_pack 102 103 S 0 N icons_pack flat_32x32
5921 general_info 104 105 O 0 N general_info
5924 text_general 106 107 E 0 N text_general general.tpl
5925 gdpr_cookie_consent 108 109 S 0 N gdpr_cookie_consent explicit
5928 gdpr_settings 108 110 E 0 N gdpr_settings settings.tpl
5679 default_upload_high_res_image 18 19 C 0 N default_upload_high_res_image N
5680 pwa_configuration 20 21 D 0 N pwa_configuration a:2:{s:15:"manifest_status";s:1:"N";s:17:"manifest_app_name";s:7:"CS-Cart";}
5682 twitter_enable 22 23 C 0 N twitter_enable Y
5687 facebook_enable 22 24 C 0 N facebook_enable Y
5699 vkontakte_enable 22 25 C 0 N vkontakte_enable
5706 yandex_enable 22 26 C 0 N yandex_enable Y
5709 pinterest_enable 22 27 C 0 N pinterest_enable Y
5713 tags_for_products 28 29 C 0 N tags_for_products Y
5715 managing_editor 30 31 I 0 N managing_editor
5718 em_show_on_checkout 32 33 C 0 N em_show_on_checkout N
5725 em_mailchimp_api_key 32 34 I 0 N em_mailchimp_api_key
5727 newsletters_per_pass 35 36 I 0 N newsletters_per_pass 10
5736 coupon 35 37 S 0 N coupon
5737 allow_save_attachments_to_server 38 39 C 0 N allow_save_attachments_to_server N
5738 provider 40 41 S 0 N provider google
5740 yandex_api_key 40 42 I 0 N yandex_api_key
5744 google_api_notice 40 43 O 0 N google_api_notice
5747 show_on_product 44 45 C 0 N show_on_product Y
5750 min_amount 46 47 I 0 N min_amount 50
5756 print_map 48 49 C 0 N print_map Y
5758 variations_allow_own_images 50 51 C 0 N variations_allow_own_images Y
5763 notice 52 53 O 0 N notice
143 init_addons 0 0 C 0 Y init_addons
5778 forbidden_countries_notice 52 54 O 0 N forbidden_countries_notice
5780 access_key 55 56 I 0 N access_key c830039c662fa1bcee5e35097c6b55de
5781 show_bundles 57 58 S 0 N show_bundles before_product_description
5782 returnable 59 60 C 0 N returnable Y
5786 final_sale_from 61 62 I 0 N final_sale_from 40
5788 period 61 63 S 0 N period all
5790 seo_product_type 64 65 S 0 N seo_product_type product_category_nohtml
5797 point_rate 66 67 I 0 N point_rate 1
5807 pixel_id 68 69 I 0 N pixel_id
5811 tracking_code 70 71 I 0 N tracking_code
5831 polls_votes_on_page 76 77 I 0 N polls_votes_on_page 20
201 store_key 0 0 I 0 Y store_key 1101713513;lvshop.lv;a22830088@gmail.com
5844 banner_multilang 80 81 C 0 N banner_multilang Y
5845 product_posts_per_page 82 83 I 0 N product_posts_per_page 10
5851 category_posts_per_page 82 84 I 0 N category_posts_per_page 10
5855 order_posts_per_page 82 85 I 0 N order_posts_per_page 10
5857 page_posts_per_page 82 86 I 0 N page_posts_per_page 10
5862 home_page_posts_per_page 82 87 I 0 N home_page_posts_per_page 10
5876 notice 90 91 O 0 N notice
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
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
5888 clear_url 92 93 O 10 N clear_url
12 license_number 13 0 I 10 N license_number
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y&
5910 cz_zoom_position 94 95 S 10 N cz_zoom_position 3
5913 price_list_fields 98 99 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
27 company_address 5 0 I 10 Y company_address 44 Main street
5918 add_to_cart_empty_buy_now_url 100 101 C 10 N add_to_cart_empty_buy_now_url N
5920 autogen_email 102 103 C 10 N autogen_email N
5922 apikey 104 105 I 10 N apikey
291 storage 0 0 I 10 N storage a:1:{s:7:"storage";s:4:"file";}
294 cdn 0 0 I 10 N cdn
5926 privacy_policy_page 108 109 S 10 N privacy_policy_page 3
5929 gdpr_settings_data 108 110 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"}}
5678 current_timestamp 0 0 T 10 Y current_timestamp 1773950454
5681 pwa_config 20 21 E 10 N pwa_config config.tpl
5683 twitter_via 22 23 I 10 N twitter_via
5688 facebook_app_id 22 24 I 10 N facebook_app_id
5700 vkontakte_appid 22 25 I 10 N vkontakte_appid
5707 yandex_share_code 22 26 T 10 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5710 pinterest_size 22 27 S 10 N pinterest_size 20
5714 tags_for_pages 28 29 C 10 N tags_for_pages Y
5716 display_rss_feed_in_category 30 31 C 10 N display_rss_feed_in_category N
5719 em_checkout_enabled 32 33 C 10 N em_checkout_enabled N
5726 em_mailchimp_list 32 34 S 10 N em_mailchimp_list
105 show_cats 8 0 C 10 N show_cats Y
5739 show_shippings_on_product 40 41 C 10 N show_shippings_on_product N
108 mailer_send_method 1 0 S 10 N mailer_send_method mail
5741 yandex_suggest_api_key 40 42 I 10 N yandex_suggest_api_key
5745 google_api_key 40 43 I 10 N google_api_key
5751 max_amount 46 47 I 10 N max_amount 1500
5757 show_locations_at_geolocator 48 49 C 10 N show_locations_at_geolocator N
5759 variations_allow_own_features 50 51 C 10 N variations_allow_own_features N
133 width 11 0 D 10 N width 110
5779 forbidden_countries 52 54 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5783 return_period 59 60 I 10 N return_period 10
5787 sales_amount_from 61 62 I 10 N sales_amount_from 1
5789 last_days 61 63 I 10 N last_days 3
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
5791 seo_category_type 64 65 S 10 N seo_category_type category_nohtml
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
5798 auto_price_in_points 66 67 C 10 N auto_price_in_points Y
174 min_account_password_length 15 0 I 10 Y min_account_password_length 5
5808 track_all_page_views 68 69 C 10 N track_all_page_views Y
5812 track_ecommerce 70 71 C 10 N track_ecommerce Y
5814 info 72 73 O 10 N info
5821 elm_image_info 74 75 O 10 N elm_image_info
5832 polls_comments_on_page 76 77 I 10 N polls_comments_on_page 20
5834 admin_reverse_ip_access 78 79 C 10 N admin_reverse_ip_access
2000 share_users 17 0 C 10 Y share_users N
5846 product_post_approval 82 83 S 10 N product_post_approval any
5852 category_post_approval 82 84 S 10 N category_post_approval any
5856 order_initiate 82 85 C 10 N order_initiate Y
5858 page_post_approval 82 86 S 10 N page_post_approval disabled
5863 home_page_post_approval 82 87 S 10 N home_page_post_approval any
5868 watermark_settings 88 89 E 10 N watermark_settings watermark.tpl
5877 reviews_per_page 90 91 I 10 N reviews_per_page 10
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
5889 cron_command 92 93 E 20 N cron_command cron_command.tpl
26 company_city 5 0 I 20 Y company_city Boston
5914 price_list_sorting 98 99 S 20 N price_list_sorting product_code
5923 appdomain 104 105 I 20 N appdomain
5927 gdpr_cookie_consent_texts 108 109 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5684 twitter_size 22 23 S 20 N twitter_size medium
5689 facebook_href 22 24 I 20 N facebook_href
5701 vkontakte_button_style 22 25 S 20 N vkontakte_button_style mini
5708 yandex_display_on 22 26 N 20 N yandex_display_on products,pages
5711 pinterest_shape 22 27 S 20 N pinterest_shape rect
84 day 10 0 S 20 Y day %a, %b %e
5717 category_max_products_items 30 31 I 20 N category_max_products_items 5
5720 em_double_opt_in 32 33 C 20 N em_double_opt_in N
5729 mailer_send_method 35 36 S 20 N mailer_send_method default
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
5742 yandex_commercial 40 42 C 20 N yandex_commercial
5746 google_map 40 43 E 20 N google_map map.tpl
5748 show_on_messages 44 45 C 20 N show_on_messages Y
117 height 11 0 D 20 N height 30
5752 code_prefix 46 47 I 20 N code_prefix GC
5760 variations_allow_auto_change_default_variation 50 51 C 20 N variations_allow_auto_change_default_variation Y
5765 recaptcha_site_key 52 53 I 20 N recaptcha_site_key
5784 display_product_return_period 59 60 C 20 N display_product_return_period Y
5792 seo_page_type 64 65 S 20 N seo_page_type page_nohtml
5799 price_in_points_with_discounts 66 67 C 20 N price_in_points_with_discounts Y
175 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
5809 track_add_to_cart 68 69 C 20 N track_add_to_cart N
5815 phone 72 73 I 20 N phone
5835 unsuccessful_attempts_login 78 79 C 20 N unsuccessful_attempts_login
2001 default_state_update_for_all 17 0 S 20 Y default_state_update_for_all not_active
5847 product_post_ip_check 82 83 C 20 N product_post_ip_check N
5853 category_post_ip_check 82 84 C 20 N category_post_ip_check N
5859 page_post_ip_check 82 86 C 20 N page_post_ip_check N
5864 home_page_post_ip_check 82 87 C 20 N home_page_post_ip_check Y
5878 review_approval 90 91 S 20 N review_approval any
8 ftp_hostname 13 0 I 30 N ftp_hostname
16 weight_symbol 2 0 I 30 Y weight_symbol lbs
5915 group_by_category 98 99 C 30 N group_by_category Y
34 company_country 5 0 X 30 Y company_country US
5685 twitter_display_count 22 23 S 30 N twitter_display_count horizontal
5690 facebook_send 22 24 C 30 N facebook_send Y
5702 vkontakte_height 22 25 I 30 N vkontakte_height 22
5712 pinterest_display_on 22 27 N 30 N pinterest_display_on #M#products=Y
85 week 10 0 S 30 Y week %U, %b
5721 em_welcome_letter 32 33 C 30 N em_welcome_letter N
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host
5743 yandex_map 40 42 E 30 N yandex_map map.tpl
5749 show_on_order 44 45 C 30 N show_on_order Y
118 string_length 11 0 D 30 N string_length 5
5753 cert_per_page 46 47 I 30 N cert_per_page 10
5761 variations_show_all_possible_feature_variants 50 51 C 30 N variations_show_all_possible_feature_variants Y
5766 recaptcha_secret 52 53 I 30 N recaptcha_secret
5785 dont_take_weekends_into_account 59 60 C 30 N dont_take_weekends_into_account Y
5793 seo_other_type 64 65 S 30 N seo_other_type directory
5800 points_with_discounts 66 67 C 30 N points_with_discounts Y
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
5810 track_order_placed 68 69 C 30 N track_order_placed N
5816 phone_prefix_length 72 73 I 30 N phone_prefix_length 7
5823 type 74 75 S 30 N type C128B
5836 number_unsuccessful_attempts 78 79 I 30 N number_unsuccessful_attempts 5
5848 product_discussion_type 82 83 S 30 N product_discussion_type D
5854 category_discussion_type 82 84 S 30 N category_discussion_type D
5860 page_discussion_type 82 86 S 30 N page_discussion_type D
5865 home_page_testimonials 82 87 S 30 N home_page_testimonials B
5870 use_for_product_icons 88 89 C 30 N use_for_product_icons N
5879 review_ip_check 90 91 C 30 N review_ip_check N
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
5891 site_change 92 93 S 40 N site_change daily
9 ftp_username 13 0 I 40 N ftp_username
25 company_state 5 0 W 40 Y company_state MA
5916 include_options 98 99 C 40 N include_options N
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 453.6
5686 twitter_display_on 22 23 N 40 N twitter_display_on #M#products=Y
5691 facebook_width 22 24 I 40 N facebook_width 450
5703 vkontakte_width 22 25 I 40 N vkontakte_width 350
86 month 10 0 S 40 Y month %B
5722 em_service 32 33 S 40 N em_service dummy
5731 mailer_smtp_host 35 36 I 40 N mailer_smtp_host
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
5754 free_products_allow 46 47 C 40 N free_products_allow Y
5762 quantity_discount_on_different_variations 50 51 C 40 N quantity_discount_on_different_variations N
5767 recaptcha_theme 52 53 S 40 N recaptcha_theme light
5794 seo_language 64 65 C 40 N seo_language N
5801 price_in_points_order_discount 66 67 C 40 N price_in_points_order_discount Y
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
5817 phone_mask 72 73 I 40 N phone_mask
5824 output 74 75 S 40 N output png
5837 login_intervals 78 79 I 40 N login_intervals 60
5849 product_share_discussion 82 83 C 40 N product_share_discussion N
5861 page_share_discussion 82 86 C 40 N page_share_discussion N
5866 testimonials_from_all_stores 82 87 C 40 N testimonials_from_all_stores N
5871 use_for_product_detailed 88 89 C 40 N use_for_product_detailed N
5880 review_fields 90 91 S 40 N review_fields advanced
5892 site_priority 92 93 S 50 N site_priority 1
10 ftp_password 13 0 P 50 N ftp_password
33 company_zipcode 5 0 I 50 Y company_zipcode 02116
5692 facebook_layout 22 24 S 50 N facebook_layout button_count
5704 vkontakte_buttons_name 22 25 S 50 N vkontakte_buttons_name like
87 year 10 0 S 50 Y year %Y
5723 em_token 32 33 D 50 N em_token 55feace10e48881c48acd507bde87692
5732 mailer_smtp_username 35 36 I 50 N mailer_smtp_username
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
5755 redeem_shipping_cost 46 47 C 50 N redeem_shipping_cost Y
5768 recaptcha_size 52 53 S 50 N recaptcha_size normal
5795 single_url 64 65 C 50 N single_url Y
168 store_mode 2 0 O 50 Y store_mode N
5802 reward_points_order_discount 66 67 C 50 N reward_points_order_discount Y
178 cron_password 15 0 I 50 Y cron_password MYPASS
5818 buy_now_with_one_click 72 73 C 50 N buy_now_with_one_click Y
5825 text 74 75 S 50 N text Y
5838 time_block 78 79 I 50 N time_block 24
5850 product_review_after_purchase 82 83 C 50 N product_review_after_purchase N
5881 review_after_purchase 90 91 C 50 N review_after_purchase N
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 Y
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 +19177227425
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
5693 facebook_show_faces 22 24 C 60 N facebook_show_faces N
5705 vkontakte_display_on 22 25 N 60 N vkontakte_display_on
335 image_file_size 9 0 Q 60 Y image_file_size
5724 em_lastsync 32 33 D 60 N em_lastsync 1775220158
5733 mailer_smtp_password 35 36 I 60 N mailer_smtp_password
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth N
121 string_type 11 0 D 60 N string_type mixed
5769 recaptcha_type 52 53 S 60 N recaptcha_type image
5796 non_latin_symbols 64 65 C 60 N non_latin_symbols N
5803 higher_level_extract 66 67 C 60 N higher_level_extract Y
5826 height 74 75 I 60 N height 60
5873 use_for_category_icons 88 89 C 60 N use_for_category_icons N
5882 review_ask_for_customer_location 90 91 S 60 N review_ask_for_customer_location none
122 char_shadow 11 0 D 65 N char_shadow N
5894 include_products 92 93 C 70 N include_products Y
29 company_phone_2 5 0 L 70 Y company_phone_2
5694 facebook_action 22 24 S 70 N facebook_action like
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
5734 mailer_smtp_ecrypted_connection 35 36 S 70 N mailer_smtp_ecrypted_connection none
123 colour 11 0 D 70 N colour N
5804 several_points_action 66 67 S 70 N several_points_action minimal_absolute
5819 order_status 72 73 S 70 N order_status Y
5827 width 74 75 I 70 N width 250
5840 unsuccessful_attempts_login_customer 78 79 C 70 N unsuccessful_attempts_login_customer
5874 use_for_category_detailed 88 89 C 70 N use_for_category_detailed N
5883 split_reviews_by_storefronts 90 91 C 70 N split_reviews_by_storefronts N
5895 products_change 92 93 S 80 N products_change daily
53 frontend_default_language 4 0 S 80 Y frontend_default_language en
5695 facebook_lang 22 24 S 80 N facebook_lang en_US
90 convert_to 9 0 S 80 Y convert_to original
5735 mailer_smtp_auth 35 36 C 80 N mailer_smtp_auth N
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
5771 recaptcha_v3_site_key 52 53 I 80 N recaptcha_v3_site_key
5805 consider_zero_values 66 67 C 80 N consider_zero_values N
5828 prefix 74 75 I 80 N prefix FF45CR99
5841 number_unsuccessful_attempts_customer 78 79 I 80 N number_unsuccessful_attempts_customer 5
5875 images_access_info 88 89 O 80 N images_access_info
5884 images_upload_allowed 90 91 D 80 N images_upload_allowed Y
334 frontend_default_currency 4 0 S 85 Y frontend_default_currency USD
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
165 hide_after_validation 11 0 C 87 Y hide_after_validation Y
5896 products_priority 92 93 S 90 N products_priority 0.5
32 company_website 5 0 I 90 Y company_website http://www.example.com/
46 orders_per_page 4 0 U 90 Y orders_per_page 10
5696 facebook_action_font 22 24 S 90 N facebook_action_font arial
89 jpeg_quality 9 0 U 90 Y jpeg_quality 80
5772 recaptcha_v3_secret 52 53 I 90 N recaptcha_v3_secret
5806 log_per_page 66 67 I 90 N log_per_page 10
5842 login_intervals_customer 78 79 I 90 N login_intervals_customer 60
5885 product_variations 90 91 E 90 N product_variations product_variations.tpl
40 company_start_year 5 0 I 95 Y company_start_year 2004
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 a22830088@gmail.com
5697 facebook_colorscheme 22 24 S 100 N facebook_colorscheme light
5773 recaptcha_v3_success_score 52 53 S 100 N recaptcha_v3_success_score 0.5
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 200
5830 elm_spec_descr 74 75 O 100 N elm_spec_descr
5843 time_block_customer 78 79 I 100 N time_block_customer 24
5886 split_reviews_for_variations_as_separate_products 90 91 D 100 N split_reviews_for_variations_as_separate_products Y
5898 include_categories 92 93 C 110 N include_categories Y
36 company_site_administrator 5 0 I 110 Y company_site_administrator a22830088@gmail.com
5698 facebook_display_on 22 24 N 110 N facebook_display_on #M#products=Y
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 200
5899 categories_change 92 93 S 120 N categories_change daily
37 company_orders_department 5 0 I 120 Y company_orders_department a22830088@gmail.com
5775 recaptcha_use_for_value 52 53 D 120 N recaptcha_use_for_value
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 480
5900 categories_priority 92 93 S 130 N categories_priority 0.5
38 company_support_department 5 0 I 130 Y company_support_department a22830088@gmail.com
47 elements_per_page 4 0 U 130 Y elements_per_page 10
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
58 inventory_tracking 2 0 C 130 Y inventory_tracking Y
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking
5776 recaptcha_use_for 52 53 E 130 N recaptcha_use_for use_for_settings.tpl
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height
292 product_quick_view_thumbnail_width 9 0 U 135 Y product_quick_view_thumbnail_width 480
44 allow_negative_amount 2 0 C 135 Y allow_negative_amount N
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 a22830088@gmail.com
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
5777 settings_proxy 52 53 O 140 N settings_proxy
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0
5902 include_pages 92 93 C 150 N include_pages Y
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
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
5903 pages_change 92 93 S 160 N pages_change daily
190 product_cart_thumbnail_width 9 0 U 160 Y product_cart_thumbnail_width 120
5904 pages_priority 92 93 S 170 N pages_priority 0.5
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 120
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
5906 include_extended 92 93 C 190 N include_extended Y
401 global_show_videos_before_images 4 0 C 190 Y global_show_videos_before_images N
402 default_show_videos_before_images 4 0 C 190 Y default_show_videos_before_images N
403 global_autoplay_videos 4 0 C 190 Y global_autoplay_videos N
404 default_autoplay_videos 4 0 C 190 Y default_autoplay_videos N
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
272 display_track_orders 4 0 C 191 Y display_track_orders Y
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
333 global_product_details_view 4 0 S 191 Y global_product_details_view
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=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
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting product-asc
5907 extended_change 92 93 S 200 N extended_change daily
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
5908 extended_priority 92 93 S 210 N extended_priority 0.5
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
139 timezone 4 0 S 220 Y timezone America/Los_Angeles
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
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
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
275 quick_registration 2 0 C 260 Y quick_registration Y
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
276 show_delete_account_button 2 0 C 270 Y show_delete_account_button N
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions 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
301 display_shipping_step 6 0 D 320 Y display_shipping_step Y
151 proxy_host 2 0 I 320 Y proxy_host
302 display_payment_step 6 0 D 330 Y display_payment_step Y
152 proxy_port 2 0 I 330 Y proxy_port
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
314 show_unavailable_shipping_methods 6 0 C 390 Y show_unavailable_shipping_methods N
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
308 email_templates 4 0 S 400 Y email_templates new
17 default_address 6 0 I 410 Y default_address Boston street
18 default_zipcode 6 0 I 420 Y default_zipcode 02125
19 default_city 6 0 I 430 Y default_city Boston
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 phone_number_with_country_selection
41 default_phone 6 0 L 460 Y default_phone +16175556985
156 search_objects 2 0 N 1010 Y search_objects