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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1314.71"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "538.20"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 598,
            "rows_produced_per_join": 538,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "23.03",
              "eval_cost": "107.64",
              "prefix_cost": "130.67",
              "data_read_per_join": "424K"
            },
            "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_demo4`.`cscart_settings_objects`.`edition_type`) or find_in_set('ROOT',`atulecarter_atul_demo4`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:STOREFRONT',`atulecarter_atul_demo4`.`cscart_settings_objects`.`edition_type`) or find_in_set('MVE:ROOT',`atulecarter_atul_demo4`.`cscart_settings_objects`.`edition_type`)) and (`atulecarter_atul_demo4`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "atulecarter_atul_demo4.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 538,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "538.20",
              "eval_cost": "107.64",
              "prefix_cost": "776.51",
              "data_read_per_join": "12K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "storefront_id",
              "value"
            ]
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
31 company_name 5 0 I 0 Y company_name CS-Cart
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 1771891810;atul.ecarter.co/atul_demo4;dev@ecarter.co
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
5680 twitter_enable 19 20 C 0 N twitter_enable Y
5685 facebook_enable 19 21 C 0 N facebook_enable Y
5697 vkontakte_enable 19 22 C 0 N vkontakte_enable
5704 yandex_enable 19 23 C 0 N yandex_enable Y
5707 pinterest_enable 19 24 C 0 N pinterest_enable Y
5711 tags_for_products 25 26 C 0 N tags_for_products Y
5713 managing_editor 27 28 I 0 N managing_editor
5716 newsletters_per_pass 29 30 I 0 N newsletters_per_pass 10
5725 coupon 29 31 S 0 N coupon
5726 em_show_on_checkout 32 33 C 0 N em_show_on_checkout N
5733 em_mailchimp_api_key 32 34 I 0 N em_mailchimp_api_key
5735 allow_save_attachments_to_server 35 36 C 0 N allow_save_attachments_to_server N
5736 formula 37 38 D 0 N formula paidOrdersCount + paidOrdersTotal + activeProductsCount + manualVendorRating
5744 vendor_to_customer_communication 39 40 C 0 N vendor_to_customer_communication Y
5746 show_on_product 39 41 C 0 N show_on_product Y
5749 provider 42 43 S 0 N provider google
5751 yandex_api_key 42 44 I 0 N yandex_api_key
5755 google_api_notice 42 45 O 0 N google_api_notice
5763 min_amount 48 49 I 0 N min_amount 50
5769 print_map 50 51 C 0 N print_map Y
5771 access_key 52 53 I 0 N access_key 18614b6ac933016093f541bb7058f50e
5772 variations_allow_own_images 54 55 C 0 N variations_allow_own_images Y
5777 notice 56 57 O 0 N notice
5792 forbidden_countries_notice 56 58 O 0 N forbidden_countries_notice
5794 show_bundles 59 60 S 0 N show_bundles before_product_description
5795 returnable 61 62 C 0 N returnable Y
5799 final_sale_from 63 64 I 0 N final_sale_from 40
5801 period 63 65 S 0 N period all
5803 seo_product_type 66 67 S 0 N seo_product_type product_category_nohtml
5810 vendors_prior_approval 68 69 S 0 N vendors_prior_approval all
5814 products_prior_approval 68 70 S 0 N products_prior_approval all
5818 point_rate 71 72 I 0 N point_rate 1
5828 pixel_id 73 74 I 0 N pixel_id
5832 tracking_code 75 76 I 0 N tracking_code
5853 polls_votes_on_page 81 82 I 0 N polls_votes_on_page 20
5866 banner_multilang 85 86 C 0 N banner_multilang Y
5876 product_posts_per_page 89 90 I 0 N product_posts_per_page 10
5881 category_posts_per_page 89 91 I 0 N category_posts_per_page 10
5885 order_posts_per_page 89 92 I 0 N order_posts_per_page 10
5887 page_posts_per_page 89 93 I 0 N page_posts_per_page 10
5891 home_page_posts_per_page 89 94 I 0 N home_page_posts_per_page 10
5895 company_discussion_type 89 95 S 0 N company_discussion_type D
5900 notice 96 97 O 0 N notice
5937 cz_animation_time 100 101 I 0 N cz_animation_time 200
5939 cron_password 102 103 I 0 N cron_password MYPASS
5940 price_list_info 104 105 O 0 N price_list_info
5945 icons_pack 106 107 S 0 N icons_pack flat_32x32
5947 general_info 108 109 O 0 N general_info
5950 main_store_mode 110 111 R 0 N main_store_mode catalog
5952 text_general 112 113 E 0 N text_general general.tpl
5953 gdpr_cookie_consent 114 115 S 0 N gdpr_cookie_consent explicit
5956 gdpr_settings 114 116 E 0 N gdpr_settings settings.tpl
5958 product_fields_configuration 117 118 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}}}
5961 color_schema 117 119 D 0 N color_schema Light
5966 hide_products 120 121 D 0 N hide_products Y
5976 default_vendor_usesrgroup 122 123 S 0 N default_vendor_usesrgroup 7
6209 service_url 160 161 D 0 N service_url https://converter.cart-services.com
6260 splash_bgcolor 166 168 I 0 N splash_bgcolor #FFFFFF
6252 access_key 166 167 I 0 N access_key 8b06915467f218eee9d5a5b481d00433
6197 enable_to_create_quote 158 159 C 0 N enable_to_create_quote Y
6231 access_key 164 165 I 0 N access_key 488ffd69cdc332463ea9ed8bf9d443b8
6278 count_vendor_commission_on_basis 169 170 D 0 N count_vendor_commission_on_basis O
6287 collect_payouts 171 172 D 0 N collect_payouts N
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
138 use_for 11 0 N 5 Y use_for #M#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 1758820502
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y&
291 storage 0 0 I 10 N storage a:1:{s:7:"storage";s:4:"file";}
294 cdn 0 0 I 10 N cdn
5681 twitter_via 19 20 I 10 N twitter_via
5686 facebook_app_id 19 21 I 10 N facebook_app_id
5698 vkontakte_appid 19 22 I 10 N vkontakte_appid
5705 yandex_share_code 19 23 T 10 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5708 pinterest_size 19 24 S 10 N pinterest_size 20
5712 tags_for_pages 25 26 C 10 N tags_for_pages Y
5714 display_rss_feed_in_category 27 28 C 10 N display_rss_feed_in_category N
5727 em_checkout_enabled 32 33 C 10 N em_checkout_enabled N
5734 em_mailchimp_list 32 34 S 10 N em_mailchimp_list
5737 start_rating_period 37 38 D 10 N start_rating_period 0
5743 log_type_vendor_rating 12 0 N 10 N log_type_vendor_rating #M#vr_failure=Y
5745 vendor_to_admin_communication 39 40 C 10 N vendor_to_admin_communication Y
5747 show_on_vendor 39 41 C 10 N show_on_vendor Y
5750 show_shippings_on_product 42 43 C 10 N show_shippings_on_product N
5752 yandex_suggest_api_key 42 44 I 10 N yandex_suggest_api_key
5756 google_api_key 42 45 I 10 N google_api_key
5759 include_shipping 46 47 C 10 N include_shipping Y
5764 max_amount 48 49 I 10 N max_amount 1500
5770 show_locations_at_geolocator 50 51 C 10 N show_locations_at_geolocator N
5773 variations_allow_own_features 54 55 C 10 N variations_allow_own_features N
5793 forbidden_countries 56 58 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5796 return_period 61 62 I 10 N return_period 10
5800 sales_amount_from 63 64 I 10 N sales_amount_from 1
5802 last_days 63 65 I 10 N last_days 3
5804 seo_category_type 66 67 S 10 N seo_category_type category_nohtml
5811 vendor_profile_updates_approval 68 69 S 10 N vendor_profile_updates_approval all
5815 products_updates_approval 68 70 S 10 N products_updates_approval all
5819 auto_price_in_points 71 72 C 10 N auto_price_in_points Y
5829 track_all_page_views 73 74 C 10 N track_all_page_views Y
5833 track_ecommerce 75 76 C 10 N track_ecommerce Y
5835 info 77 78 O 10 N info
5843 elm_image_info 79 80 O 10 N elm_image_info
5854 polls_comments_on_page 81 82 I 10 N polls_comments_on_page 20
5856 admin_reverse_ip_access 83 84 C 10 N admin_reverse_ip_access
5868 watermark_settings 87 88 E 10 N watermark_settings watermark.tpl
5877 product_post_approval 89 90 S 10 N product_post_approval any
5882 category_post_approval 89 91 S 10 N category_post_approval any
5886 order_initiate 89 92 C 10 N order_initiate Y
5888 page_post_approval 89 93 S 10 N page_post_approval disabled
5892 home_page_post_approval 89 94 S 10 N home_page_post_approval any
5896 company_only_buyers 89 95 C 10 N company_only_buyers Y
5901 reviews_per_page 96 97 I 10 N reviews_per_page 10
5912 clear_url 98 99 O 10 N clear_url
5938 cz_zoom_position 100 101 S 10 N cz_zoom_position 3
5941 price_list_fields 104 105 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5946 autogen_email 106 107 C 10 N autogen_email N
5948 apikey 108 109 I 10 N apikey
5951 add_to_cart_empty_buy_now_url 110 111 C 10 N add_to_cart_empty_buy_now_url N
5954 privacy_policy_page 114 115 S 10 N privacy_policy_page 3
5957 gdpr_settings_data 114 116 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"}}
5959 product_tabs_configuration 117 118 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"}
5962 sidebar_color 117 119 D 10 N sidebar_color #eef1f3
5967 block_admin_panel 120 121 D 10 N block_admin_panel N
6261 login_btncolor 166 168 I 10 N login_btncolor #2772A9
6253 fcm_key 166 167 I 10 N fcm_key
6198 enable_to_create_custom_quote 158 159 C 10 N enable_to_create_custom_quote Y
6232 config_data 164 165 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":"#ffff00","live_weight_connected_text_color":"#ffffff","live_weight_disconnected_background_color":"#6d9eeb","live_weight_disconnected_text_color":"#ffffff","pulse_border_glow_background_color":"#d9d2e9","weight_button_background_color":"#b7b7b7","weight_button_text_color":"#ffffff","weight_button_hover_background_color":"#b4a7d6","weight_button_hover_text_color":"#ffffff","misc_button_background_color":"#ffd966","misc_button_text_color":"#00ffff","misc_hover_background_color":"#6fa8dc","misc_hover_text_color":"#351c75","checkout_button_background_color":"#4c1130","checkout_button_text_color":"#a61c00","checkout_hover_background_color":"#741b47","checkout_hover_text_color":"#38761d","scale_error_message_text_color":"#ffffff"}}
6279 paypal_adaptive_settings 169 170 E 10 N paypal_adaptive_settings settings.tpl
6288 rma_refunded_order_status 171 172 D 10 N rma_refunded_order_status
6290 override_customer_info 173 174 C 10 N override_customer_info N
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
5682 twitter_size 19 20 S 20 N twitter_size medium
5687 facebook_href 19 21 I 20 N facebook_href
5699 vkontakte_button_style 19 22 S 20 N vkontakte_button_style mini
5706 yandex_display_on 19 23 N 20 N yandex_display_on products,pages
5709 pinterest_shape 19 24 S 20 N pinterest_shape rect
5715 category_max_products_items 27 28 I 20 N category_max_products_items 5
5718 mailer_send_method 29 30 S 20 N mailer_send_method default
5728 em_double_opt_in 32 33 C 20 N em_double_opt_in N
5738 rating_above_price 37 38 D 20 N rating_above_price N
5753 yandex_commercial 42 44 C 20 N yandex_commercial
5757 google_map 42 45 E 20 N google_map map.tpl
5760 include_taxes_in_commission 46 47 C 20 N include_taxes_in_commission Y
5765 code_prefix 48 49 I 20 N code_prefix GC
5774 variations_allow_auto_change_default_variation 54 55 C 20 N variations_allow_auto_change_default_variation Y
5779 recaptcha_site_key 56 57 I 20 N recaptcha_site_key
5797 display_product_return_period 61 62 C 20 N display_product_return_period Y
5805 seo_page_type 66 67 S 20 N seo_page_type page_nohtml
5812 approval_info 68 69 O 20 N approval_info
5816 product_premoderation_fields 68 70 N 20 N product_premoderation_fields #M#product_prices:*=Y&products:list_price=Y
5820 price_in_points_with_discounts 71 72 C 20 N price_in_points_with_discounts Y
5830 track_add_to_cart 73 74 C 20 N track_add_to_cart N
5836 phone 77 78 I 20 N phone
5857 unsuccessful_attempts_login 83 84 C 20 N unsuccessful_attempts_login
5878 product_post_ip_check 89 90 C 20 N product_post_ip_check N
5883 category_post_ip_check 89 91 C 20 N category_post_ip_check N
5889 page_post_ip_check 89 93 C 20 N page_post_ip_check N
5893 home_page_post_ip_check 89 94 C 20 N home_page_post_ip_check Y
5897 company_posts_per_page 89 95 I 20 N company_posts_per_page 10
5902 review_approval 96 97 S 20 N review_approval any
5913 cron_command 98 99 E 20 N cron_command cron_command.tpl
5942 price_list_sorting 104 105 S 20 N price_list_sorting product_code
5949 appdomain 108 109 I 20 N appdomain
5955 gdpr_cookie_consent_texts 114 115 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5960 config_form 117 118 E 20 N config_form config.tpl
5963 element_color 117 119 D 20 N element_color #024567
5968 disable_suspended_vendors 120 121 D 20 N disable_suspended_vendors Y
6254 ec_google_file 166 167 F 20 N ec_google_file
6199 close_chat_on_reject 158 159 C 20 N close_chat_on_reject Y
6262 login_txtcolor 166 168 I 20 N login_txtcolor #FFFFFF
6233 app_android_version 164 165 I 20 N app_android_version 2
6280 collect_payouts 169 170 D 20 N collect_payouts N
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
5683 twitter_display_count 19 20 S 30 N twitter_display_count horizontal
5688 facebook_send 19 21 C 30 N facebook_send Y
5700 vkontakte_height 19 22 I 30 N vkontakte_height 22
5710 pinterest_display_on 19 24 N 30 N pinterest_display_on #M#products=Y
5729 em_welcome_letter 32 33 C 30 N em_welcome_letter N
5739 bronze_rating_lower_limit 37 38 D 30 N bronze_rating_lower_limit 50
5748 show_on_order 39 41 C 30 N show_on_order Y
5754 yandex_map 42 44 E 30 N yandex_map map.tpl
5761 collect_taxes_from_vendors 46 47 C 30 N collect_taxes_from_vendors N
5766 cert_per_page 48 49 I 30 N cert_per_page 10
5775 variations_show_all_possible_feature_variants 54 55 C 30 N variations_show_all_possible_feature_variants Y
5780 recaptcha_secret 56 57 I 30 N recaptcha_secret
5798 dont_take_weekends_into_account 61 62 C 30 N dont_take_weekends_into_account Y
5806 seo_other_type 66 67 S 30 N seo_other_type directory
5813 preventing_registration_info 68 69 O 30 N preventing_registration_info
5817 approval_info 68 70 O 30 N approval_info
5821 points_with_discounts 71 72 C 30 N points_with_discounts Y
5831 track_order_placed 73 74 C 30 N track_order_placed N
5837 phone_prefix_length 77 78 I 30 N phone_prefix_length 7
5845 type 79 80 S 30 N type C128B
5858 number_unsuccessful_attempts 83 84 I 30 N number_unsuccessful_attempts 5
5870 use_for_product_icons 87 88 C 30 N use_for_product_icons N
5879 product_discussion_type 89 90 S 30 N product_discussion_type D
5884 category_discussion_type 89 91 S 30 N category_discussion_type D
5890 page_discussion_type 89 93 S 30 N page_discussion_type D
5894 home_page_testimonials 89 94 S 30 N home_page_testimonials B
5898 company_post_approval 89 95 S 30 N company_post_approval any
5903 review_ip_check 96 97 C 30 N review_ip_check N
5943 group_by_category 104 105 C 30 N group_by_category Y
5964 sidebar_background_image 117 119 D 30 N sidebar_background_image
5969 days_before_disable 120 121 D 30 N days_before_disable 90
6200 allow_to_attach_files 158 159 C 30 N allow_to_attach_files Y
6263 register_btncolor 166 168 I 30 N register_btncolor #2772A9
6234 app_android_url 164 165 I 30 N app_android_url https://atul.ecarter.co/atul_demo4/
6281 display_verification_status_on_storefront 169 170 C 30 N display_verification_status_on_storefront N
6292 paypal_status_map_settings 173 174 E 30 N paypal_status_map_settings statuses_map.tpl
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
5684 twitter_display_on 19 20 N 40 N twitter_display_on #M#products=Y
5689 facebook_width 19 21 I 40 N facebook_width 450
5701 vkontakte_width 19 22 I 40 N vkontakte_width 350
5720 mailer_smtp_host 29 30 I 40 N mailer_smtp_host
5730 em_service 32 33 S 40 N em_service dummy
5740 silver_rating_lower_limit 37 38 D 40 N silver_rating_lower_limit 80
5762 allow_vendors_to_change_plan 46 47 C 40 N allow_vendors_to_change_plan Y
5767 free_products_allow 48 49 C 40 N free_products_allow Y
5776 quantity_discount_on_different_variations 54 55 C 40 N quantity_discount_on_different_variations N
5781 recaptcha_theme 56 57 S 40 N recaptcha_theme light
5807 seo_language 66 67 C 40 N seo_language N
5822 price_in_points_order_discount 71 72 C 40 N price_in_points_order_discount Y
5838 phone_mask 77 78 I 40 N phone_mask
5846 output 79 80 S 40 N output png
5859 login_intervals 83 84 I 40 N login_intervals 60
5871 use_for_product_detailed 87 88 C 40 N use_for_product_detailed N
5899 company_post_ip_check 89 95 C 40 N company_post_ip_check N
5904 review_fields 96 97 S 40 N review_fields advanced
5915 site_change 98 99 S 40 N site_change daily
5944 include_options 104 105 C 40 N include_options N
5965 vendor_panel_config 117 119 E 40 N vendor_panel_config panel.tpl
5970 default_lowers_allowed_balance 120 121 I 40 N default_lowers_allowed_balance 0
6201 allow_rsnd_quote 158 159 C 40 N allow_rsnd_quote Y
6256 whatsapp_contact_link 166 167 I 40 N whatsapp_contact_link
6264 register_txtcolor 166 168 I 40 N register_txtcolor #FFFFFF
6235 app_ios_version 164 165 I 40 N app_ios_version
6282 paypal_verified_image 169 170 E 40 N paypal_verified_image paypal_verified_image.tpl
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
5690 facebook_layout 19 21 S 50 N facebook_layout button_count
5702 vkontakte_buttons_name 19 22 S 50 N vkontakte_buttons_name like
5721 mailer_smtp_username 29 30 I 50 N mailer_smtp_username
5731 em_token 32 33 D 50 N em_token 0c974759e5591f67c7c284a2d0bfaacf
5741 gold_rating_lower_limit 37 38 D 50 N gold_rating_lower_limit 90
5768 redeem_shipping_cost 48 49 C 50 N redeem_shipping_cost Y
5782 recaptcha_size 56 57 S 50 N recaptcha_size normal
5808 single_url 66 67 C 50 N single_url Y
5823 reward_points_order_discount 71 72 C 50 N reward_points_order_discount Y
5839 buy_now_with_one_click 77 78 C 50 N buy_now_with_one_click Y
5847 text 79 80 S 50 N text Y
5860 time_block 83 84 I 50 N time_block 24
5880 product_review_after_purchase 89 90 C 50 N product_review_after_purchase N
5905 review_after_purchase 96 97 C 50 N review_after_purchase N
5916 site_priority 98 99 S 50 N site_priority 1
5971 default_grace_period_to_refill_balance 120 121 I 50 N default_grace_period_to_refill_balance 7
6202 time_limit_template 158 159 E 50 N time_limit_template settings.tpl
6257 help_us_link 166 167 I 50 N help_us_link
6265 forgot_passtxtcolor 166 168 I 50 N forgot_passtxtcolor #2772A9
6236 app_ios_url 164 165 I 50 N app_ios_url
6283 paypal_verified_image_width 169 170 I 50 N paypal_verified_image_width 60
6294 paypal_partial_refund_action_settings 173 174 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
61 store_access_key 2 0 O 51 Y store_access_key
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection
7 feedback_type 2 0 S 57 Y feedback_type auto
1007 display_vendor 16 0 C 57 Y display_vendor Y
14 auto_check_updates 2 0 C 58 Y auto_check_updates Y
1008 can_edit_blocks 16 0 C 58 Y can_edit_blocks N
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes Y
1009 can_edit_styles 16 0 C 59 Y can_edit_styles N
11 ftp_directory 13 0 I 60 N ftp_directory
24 admin_elements_per_page 4 0 U 60 Y admin_elements_per_page 50
28 company_phone 5 0 L 60 Y company_phone +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
5691 facebook_show_faces 19 21 C 60 N facebook_show_faces N
5703 vkontakte_display_on 19 22 N 60 N vkontakte_display_on
5722 mailer_smtp_password 29 30 I 60 N mailer_smtp_password
5732 em_lastsync 32 33 D 60 N em_lastsync 1759303587
5742 config_tpl 37 38 E 60 N config_tpl config.tpl
5783 recaptcha_type 56 57 S 60 N recaptcha_type image
5809 non_latin_symbols 66 67 C 60 N non_latin_symbols N
5824 higher_level_extract 71 72 C 60 N higher_level_extract Y
5840 enable_call_requests_for_vendors 77 78 C 60 N enable_call_requests_for_vendors Y
5848 height 79 80 I 60 N height 60
5873 use_for_category_icons 87 88 C 60 N use_for_category_icons N
5906 review_ask_for_customer_location 96 97 S 60 N review_ask_for_customer_location none
5972 vendor_taxes 120 121 N 60 N vendor_taxes
6203 limit_hours 158 159 D 60 N limit_hours 0
6258 contact_phone_no 166 167 I 60 N contact_phone_no
6266 header_color 166 168 I 60 N header_color #2772A9
6237 enable_logs 164 165 S 60 N enable_logs Y
6284 paypal_verified_image_height 169 170 I 60 N paypal_verified_image_height 60
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
5692 facebook_action 19 21 S 70 N facebook_action like
5723 mailer_smtp_ecrypted_connection 29 30 S 70 N mailer_smtp_ecrypted_connection none
5825 several_points_action 71 72 S 70 N several_points_action minimal_absolute
5841 order_status 77 78 S 70 N order_status Y
5849 width 79 80 I 70 N width 250
5862 unsuccessful_attempts_login_customer 83 84 C 70 N unsuccessful_attempts_login_customer
5874 use_for_category_detailed 87 88 C 70 N use_for_category_detailed N
5907 split_reviews_by_storefronts 96 97 C 70 N split_reviews_by_storefronts N
5918 include_products 98 99 C 70 N include_products Y
5973 global_lowers_allowed_balance 120 121 I 70 N global_lowers_allowed_balance 0
6204 limit_days 158 159 D 70 N limit_days 1
6259 app_allowed_order_statuses 166 167 M 70 N app_allowed_order_statuses
6267 header_txtcolor 166 168 I 70 N header_txtcolor #FFFFFF
6238 pos_order_status 164 165 S 70 N pos_order_status C
6285 cron_key 169 170 D 70 N cron_key 4U5u1E6f
6296 paypal_logo_uploader_settings 173 174 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
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
5693 facebook_lang 19 21 S 80 N facebook_lang en_US
5724 mailer_smtp_auth 29 30 C 80 N mailer_smtp_auth N
5785 recaptcha_v3_site_key 56 57 I 80 N recaptcha_v3_site_key
5826 consider_zero_values 71 72 C 80 N consider_zero_values N
5850 prefix 79 80 I 80 N prefix FF45CR99
5863 number_unsuccessful_attempts_customer 83 84 I 80 N number_unsuccessful_attempts_customer 5
5875 images_access_info 87 88 O 80 N images_access_info
5908 images_upload_allowed 96 97 D 80 N images_upload_allowed Y
5919 products_change 98 99 S 80 N products_change daily
5974 global_grace_period_to_refill_balance 120 121 I 80 N global_grace_period_to_refill_balance 7
6205 allow_edit_product_price 158 159 C 80 N allow_edit_product_price Y
6268 home_screenbgcolor 166 168 I 80 N home_screenbgcolor #FFFFFF
6239 refund_order_status 164 165 S 80 N refund_order_status A
6286 auto_url_paypal_verification 169 170 O 80 N auto_url_paypal_verification
6297 pp_statuses 173 174 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";}
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
5694 facebook_action_font 19 21 S 90 N facebook_action_font arial
5786 recaptcha_v3_secret 56 57 I 90 N recaptcha_v3_secret
5827 log_per_page 71 72 I 90 N log_per_page 10
5864 login_intervals_customer 83 84 I 90 N login_intervals_customer 60
5909 product_variations 96 97 E 90 N product_variations product_variations.tpl
5920 products_priority 98 99 S 90 N products_priority 0.5
5975 settings_template 120 121 E 90 N settings_template settings.tpl
6206 allow_to_show_cust_details 158 159 C 90 N allow_to_show_cust_details Y
6269 common_color 166 168 I 90 N common_color #2772A9
6240 partial_refund_order_status 164 165 S 90 N partial_refund_order_status C
6298 partial_refund_action 173 174 D 90 N partial_refund_action ignore
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 12
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 150
5695 facebook_colorscheme 19 21 S 100 N facebook_colorscheme light
5787 recaptcha_v3_success_score 56 57 S 100 N recaptcha_v3_success_score 0.5
5852 elm_spec_descr 79 80 O 100 N elm_spec_descr
5865 time_block_customer 83 84 I 100 N time_block_customer 24
5910 split_reviews_for_variations_as_separate_products 96 97 D 100 N split_reviews_for_variations_as_separate_products Y
6207 out_of_stock_product_quote_action 158 159 C 100 N out_of_stock_product_quote_action Y
6270 link_color 166 168 I 100 N link_color #2772A9
6241 cash_payment_method 164 165 S 100 N cash_payment_method 6
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 150
5696 facebook_display_on 19 21 N 110 N facebook_display_on #M#products=Y
5922 include_categories 98 99 C 110 N include_categories Y
6208 admin_email_notifications 158 159 M 110 N admin_email_notifications #M#1=Y
6271 statusbar_color 166 168 I 110 N statusbar_color #2772A9
6242 card_payment_method 164 165 S 110 N card_payment_method 1
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 280
5789 recaptcha_use_for_value 56 57 D 120 N recaptcha_use_for_value
5923 categories_change 98 99 S 120 N categories_change daily
6272 common_button_color 166 168 I 120 N common_button_color #2772A9
6243 split_payment_method 164 165 S 120 N split_payment_method 13
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
5790 recaptcha_use_for 56 57 E 130 N recaptcha_use_for use_for_settings.tpl
5924 categories_priority 98 99 S 130 N categories_priority 0.5
6273 forgot_passbtncolor 166 168 I 130 N forgot_passbtncolor #2772A9
6244 bank_payment_method 164 165 S 130 N bank_payment_method 12
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 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
5791 settings_proxy 56 57 O 140 N settings_proxy
6274 tab_bar_color 166 168 I 140 N tab_bar_color #FFFFFF
6245 pages 164 165 N 140 N pages #M#2=Y&19=Y&21=Y
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0
63 columns_in_products_list 4 0 I 150 Y columns_in_products_list 3
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories Y
1000 vendors_per_page 16 0 I 150 Y vendors_per_page 10
5926 include_pages 98 99 C 150 N include_pages Y
6275 tab_text_color 166 168 I 150 N tab_text_color #000000
6246 enable_cashier_feature 164 165 C 150 N enable_cashier_feature 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
5927 pages_change 98 99 S 160 N pages_change daily
6276 tab_active_color 166 168 I 160 N tab_active_color #000000
6247 cashier_no_prefix 164 165 I 160 N cashier_no_prefix SN
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
5928 pages_priority 98 99 S 170 N pages_priority 0.5
6277 tab_inactive_color 166 168 I 170 N tab_inactive_color #000000
6248 company_id_prefix 164 165 I 170 N company_id_prefix CSN
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
6249 return_id_prefix 164 165 I 180 N return_id_prefix RTN
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address N
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean N
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes N
146 in_stock_field 4 0 C 186 Y in_stock_field N
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery N
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer owl
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5930 include_extended 98 99 C 190 N include_extended Y
6250 cron_pass 164 165 I 190 N cron_pass RUN_STOP_CASHIERS
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
333 global_product_details_view 4 0 S 191 Y global_product_details_view
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=Y&short_list=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting product-asc
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
52 date_format 4 0 S 200 Y date_format %m/%d/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5931 extended_change 98 99 S 200 N extended_change daily
6251 cronjob 164 165 O 200 N cronjob
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
5932 extended_priority 98 99 S 210 N extended_priority 0.5
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
5934 include_companies 98 99 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
5935 companies_change 98 99 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 Y
182 address_position 6 0 D 250 Y address_position shipping_first
183 changes_warning 4 0 C 250 Y changes_warning Y
5936 companies_priority 98 99 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