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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "653.30"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "525.60"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.20",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 584,
            "rows_produced_per_join": 525,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "22.58",
              "eval_cost": "105.12",
              "prefix_cost": "127.70",
              "data_read_per_join": "414K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "((find_in_set('STOREFRONT',`atulecarter_atul_demo8`.`cscart_settings_objects`.`edition_type`) or find_in_set('ROOT',`atulecarter_atul_demo8`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:STOREFRONT',`atulecarter_atul_demo8`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:ROOT',`atulecarter_atul_demo8`.`cscart_settings_objects`.`edition_type`)) and (`atulecarter_atul_demo8`.`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 CS-Cart
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 1254735347;atul.ecarter.co/atul_demo8;dev@ecarter.co
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
5680 pwa_configuration 19 20 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 21 22 C 0 N twitter_enable Y
5687 facebook_enable 21 23 C 0 N facebook_enable Y
5699 vkontakte_enable 21 24 C 0 N vkontakte_enable
5706 yandex_enable 21 25 C 0 N yandex_enable Y
5709 pinterest_enable 21 26 C 0 N pinterest_enable Y
5713 tags_for_products 27 28 C 0 N tags_for_products Y
5715 managing_editor 29 30 I 0 N managing_editor
5718 newsletters_per_pass 31 32 I 0 N newsletters_per_pass 10
5727 coupon 31 33 S 0 N coupon
5728 em_show_on_checkout 34 35 C 0 N em_show_on_checkout N
5735 em_mailchimp_api_key 34 36 I 0 N em_mailchimp_api_key
5737 allow_save_attachments_to_server 37 38 C 0 N allow_save_attachments_to_server N
5738 formula 39 40 D 0 N formula paidOrdersCount + paidOrdersTotal + activeProductsCount + manualVendorRating
5746 provider 41 42 S 0 N provider google
5748 yandex_api_key 41 43 I 0 N yandex_api_key
5752 google_api_notice 41 44 O 0 N google_api_notice
5755 vendor_to_customer_communication 45 46 C 0 N vendor_to_customer_communication Y
5757 show_on_product 45 47 C 0 N show_on_product Y
5765 min_amount 50 51 I 0 N min_amount 50
5771 print_map 52 53 C 0 N print_map Y
5773 access_key 54 55 I 0 N access_key 1cd82caa0cb3b17865b863778f930f60
5774 variations_allow_own_images 56 57 C 0 N variations_allow_own_images Y
5779 notice 58 59 O 0 N notice
5794 forbidden_countries_notice 58 60 O 0 N forbidden_countries_notice
5796 show_bundles 61 62 S 0 N show_bundles before_product_description
5797 returnable 63 64 C 0 N returnable Y
5801 final_sale_from 65 66 I 0 N final_sale_from 40
5803 period 65 67 S 0 N period all
5805 seo_product_type 68 69 S 0 N seo_product_type product_category_nohtml
5812 point_rate 70 71 I 0 N point_rate 1
5822 vendors_prior_approval 72 73 S 0 N vendors_prior_approval all
5826 products_prior_approval 72 74 S 0 N products_prior_approval all
5830 tracking_code 75 76 I 0 N tracking_code
5832 pixel_id 77 78 I 0 N pixel_id
5855 polls_votes_on_page 83 84 I 0 N polls_votes_on_page 20
5868 banner_multilang 87 88 C 0 N banner_multilang Y
5878 product_posts_per_page 91 92 I 0 N product_posts_per_page 10
5883 category_posts_per_page 91 93 I 0 N category_posts_per_page 10
5887 order_posts_per_page 91 94 I 0 N order_posts_per_page 10
5889 page_posts_per_page 91 95 I 0 N page_posts_per_page 10
5893 home_page_posts_per_page 91 96 I 0 N home_page_posts_per_page 10
5897 company_discussion_type 91 97 S 0 N company_discussion_type D
5902 notice 98 99 O 0 N notice
5939 cz_animation_time 102 103 I 0 N cz_animation_time 200
5941 cron_password 104 105 I 0 N cron_password MYPASS
5942 price_list_info 106 107 O 0 N price_list_info
5947 icons_pack 108 109 S 0 N icons_pack flat_32x32
5949 general_info 110 111 O 0 N general_info
5952 main_store_mode 112 113 R 0 N main_store_mode catalog
5954 text_general 114 115 E 0 N text_general general.tpl
5955 gdpr_cookie_consent 116 117 S 0 N gdpr_cookie_consent explicit
5958 gdpr_settings 116 118 E 0 N gdpr_settings settings.tpl
5960 product_fields_configuration 119 120 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}}}
5963 color_schema 119 121 D 0 N color_schema Light
5968 hide_products 122 123 D 0 N hide_products Y
5978 default_vendor_usesrgroup 124 125 S 0 N default_vendor_usesrgroup 7
5979 service_url 126 127 D 0 N service_url https://converter.cart-services.com
6186 access_key 154 155 I 0 N access_key b6d1649f640f6b34ba1d496a25f2f4f4
6184 enable_voice_search 152 153 C 0 N enable_voice_search Y
6208 access_key 156 157 I 0 N access_key 9d3971bdaed033646696e3c7ccd15eef
6216 config_bg_color 156 158 E 0 N config_bg_color config.tpl
6235 allow_user_to_rechage 159 160 S 0 N allow_user_to_rechage Y
6241 auto_refund_for_wallet_order 159 161 S 0 N auto_refund_for_wallet_order Y
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
138 use_for 11 0 N 5 Y use_for #M#register=Y&form_builder=Y&email_share=Y&discussion=Y&checkout=Y&polls=Y&gift_certificates=Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
1010 mailer_send_from_admin 1 0 C 5 N mailer_send_from_admin N
12 license_number 13 0 I 10 N license_number
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address 44 Main street
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method mail
133 width 11 0 D 10 N width 110
158 log_type_orders 12 0 N 10 Y log_type_orders #M#create=Y&delete=Y&update=Y&status=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#create=Y&delete=Y&update=Y&low_stock=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&backup=Y&optimize=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests #M#http=Y&shipping=Y
174 min_account_password_length 15 0 I 10 Y min_account_password_length 5
5678 current_timestamp 0 0 T 10 Y current_timestamp 1772039437
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 pwa_config 19 20 E 10 N pwa_config config.tpl
5683 twitter_via 21 22 I 10 N twitter_via
5688 facebook_app_id 21 23 I 10 N facebook_app_id
5700 vkontakte_appid 21 24 I 10 N vkontakte_appid
5707 yandex_share_code 21 25 T 10 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5710 pinterest_size 21 26 S 10 N pinterest_size 20
5714 tags_for_pages 27 28 C 10 N tags_for_pages Y
5716 display_rss_feed_in_category 29 30 C 10 N display_rss_feed_in_category N
5729 em_checkout_enabled 34 35 C 10 N em_checkout_enabled N
5736 em_mailchimp_list 34 36 S 10 N em_mailchimp_list
5739 start_rating_period 39 40 D 10 N start_rating_period 0
5745 log_type_vendor_rating 12 0 N 10 N log_type_vendor_rating #M#vr_failure=Y
5747 show_shippings_on_product 41 42 C 10 N show_shippings_on_product N
5749 yandex_suggest_api_key 41 43 I 10 N yandex_suggest_api_key
5753 google_api_key 41 44 I 10 N google_api_key
5756 vendor_to_admin_communication 45 46 C 10 N vendor_to_admin_communication Y
5758 show_on_vendor 45 47 C 10 N show_on_vendor Y
5761 include_shipping 48 49 C 10 N include_shipping Y
5766 max_amount 50 51 I 10 N max_amount 1500
5772 show_locations_at_geolocator 52 53 C 10 N show_locations_at_geolocator N
5775 variations_allow_own_features 56 57 C 10 N variations_allow_own_features N
5795 forbidden_countries 58 60 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5798 return_period 63 64 I 10 N return_period 10
5802 sales_amount_from 65 66 I 10 N sales_amount_from 1
5804 last_days 65 67 I 10 N last_days 3
5806 seo_category_type 68 69 S 10 N seo_category_type category_nohtml
5813 auto_price_in_points 70 71 C 10 N auto_price_in_points Y
5823 vendor_profile_updates_approval 72 73 S 10 N vendor_profile_updates_approval all
5827 products_updates_approval 72 74 S 10 N products_updates_approval all
5831 track_ecommerce 75 76 C 10 N track_ecommerce Y
5833 track_all_page_views 77 78 C 10 N track_all_page_views Y
5837 info 79 80 O 10 N info
5845 elm_image_info 81 82 O 10 N elm_image_info
5856 polls_comments_on_page 83 84 I 10 N polls_comments_on_page 20
5858 admin_reverse_ip_access 85 86 C 10 N admin_reverse_ip_access
5870 watermark_settings 89 90 E 10 N watermark_settings watermark.tpl
5879 product_post_approval 91 92 S 10 N product_post_approval any
5884 category_post_approval 91 93 S 10 N category_post_approval any
5888 order_initiate 91 94 C 10 N order_initiate Y
5890 page_post_approval 91 95 S 10 N page_post_approval disabled
5894 home_page_post_approval 91 96 S 10 N home_page_post_approval any
5898 company_only_buyers 91 97 C 10 N company_only_buyers Y
5903 reviews_per_page 98 99 I 10 N reviews_per_page 10
5914 clear_url 100 101 O 10 N clear_url
5940 cz_zoom_position 102 103 S 10 N cz_zoom_position 3
5943 price_list_fields 106 107 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5948 autogen_email 108 109 C 10 N autogen_email N
5950 apikey 110 111 I 10 N apikey
5953 add_to_cart_empty_buy_now_url 112 113 C 10 N add_to_cart_empty_buy_now_url N
5956 privacy_policy_page 116 117 S 10 N privacy_policy_page 3
5959 gdpr_settings_data 116 118 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"}}
5961 product_tabs_configuration 119 120 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"}
5964 sidebar_color 119 121 D 10 N sidebar_color #eef1f3
5969 block_admin_panel 122 123 D 10 N block_admin_panel N
6187 config_data 154 155 D 10 N config_data {"theme_setting":{"main_theme_color":"#2670a8","background_color":"#ffffff","text_color":"#ffffff","checkout_active_step_color":"#2670a8","top_panel_color":"#2670a8","top_panel_button_active_color":"#f9b105","top_panel_button_txt_active_color":"#ffffff","top_panel_button_inactive_color":"#2670a8","top_panel_button_txt_inactive_color":"#ffffff","top_panel_text_color":"#ffffff","primary_button_color":"#2670a8","primary_button_text_color":"#ffffff","secondary_button_color":"#f9b105","secondary_button_text_color":"#ffffff","delete_button_color":"#2670a8","delete_button_text_color":"#ffffff","cancel_button_color":"#f9b105","cancel_button_text_color":"#ffffff","category_button_color":"ffffff","category_button_inactive_color":"#f9b105","category_button_active_color":"#2670a8","category_button_active_txt_color":"#FFFFFF","category_button_inactive_txt_color":"#FFFFFF","category_background_color":"#FFFFFF","live_weight_connected_background_color":"#0085ff","live_weight_connected_text_color":"#ffffff","live_weight_disconnected_background_color":"#cccccc","live_weight_disconnected_text_color":"#555555","pulse_border_glow_background_color":"#0085ff","weight_button_background_color":"#ffc107","weight_button_text_color":"#000000","weight_button_hover_background_color":"#ffb300","weight_button_hover_text_color":"#000000","misc_button_background_color":"#6c757d","misc_button_text_color":"#ffffff","misc_hover_background_color":"#5a6268","misc_hover_text_color":"#ffffff","checkout_button_background_color":"#00a859","checkout_button_text_color":"#ffffff","checkout_hover_background_color":"#008e4f","checkout_hover_text_color":"#ffffff","scale_error_message_text_color":"#ff4444","extended_screen":{"ec_content_type":"url","ec_add_url":"","ec_screen_layout":"mirror_mode","override_all_settings":"D"}}}
6185 enable_image_search 152 153 C 10 N enable_image_search Y
6209 fcm_key 156 157 I 10 N fcm_key
6217 splash_bgcolor 156 158 D 10 N splash_bgcolor #FFFFFF
6236 min_wallet_rechage_amount 159 160 I 10 N min_wallet_rechage_amount 5
6242 payment_methods_refund_allow 159 161 N 10 N payment_methods_refund_allow #M#A=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 en
26 company_city 5 0 I 20 Y company_city Boston
84 day 10 0 S 20 Y day %a, %b %e
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
175 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
5684 twitter_size 21 22 S 20 N twitter_size medium
5689 facebook_href 21 23 I 20 N facebook_href
5701 vkontakte_button_style 21 24 S 20 N vkontakte_button_style mini
5708 yandex_display_on 21 25 N 20 N yandex_display_on products,pages
5711 pinterest_shape 21 26 S 20 N pinterest_shape rect
5717 category_max_products_items 29 30 I 20 N category_max_products_items 5
5720 mailer_send_method 31 32 S 20 N mailer_send_method default
5730 em_double_opt_in 34 35 C 20 N em_double_opt_in N
5740 rating_above_price 39 40 D 20 N rating_above_price N
5750 yandex_commercial 41 43 C 20 N yandex_commercial
5754 google_map 41 44 E 20 N google_map map.tpl
5762 include_taxes_in_commission 48 49 C 20 N include_taxes_in_commission Y
5767 code_prefix 50 51 I 20 N code_prefix GC
5776 variations_allow_auto_change_default_variation 56 57 C 20 N variations_allow_auto_change_default_variation Y
5781 recaptcha_site_key 58 59 I 20 N recaptcha_site_key
5799 display_product_return_period 63 64 C 20 N display_product_return_period Y
5807 seo_page_type 68 69 S 20 N seo_page_type page_nohtml
5814 price_in_points_with_discounts 70 71 C 20 N price_in_points_with_discounts Y
5824 approval_info 72 73 O 20 N approval_info
5828 product_premoderation_fields 72 74 N 20 N product_premoderation_fields #M#product_prices:*=Y&products:list_price=Y
5834 track_add_to_cart 77 78 C 20 N track_add_to_cart N
5838 phone 79 80 I 20 N phone
5859 unsuccessful_attempts_login 85 86 C 20 N unsuccessful_attempts_login
5880 product_post_ip_check 91 92 C 20 N product_post_ip_check N
5885 category_post_ip_check 91 93 C 20 N category_post_ip_check N
5891 page_post_ip_check 91 95 C 20 N page_post_ip_check N
5895 home_page_post_ip_check 91 96 C 20 N home_page_post_ip_check Y
5899 company_posts_per_page 91 97 I 20 N company_posts_per_page 10
5904 review_approval 98 99 S 20 N review_approval any
5915 cron_command 100 101 E 20 N cron_command cron_command.tpl
5944 price_list_sorting 106 107 S 20 N price_list_sorting product_code
5951 appdomain 110 111 I 20 N appdomain
5957 gdpr_cookie_consent_texts 116 117 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5962 config_form 119 120 E 20 N config_form config.tpl
5965 element_color 119 121 D 20 N element_color #024567
5970 disable_suspended_vendors 122 123 D 20 N disable_suspended_vendors Y
6188 ec_google_file 154 155 F 20 N ec_google_file demopos-8889a-f81a69a9c06d.json
6210 ec_google_file 156 157 F 20 N ec_google_file
6218 login_btncolor 156 158 D 20 N login_btncolor #2772A9
6237 max_wallet_rechage_amount 159 160 I 20 N max_wallet_rechage_amount 3000
6243 order_status_after_successfull_refund 159 161 S 20 N order_status_after_successfull_refund #M#NO=Y
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
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
5685 twitter_display_count 21 22 S 30 N twitter_display_count horizontal
5690 facebook_send 21 23 C 30 N facebook_send Y
5702 vkontakte_height 21 24 I 30 N vkontakte_height 22
5712 pinterest_display_on 21 26 N 30 N pinterest_display_on #M#products=Y
5731 em_welcome_letter 34 35 C 30 N em_welcome_letter N
5741 bronze_rating_lower_limit 39 40 D 30 N bronze_rating_lower_limit 50
5751 yandex_map 41 43 E 30 N yandex_map map.tpl
5759 show_on_order 45 47 C 30 N show_on_order Y
5763 collect_taxes_from_vendors 48 49 C 30 N collect_taxes_from_vendors N
5768 cert_per_page 50 51 I 30 N cert_per_page 10
5777 variations_show_all_possible_feature_variants 56 57 C 30 N variations_show_all_possible_feature_variants Y
5782 recaptcha_secret 58 59 I 30 N recaptcha_secret
5800 dont_take_weekends_into_account 63 64 C 30 N dont_take_weekends_into_account Y
5808 seo_other_type 68 69 S 30 N seo_other_type directory
5815 points_with_discounts 70 71 C 30 N points_with_discounts Y
5825 preventing_registration_info 72 73 O 30 N preventing_registration_info
5829 approval_info 72 74 O 30 N approval_info
5835 track_order_placed 77 78 C 30 N track_order_placed N
5839 phone_prefix_length 79 80 I 30 N phone_prefix_length 7
5847 type 81 82 S 30 N type C128B
5860 number_unsuccessful_attempts 85 86 I 30 N number_unsuccessful_attempts 5
5872 use_for_product_icons 89 90 C 30 N use_for_product_icons N
5881 product_discussion_type 91 92 S 30 N product_discussion_type D
5886 category_discussion_type 91 93 S 30 N category_discussion_type D
5892 page_discussion_type 91 95 S 30 N page_discussion_type D
5896 home_page_testimonials 91 96 S 30 N home_page_testimonials B
5900 company_post_approval 91 97 S 30 N company_post_approval any
5905 review_ip_check 98 99 C 30 N review_ip_check N
5945 group_by_category 106 107 C 30 N group_by_category Y
5966 sidebar_background_image 119 121 D 30 N sidebar_background_image
5971 days_before_disable 122 123 D 30 N days_before_disable 90
6189 app_android_version 154 155 I 30 N app_android_version
6219 login_txtcolor 156 158 D 30 N login_txtcolor #FFFFFF
6238 payment_methods_allow_to_recharge 159 160 N 30 N payment_methods_allow_to_recharge #M#A=Y
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
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
5686 twitter_display_on 21 22 N 40 N twitter_display_on #M#products=Y
5691 facebook_width 21 23 I 40 N facebook_width 450
5703 vkontakte_width 21 24 I 40 N vkontakte_width 350
5722 mailer_smtp_host 31 32 I 40 N mailer_smtp_host
5732 em_service 34 35 S 40 N em_service dummy
5742 silver_rating_lower_limit 39 40 D 40 N silver_rating_lower_limit 80
5764 allow_vendors_to_change_plan 48 49 C 40 N allow_vendors_to_change_plan Y
5769 free_products_allow 50 51 C 40 N free_products_allow Y
5778 quantity_discount_on_different_variations 56 57 C 40 N quantity_discount_on_different_variations N
5783 recaptcha_theme 58 59 S 40 N recaptcha_theme light
5809 seo_language 68 69 C 40 N seo_language N
5816 price_in_points_order_discount 70 71 C 40 N price_in_points_order_discount Y
5840 phone_mask 79 80 I 40 N phone_mask
5848 output 81 82 S 40 N output png
5861 login_intervals 85 86 I 40 N login_intervals 60
5873 use_for_product_detailed 89 90 C 40 N use_for_product_detailed N
5901 company_post_ip_check 91 97 C 40 N company_post_ip_check N
5906 review_fields 98 99 S 40 N review_fields advanced
5917 site_change 100 101 S 40 N site_change daily
5946 include_options 106 107 C 40 N include_options N
5967 vendor_panel_config 119 121 E 40 N vendor_panel_config panel.tpl
5972 default_lowers_allowed_balance 122 123 I 40 N default_lowers_allowed_balance 0
6190 app_android_url 154 155 I 40 N app_android_url
6212 whatsapp_contact_link 156 157 I 40 N whatsapp_contact_link
6220 register_btncolor 156 158 D 40 N register_btncolor #2772A9
6239 allow_user_groups 159 160 N 40 N allow_user_groups #M#A=Y
10 ftp_password 13 0 P 50 N ftp_password
33 company_zipcode 5 0 I 50 Y company_zipcode 02116
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password
120 max_font_size 11 0 D 50 N max_font_size 16
168 store_mode 2 0 O 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
5692 facebook_layout 21 23 S 50 N facebook_layout button_count
5704 vkontakte_buttons_name 21 24 S 50 N vkontakte_buttons_name like
5723 mailer_smtp_username 31 32 I 50 N mailer_smtp_username
5733 em_token 34 35 D 50 N em_token 91ff532ebccc2dafefbcdda56fee8e0c
5743 gold_rating_lower_limit 39 40 D 50 N gold_rating_lower_limit 90
5770 redeem_shipping_cost 50 51 C 50 N redeem_shipping_cost Y
5784 recaptcha_size 58 59 S 50 N recaptcha_size normal
5810 single_url 68 69 C 50 N single_url Y
5817 reward_points_order_discount 70 71 C 50 N reward_points_order_discount Y
5841 buy_now_with_one_click 79 80 C 50 N buy_now_with_one_click Y
5849 text 81 82 S 50 N text Y
5862 time_block 85 86 I 50 N time_block 24
5882 product_review_after_purchase 91 92 C 50 N product_review_after_purchase N
5907 review_after_purchase 98 99 C 50 N review_after_purchase N
5918 site_priority 100 101 S 50 N site_priority 1
5973 default_grace_period_to_refill_balance 122 123 I 50 N default_grace_period_to_refill_balance 7
6191 app_ios_version 154 155 I 50 N app_ios_version
6213 help_us_link 156 157 I 50 N help_us_link
6221 register_txtcolor 156 158 D 50 N register_txtcolor #FFFFFF
6240 info 159 160 O 50 N info
61 store_access_key 2 0 O 51 Y store_access_key
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection
7 feedback_type 2 0 S 57 Y feedback_type auto
1007 display_vendor 16 0 C 57 Y display_vendor Y
14 auto_check_updates 2 0 C 58 Y auto_check_updates Y
1008 can_edit_blocks 16 0 C 58 Y can_edit_blocks N
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes Y
1009 can_edit_styles 16 0 C 59 Y can_edit_styles N
11 ftp_directory 13 0 I 60 N ftp_directory
24 admin_elements_per_page 4 0 U 60 Y admin_elements_per_page 50
28 company_phone 5 0 L 60 Y company_phone +19177227425
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth N
121 string_type 11 0 D 60 N string_type mixed
335 image_file_size 9 0 Q 60 Y image_file_size
5693 facebook_show_faces 21 23 C 60 N facebook_show_faces N
5705 vkontakte_display_on 21 24 N 60 N vkontakte_display_on
5724 mailer_smtp_password 31 32 I 60 N mailer_smtp_password
5734 em_lastsync 34 35 D 60 N em_lastsync 1772082073
5744 config_tpl 39 40 E 60 N config_tpl config.tpl
5785 recaptcha_type 58 59 S 60 N recaptcha_type image
5811 non_latin_symbols 68 69 C 60 N non_latin_symbols N
5818 higher_level_extract 70 71 C 60 N higher_level_extract Y
5842 enable_call_requests_for_vendors 79 80 C 60 N enable_call_requests_for_vendors Y
5850 height 81 82 I 60 N height 60
5875 use_for_category_icons 89 90 C 60 N use_for_category_icons N
5908 review_ask_for_customer_location 98 99 S 60 N review_ask_for_customer_location none
5974 vendor_taxes 122 123 N 60 N vendor_taxes
6192 app_ios_url 154 155 I 60 N app_ios_url
6214 contact_phone_no 156 157 I 60 N contact_phone_no
6222 forgot_passtxtcolor 156 158 D 60 N forgot_passtxtcolor #2772A9
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
5694 facebook_action 21 23 S 70 N facebook_action like
5725 mailer_smtp_ecrypted_connection 31 32 S 70 N mailer_smtp_ecrypted_connection none
5819 several_points_action 70 71 S 70 N several_points_action minimal_absolute
5843 order_status 79 80 S 70 N order_status Y
5851 width 81 82 I 70 N width 250
5864 unsuccessful_attempts_login_customer 85 86 C 70 N unsuccessful_attempts_login_customer
5876 use_for_category_detailed 89 90 C 70 N use_for_category_detailed N
5909 split_reviews_by_storefronts 98 99 C 70 N split_reviews_by_storefronts N
5920 include_products 100 101 C 70 N include_products Y
5975 global_lowers_allowed_balance 122 123 I 70 N global_lowers_allowed_balance 0
6193 enable_logs 154 155 S 70 N enable_logs Y
6215 app_allowed_order_statuses 156 157 M 70 N app_allowed_order_statuses #M#P=Y&C=Y&O=Y&F=Y&D=Y&B=Y&I=Y&Y=Y
6223 header_color 156 158 D 70 N header_color #2772A9
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
5695 facebook_lang 21 23 S 80 N facebook_lang en_US
5726 mailer_smtp_auth 31 32 C 80 N mailer_smtp_auth N
5787 recaptcha_v3_site_key 58 59 I 80 N recaptcha_v3_site_key
5820 consider_zero_values 70 71 C 80 N consider_zero_values N
5852 prefix 81 82 I 80 N prefix FF45CR99
5865 number_unsuccessful_attempts_customer 85 86 I 80 N number_unsuccessful_attempts_customer 5
5877 images_access_info 89 90 O 80 N images_access_info
5910 images_upload_allowed 98 99 D 80 N images_upload_allowed Y
5921 products_change 100 101 S 80 N products_change daily
5976 global_grace_period_to_refill_balance 122 123 I 80 N global_grace_period_to_refill_balance 7
6194 pos_order_status 154 155 S 80 N pos_order_status C
6224 header_txtcolor 156 158 D 80 N header_txtcolor #FFFFFF
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.example.com/
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 80
5696 facebook_action_font 21 23 S 90 N facebook_action_font arial
5788 recaptcha_v3_secret 58 59 I 90 N recaptcha_v3_secret
5821 log_per_page 70 71 I 90 N log_per_page 10
5866 login_intervals_customer 85 86 I 90 N login_intervals_customer 60
5911 product_variations 98 99 E 90 N product_variations product_variations.tpl
5922 products_priority 100 101 S 90 N products_priority 0.5
5977 settings_template 122 123 E 90 N settings_template settings.tpl
6195 refund_order_status 154 155 S 90 N refund_order_status C
6225 home_screenbgcolor 156 158 D 90 N home_screenbgcolor #FFFFFF
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 dev@ecarter.co
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 200
5697 facebook_colorscheme 21 23 S 100 N facebook_colorscheme light
5789 recaptcha_v3_success_score 58 59 S 100 N recaptcha_v3_success_score 0.5
5854 elm_spec_descr 81 82 O 100 N elm_spec_descr
5867 time_block_customer 85 86 I 100 N time_block_customer 24
5912 split_reviews_for_variations_as_separate_products 98 99 D 100 N split_reviews_for_variations_as_separate_products Y
6196 partial_refund_order_status 154 155 S 100 N partial_refund_order_status C
6226 common_color 156 158 D 100 N common_color #2772A9
36 company_site_administrator 5 0 I 110 Y company_site_administrator dev@ecarter.co
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 200
5698 facebook_display_on 21 23 N 110 N facebook_display_on #M#products=Y
5924 include_categories 100 101 C 110 N include_categories Y
6197 cash_payment_method 154 155 S 110 N cash_payment_method 6
6227 link_color 156 158 D 110 N link_color #2772A9
37 company_orders_department 5 0 I 120 Y company_orders_department dev@ecarter.co
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 480
5791 recaptcha_use_for_value 58 59 D 120 N recaptcha_use_for_value
5925 categories_change 100 101 S 120 N categories_change daily
6198 card_payment_method 154 155 S 120 N card_payment_method 1
6228 statusbar_color 156 158 D 120 N statusbar_color #2772A9
38 company_support_department 5 0 I 130 Y company_support_department dev@ecarter.co
47 elements_per_page 4 0 U 130 Y elements_per_page 10
58 inventory_tracking 2 0 C 130 Y inventory_tracking Y
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking
1001 apply_for_vendor 16 0 C 130 Y apply_for_vendor Y
5792 recaptcha_use_for 58 59 E 130 N recaptcha_use_for use_for_settings.tpl
5926 categories_priority 100 101 S 130 N categories_priority 0.5
6199 split_payment_method 154 155 S 130 N split_payment_method 12
6229 common_button_color 156 158 D 130 N common_button_color #2772A9
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 480
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 dev@ecarter.co
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
5793 settings_proxy 58 59 O 140 N settings_proxy
6200 bank_payment_method 154 155 S 140 N bank_payment_method 13
6230 forgot_passbtncolor 156 158 D 140 N forgot_passbtncolor #2772A9
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
5928 include_pages 100 101 C 150 N include_pages Y
6201 pages 154 155 N 150 N pages #M#2=Y&4=Y
6231 tab_bar_color 156 158 D 150 N tab_bar_color #FFFFFF
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
5929 pages_change 100 101 S 160 N pages_change daily
6202 enable_cashier_feature 154 155 C 160 N enable_cashier_feature Y
6232 tab_text_color 156 158 D 160 N tab_text_color #000000
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 120
1012 allow_approve_vendors_in_two_steps 16 0 C 170 Y allow_approve_vendors_in_two_steps N
5930 pages_priority 100 101 S 170 N pages_priority 0.5
6203 cashier_no_prefix 154 155 I 170 N cashier_no_prefix SN
6233 tab_active_color 156 158 D 170 N tab_active_color #000000
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
6204 company_id_prefix 154 155 I 180 N company_id_prefix CSN
6234 tab_inactive_color 156 158 D 180 N tab_inactive_color #000000
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
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
5932 include_extended 100 101 C 190 N include_extended Y
6205 return_id_prefix 154 155 I 190 N return_id_prefix RTN
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
333 global_product_details_view 4 0 S 191 Y global_product_details_view
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting product-asc
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
52 date_format 4 0 S 200 Y date_format %m/%d/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5933 extended_change 100 101 S 200 N extended_change daily
6206 cron_pass 154 155 I 200 N cron_pass RUN_STOP_CASHIERS
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
5934 extended_priority 100 101 S 210 N extended_priority 0.5
6207 cronjob 154 155 O 210 N cronjob
139 timezone 4 0 S 220 Y timezone Asia/Kolkata
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
5936 include_companies 100 101 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
5937 companies_change 100 101 S 240 N companies_change daily
70 min_order_amount_type 2 0 D 242 Y min_order_amount_type only_products
73 disable_anonymous_checkout 6 0 C 244 Y disable_anonymous_checkout N
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup Y
78 approve_user_profiles 2 0 C 250 Y approve_user_profiles N
182 address_position 6 0 D 250 Y address_position shipping_first
183 changes_warning 4 0 C 250 Y changes_warning Y
5938 companies_priority 100 101 S 250 N companies_priority 0.5
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
275 quick_registration 2 0 C 260 Y quick_registration Y
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
276 show_delete_account_button 2 0 C 270 Y show_delete_account_button N
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 40
141 allow_create_account_after_order 6 0 C 305 Y allow_create_account_after_order Y
300 configure_sign_in_step 6 0 D 310 Y configure_sign_in_step returning_customer_first
310 product_admin_mini_icon_height 9 0 U 310 Y product_admin_mini_icon_height
305 sign_in_default_action 6 0 D 315 Y sign_in_default_action register
151 proxy_host 2 0 I 320 Y proxy_host
152 proxy_port 2 0 I 330 Y proxy_port
302 display_payment_step 6 0 D 330 Y display_payment_step Y
62 order_start_id 6 0 I 340 Y order_start_id
153 proxy_user 2 0 I 340 Y proxy_user
321 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
322 global_zero_price_action 6 0 S 341 Y global_zero_price_action
323 default_min_qty 6 0 I 342 Y default_min_qty 0
324 global_min_qty 6 0 I 342 Y global_min_qty
325 default_max_qty 6 0 I 343 Y default_max_qty 0
326 global_max_qty 6 0 I 343 Y global_max_qty
327 default_qty_step 6 0 I 344 Y default_qty_step 0
328 global_qty_step 6 0 I 344 Y global_qty_step
329 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
330 global_list_qty_count 6 0 I 345 Y global_list_qty_count
154 proxy_password 2 0 P 350 Y proxy_password
179 tax_calculation 6 0 S 350 Y tax_calculation subtotal
69 min_order_amount 6 0 I 360 Y min_order_amount 0
71 allow_anonymous_shopping 6 0 S 370 Y allow_anonymous_shopping allow_shopping
173 checkout_redirect 6 0 C 380 Y checkout_redirect N
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
314 show_unavailable_shipping_methods 6 0 C 390 Y show_unavailable_shipping_methods N
308 email_templates 4 0 S 400 Y email_templates new
17 default_address 6 0 I 410 Y default_address 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