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, 
  IF(
    cscart_settings_vendor_values.value IS NULL, 
    cscart_settings_objects.value, 
    cscart_settings_vendor_values.value
  ) as value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id 
  AND company_id = 1 
WHERE 
  1 
  AND (
    FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00220

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "477.94"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "428.40"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_settings_vendor_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY"
            ],
            "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.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 476,
            "rows_produced_per_join": 428,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "6.70",
              "eval_cost": "42.84",
              "prefix_cost": "49.54",
              "data_read_per_join": "338K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('ROOT',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:ROOT',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('VENDOR',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:VENDOR',`maniamall_cscart`.`cscart_settings_objects`.`edition_type`))) and (`maniamall_cscart`.`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 eChilipir.ro
75 theme_name 0 0 I 0 Y theme_name energot
76 show_menu_mouseover 0 0 C 0 Y show_menu_mouseover Y
143 init_addons 0 0 C 0 Y init_addons
144 customization_mode 0 0 C 0 Y customization_mode
201 store_key 0 0 I 0 Y store_key 3993172621;echilipir.ro
5994 tags_for_products 28 29 C 0 N tags_for_products Y
5996 managing_editor 30 31 I 0 N managing_editor
5999 em_show_on_checkout 32 33 C 0 N em_show_on_checkout N
6006 em_mailchimp_api_key 32 34 I 0 N em_mailchimp_api_key
6008 em_madmimi_username 32 35 I 0 N em_madmimi_username
6011 newsletters_per_pass 36 37 I 0 N newsletters_per_pass 10
6020 coupon 36 38 S 0 N coupon
6021 min_amount 39 40 I 0 N min_amount 50
6031 notice 43 44 O 0 N notice
6038 display_product_return_period 45 46 C 0 N display_product_return_period Y
6040 final_sale_from 47 48 I 0 N final_sale_from 40
6042 period 47 49 S 0 N period all
6044 seo_product_type 50 51 S 0 N seo_product_type product_file_nohtml
6061 tracking_code 54 55 I 0 N tracking_code UA-33371723-5
6081 polls_votes_on_page 60 61 I 0 N polls_votes_on_page 20
6172 et_license 92 93 I 0 N et_license ET-2311
6094 banner_multilang 64 65 C 0 N banner_multilang Y
6344 gtag_id 148 149 I 0 N gtag_id G-GKH7EX3HWH
6149 cz_opacity 77 78 I 0 N cz_opacity 0.6
6157 cron_password 79 80 I 0 N cron_password MYPASS
6158 price_list_info 81 82 O 0 N price_list_info
6163 icons_pack 83 84 S 0 N icons_pack flat_32x32
6165 main_store_mode 85 86 R 0 N main_store_mode catalog
6167 general_info 87 88 O 0 N general_info
6170 connect 89 90 E 0 N connect connect.tpl
6171 admin_app 89 91 E 0 N admin_app admin_app.tpl
6180 max_levels 94 95 I 0 N max_levels 2
6186 test_mode 98 99 C 0 N test_mode
6183 show_header 96 97 S 0 N show_header Y
6187 test_mode 100 101 C 0 N test_mode
6188 test_mode 102 103 C 0 N test_mode
6189 test_mode 104 105 C 0 N test_mode
6190 test_mode 106 107 C 0 N test_mode Y
6193 search_in_short_description 108 109 C 0 N search_in_short_description N
6215 cache_expiration_time 112 113 I 0 N cache_expiration_time 3600
6226 cel_username 116 117 I 0 N cel_username
6231 cel_username 118 119 I 0 N cel_username
6236 cel_username 120 121 I 0 N cel_username
6241 cel_username 122 123 I 0 N cel_username
6246 emag_awb 2 0 S 0 Y emag_awb urgent
6247 license_key 124 125 I 0 N license_key
6260 web_api_key 126 127 I 0 N web_api_key 35b67dc0ce42f0c3638552ed968d3634
6317 template 134 135 Z 0 N template admin_panel.tpl
6336 checkbox_type 144 145 S 0 N checkbox_type
6340 username 146 147 I 0 N username 200911323
55 secure_storefront 15 0 S 1 Y secure_storefront full
6345 storefront 15 0 S 1 Y storefront full
56 secure_admin 15 0 C 2 Y secure_admin Y
57 keep_https 15 0 C 5 Y keep_https 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
12 license_number 13 0 I 10 N license_number CS-UE-C2ZM-YV09-592U-E1A5
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address Pietei Nr.1
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method smtp
133 width 11 0 D 10 N width 110
158 log_type_orders 12 0 N 10 Y log_type_orders #M#create=Y&delete=Y&update=Y&status=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#create=Y&delete=Y&update=Y&low_stock=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&backup=Y&optimize=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests #M#http=Y
174 min_admin_password_length 15 0 I 10 Y min_admin_password_length 5
5678 current_timestamp 0 0 T 10 Y current_timestamp 1490030413
2000 share_users 17 0 C 10 Y share_users N
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
5935 override_customer_info 18 19 C 10 N override_customer_info N
5945 twitter_enable 20 21 C 10 N twitter_enable Y
5951 facebook_enable 20 22 C 10 N facebook_enable Y
5964 vkontakte_enable 20 23 C 10 N vkontakte_enable N
5972 gplus_enable 20 24 C 10 N gplus_enable N
5982 yandex_enable 20 25 C 10 N yandex_enable N
5986 pinterest_enable 20 26 C 10 N pinterest_enable N
5992 email_enable 20 27 C 10 N email_enable N
5995 tags_for_pages 28 29 C 10 N tags_for_pages Y
5997 display_rss_feed_in_category 30 31 C 10 N display_rss_feed_in_category N
6000 em_checkout_enabled 32 33 C 10 N em_checkout_enabled N
6007 em_mailchimp_list 32 34 S 10 N em_mailchimp_list
6009 em_madmimi_api_key 32 35 I 10 N em_madmimi_api_key
6022 max_amount 39 40 I 10 N max_amount 1500
6028 map_provider 41 42 S 10 N map_provider google
6032 recaptcha_site_key 43 44 I 10 N recaptcha_site_key
6039 dont_take_weekends_into_account 45 46 C 10 N dont_take_weekends_into_account Y
6041 sales_amount_from 47 48 I 10 N sales_amount_from 1
6043 last_days 47 49 I 10 N last_days 3
6045 seo_category_type 50 51 S 10 N seo_category_type root_category
6062 track_ecommerce 54 55 C 10 N track_ecommerce Y
6071 elm_image_info 58 59 O 10 N elm_image_info
6082 polls_comments_on_page 60 61 I 10 N polls_comments_on_page 20
6173 et_license_s 92 93 D 10 N et_license_s aHR0cDovL2xpY2Vuc2UuZW5lcmdvdGhlbWVzLmNvbS9pbmRleC5waHA=
6096 watermark_settings 66 67 E 10 N watermark_settings watermark.tpl
6129 clear_url 75 76 O 10 N clear_url
6150 cz_animation_time 77 78 I 10 N cz_animation_time 200
6159 price_list_fields 81 82 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
6164 autogen_email 83 84 C 10 N autogen_email N
6166 add_to_cart_empty_buy_now_url 85 86 C 10 N add_to_cart_empty_buy_now_url N
6168 apikey 87 88 I 10 N apikey
6181 o_spacer 94 95 I 10 N o_spacer ¦
6184 show_amount 96 97 S 10 N show_amount Y
6191 simple_layout 106 107 C 10 N simple_layout N
6194 search_in_full_description 108 109 C 10 N search_in_full_description N
6216 cache_for_products 112 113 C 10 N cache_for_products Y
6227 cel_password 116 117 I 10 N cel_password
6232 cel_password 118 119 I 10 N cel_password
6237 cel_password 120 121 I 10 N cel_password
6242 cel_password 122 123 I 10 N cel_password
6248 wcmpay_merchant_signature 124 125 D 10 N wcmpay_merchant_signature MVG3-WA7M-MQ4P-FMT9-SWQY
6318 api_key 134 135 D 10 N api_key
6337 radio_type 144 145 S 10 N radio_type
6341 password 146 147 I 10 N password 1622375379
54 backend_default_language 4 0 S 15 Y backend_default_language ro
26 company_city 5 0 I 20 Y company_city Tunari
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 admin_passwords_must_contain_mix 15 0 C 20 Y admin_passwords_must_contain_mix N
2001 default_state_update_for_all 17 0 S 20 Y default_state_update_for_all not_active
5946 twitter_via 20 21 I 20 N twitter_via
5952 facebook_app_id 20 22 I 20 N facebook_app_id
5965 vkontakte_appid 20 23 I 20 N vkontakte_appid
5973 gplus_href 20 24 I 20 N gplus_href
5983 yandex_share_code 20 25 T 20 N yandex_share_code <script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script><div class="yashare-auto-init" data-yashareL10n="ru" data-yashareQuickServices="vkontakte,facebook,twitter,odnoklassniki,moimir" data-yashareTheme="counter"></div>
5987 pinterest_size 20 26 S 20 N pinterest_size 20
5993 email_display_on 20 27 N 20 N email_display_on N
5998 category_max_products_items 30 31 I 20 N category_max_products_items 5
6001 em_double_opt_in 32 33 C 20 N em_double_opt_in N
6010 em_madmimi_list 32 35 S 20 N em_madmimi_list
6013 mailer_send_method 36 37 S 20 N mailer_send_method default
6023 code_prefix 39 40 I 20 N code_prefix GC
6033 recaptcha_secret 43 44 I 20 N recaptcha_secret
6046 seo_page_type 50 51 S 20 N seo_page_type page_nohtml
6174 et_license_v 92 93 D 20 N et_license_v false
6151 cz_tint_color_picker 77 78 I 20 N cz_tint_color_picker #ffffff
6160 price_list_sorting 81 82 S 20 N price_list_sorting product_code
6169 appdomain 87 88 I 20 N appdomain
6182 custom_width 94 95 I 20 N custom_width 204
6185 show_price 96 97 S 20 N show_price Y
6192 layout_columns 106 107 R 20 N layout_columns 3
6195 search_in_keywords 108 109 C 20 N search_in_keywords Y
6217 cache_for_categories 112 113 C 20 N cache_for_categories Y
6228 cron_password 116 117 I 20 N cron_password mycr0np4ssw0rd
6233 cron_password 118 119 I 20 N cron_password mycr0np4ssw0rd
6238 cron_password 120 121 I 20 N cron_password mycr0np4ssw0rd
6243 cron_password 122 123 I 20 N cron_password mycr0np4ssw0rd
6249 wcmpay_mode 124 125 D 20 N wcmpay_mode sandbox
6319 private_key 134 135 D 20 N private_key
6338 enable_dropdown 144 145 C 20 N enable_dropdown Y
6342 contact_phone 146 147 I 20 N contact_phone 0749151050
8 ftp_hostname 13 0 I 30 N ftp_hostname
16 weight_symbol 2 0 I 30 Y weight_symbol kg
34 company_country 5 0 X 30 Y company_country RO
85 week 10 0 S 30 Y week %U, %b
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host echilipir.ro
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
5937 paypal_status_map_settings 18 19 E 30 N paypal_status_map_settings statuses_map.tpl
5947 twitter_size 20 21 S 30 N twitter_size medium
5953 facebook_href 20 22 I 30 N facebook_href
5966 vkontakte_button_style 20 23 S 30 N vkontakte_button_style mini
5974 gplus_size 20 24 S 30 N gplus_size standard
5984 yandex_display_on 20 25 N 30 N yandex_display_on N
5988 pinterest_shape 20 26 S 30 N pinterest_shape rect
6002 em_welcome_letter 32 33 C 30 N em_welcome_letter N
6024 cert_per_page 39 40 I 30 N cert_per_page 10
6030 store_locator_settings 41 42 E 30 N store_locator_settings map_provider_settings.tpl
6034 recaptcha_theme 43 44 S 30 N recaptcha_theme light
6047 seo_other_type 50 51 S 30 N seo_other_type directory
6073 type 58 59 S 30 N type C128B
6175 et_license_t 92 93 D 30 N et_license_t false
6098 use_for_product_icons 66 67 C 30 N use_for_product_icons N
6131 site_change 75 76 S 30 N site_change daily
6152 cz_zoom_position 77 78 S 30 N cz_zoom_position 3
6161 group_by_category 81 82 C 30 N group_by_category Y
6196 searchinfeatures 108 109 C 30 N searchinfeatures Y
6218 cache_for_filters 112 113 C 30 N cache_for_filters Y
6229 email_confirmation 116 117 C 30 N email_confirmation
6234 email_confirmation 118 119 C 30 N email_confirmation
6239 email_confirmation 120 121 C 30 N email_confirmation
6244 email_confirmation 122 123 C 30 N email_confirmation
6250 wcmpay_currency 124 125 D 30 N wcmpay_currency RON
6320 parent_private_key 134 135 D 30 N parent_private_key
6339 dropdown_search_threeshold 144 145 I 30 N dropdown_search_threeshold 10
6343 service_id 146 147 I 30 N service_id 2002
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 IF
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 1000
86 month 10 0 S 40 Y month %B
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username web@echilipir.ro
119 min_font_size 11 0 D 40 N min_font_size 14
177 admin_password_expiration_period 15 0 I 40 Y admin_password_expiration_period 0
5948 twitter_display_count 20 21 S 40 N twitter_display_count horizontal
5954 facebook_send 20 22 C 40 N facebook_send Y
5967 vkontakte_height 20 23 I 40 N vkontakte_height 22
5975 gplus_annotation 20 24 S 40 N gplus_annotation bubble
5989 pinterest_color 20 26 S 40 N pinterest_color gray
6003 em_service 32 33 S 40 N em_service dummy
6015 mailer_smtp_host 36 37 I 40 N mailer_smtp_host
6025 free_products_allow 39 40 C 40 N free_products_allow Y
6035 recaptcha_size 43 44 S 40 N recaptcha_size normal
6048 seo_language 50 51 C 40 N seo_language N
6074 output 58 59 S 40 N output png
6176 et_license_ta 92 93 D 40 N et_license_ta
6099 use_for_product_detailed 66 67 C 40 N use_for_product_detailed N
6132 site_priority 75 76 S 40 N site_priority 1
6153 cz_zoom_size_mode 77 78 S 40 N cz_zoom_size_mode zoom
6162 include_options 81 82 C 40 N include_options N
6197 searchinoptions 108 109 C 40 N searchinoptions Y
6219 auto_purge_cache 112 113 C 40 N auto_purge_cache Y
6230 cron_info 116 117 O 40 N cron_info
6235 cron_info 118 119 O 40 N cron_info
6240 cron_info 120 121 O 40 N cron_info
6245 cron_info 122 123 O 40 N cron_info
6251 wcmpay_live_public_certificate 124 125 D 40 N wcmpay_live_public_certificate var/files/0_live_public.cer
6321 import_status 134 135 D 40 N import_status
10 ftp_password 13 0 P 50 N ftp_password
33 company_zipcode 5 0 I 50 Y company_zipcode 077180
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 I 50 N mailer_smtp_password M{~%z}.SiJvl
120 max_font_size 11 0 D 50 N max_font_size 16
168 store_mode 2 0 C 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
5939 paypal_partial_refund_action_settings 18 19 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
5949 twitter_display_on 20 21 N 50 N twitter_display_on #M#products=Y
5955 facebook_width 20 22 I 50 N facebook_width 450
5968 vkontakte_width 20 23 I 50 N vkontakte_width 350
5976 gplus_width 20 24 I 50 N gplus_width
5990 pinterest_display_on 20 26 N 50 N pinterest_display_on #M#products=Y
6004 em_token 32 33 D 50 N em_token 09b32b48ec1a2a43a487a9f9c52305c9
6016 mailer_smtp_username 36 37 I 50 N mailer_smtp_username
6026 redeem_shipping_cost 39 40 C 50 N redeem_shipping_cost Y
6036 recaptcha_type 43 44 S 50 N recaptcha_type image
6049 single_url 50 51 C 50 N single_url Y
6075 text 58 59 S 50 N text Y
6177 et_license_tap 92 93 D 50 N et_license_tap
6154 cz_caption_position 77 78 S 50 N cz_caption_position bottom
6198 search_by_product_code 108 109 C 50 N search_by_product_code Y
6220 cache_type 112 113 S 50 N cache_type file
6252 wcmpay_live_private_key 124 125 D 50 N wcmpay_live_private_key var/files/0_live_private.key
6322 last_request 134 135 D 50 N last_request
61 store_access_key 2 0 I 51 Y store_access_key dev
62 order_start_id 2 0 I 53 Y order_start_id
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection none
5933 uk_cookies_law 15 0 C 55 Y uk_cookies_law N
179 tax_calculation 2 0 S 55 Y tax_calculation subtotal
7 feedback_type 2 0 S 57 Y feedback_type manual
14 auto_check_updates 2 0 C 58 Y auto_check_updates N
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes 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 10
28 company_phone 5 0 I 60 Y company_phone 0726 676 676
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth Y
121 string_type 11 0 D 60 N string_type mixed
5956 facebook_layout 20 22 S 60 N facebook_layout button_count
5969 vkontakte_buttons_name 20 23 S 60 N vkontakte_buttons_name like
5977 gplus_align 20 24 S 60 N gplus_align left
6005 em_lastsync 32 33 D 60 N em_lastsync 1490307778
6017 mailer_smtp_password 36 37 I 60 N mailer_smtp_password
6037 settings_proxy 43 44 O 60 N settings_proxy
6050 non_latin_symbols 50 51 C 60 N non_latin_symbols N
6076 height 58 59 I 60 N height 60
6178 et_license_iv 92 93 D 60 N et_license_iv eyogVGhpcyBmaWxlIGlzIGVtcHR5IGJlY2F1c2UgdGhlIHRoZW1lIGlzIG5vdCBhY3RpdmF0ZWQuIFBsZWFzZSBpbnN0YWxsIGFuZCBhY3RpdmF0ZSB0aGUgRW5lcmdvVGhlbWVzIC0gTGljZW5zZSBhZGRvbiBmb3VuZCBpbiB0aGUgaW5zdGFsbGF0aW9uIGZpbGVzIGFjY29yZGluZyB0byB0aGUgaW5zdGFsbGF0aW9uIGd1aWRlKn0=
6101 use_for_category_icons 66 67 C 60 N use_for_category_icons N
6134 include_products 75 76 C 60 N include_products Y
6155 cz_ease_time 77 78 I 60 N cz_ease_time 200
6199 search_by_exact_phrase 108 109 S 60 N search_by_exact_phrase all
6253 wcmpay_sandbox_public_certificate 124 125 D 60 N wcmpay_sandbox_public_certificate var/files/0_sandbox_public.cer
6323 last_resync 134 135 D 60 N last_resync
122 char_shadow 11 0 D 65 N char_shadow N
17 default_address 2 0 I 70 Y default_address Str. Pietei NR.1
29 company_phone_2 5 0 I 70 Y company_phone_2
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color
123 colour 11 0 D 70 N colour N
5941 paypal_logo_uploader_settings 18 19 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
5957 facebook_show_faces 20 22 C 70 N facebook_show_faces N
5970 vkontakte_display_on 20 23 N 70 N vkontakte_display_on N
5978 gplus_expandto 20 24 S 70 N gplus_expandto top
6018 mailer_smtp_ecrypted_connection 36 37 S 70 N mailer_smtp_ecrypted_connection none
6077 width 58 59 I 70 N width 250
6102 use_for_category_detailed 66 67 C 70 N use_for_category_detailed N
6135 products_change 75 76 S 70 N products_change weekly
6156 cz_zoom_fly_out 77 78 C 70 N cz_zoom_fly_out Y
6179 et_license_sd 92 93 D 70 N et_license_sd 0
6200 letters_to_start 108 109 I 70 N letters_to_start 3
6254 wcmpay_sandbox_private_key 124 125 D 70 N wcmpay_sandbox_private_key var/files/0_sandbox_private.key
18 default_zipcode 2 0 I 80 Y default_zipcode 077180
30 company_fax 5 0 I 80 Y company_fax
53 frontend_default_language 4 0 S 80 Y frontend_default_language ro
90 convert_to 9 0 S 80 Y convert_to jpg
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
5942 pp_statuses 18 19 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";}
5958 facebook_action 20 22 S 80 N facebook_action like
5979 gplus_recommendations 20 24 S 80 N gplus_recommendations yes
6019 mailer_smtp_auth 36 37 C 80 N mailer_smtp_auth N
6078 prefix 58 59 I 80 N prefix FF45CR99
6103 images_access_info 66 67 O 80 N images_access_info
6136 products_priority 75 76 S 80 N products_priority 0.5
6201 items_limit 108 109 I 80 N items_limit 10
6255 wcmpay_order_status_denied 124 125 D 80 N wcmpay_order_status_denied AL
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
19 default_city 2 0 I 90 Y default_city Tunari
32 company_website 5 0 I 90 Y company_website https://www.eChilipir.ro
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 65
5943 partial_refund_action 18 19 D 90 N partial_refund_action ignore
5959 facebook_lang 20 22 S 90 N facebook_lang en_US
5980 gplus_display_on 20 24 N 90 N gplus_display_on #M#products=Y
6202 show_thumbnails 108 109 C 90 N show_thumbnails Y
6256 wcmpay_order_status_confirmed 124 125 D 90 N wcmpay_order_status_confirmed AA
40 company_start_year 5 0 I 95 Y company_start_year 2025
20 default_country 2 0 X 100 Y default_country RO
22 products_per_page 4 0 U 100 Y products_per_page 36
35 company_users_department 5 0 I 100 Y company_users_department office@eChilipir.ro
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 250
5960 facebook_action_font 20 22 S 100 N facebook_action_font arial
6080 elm_spec_descr 58 59 O 100 N elm_spec_descr
6138 include_categories 75 76 C 100 N include_categories Y
6203 thumbnails_width 108 109 I 100 N thumbnails_width 50
6257 wcmpay_order_status_pending 124 125 D 100 N wcmpay_order_status_pending AM
21 default_state 2 0 W 110 Y default_state IF
36 company_site_administrator 5 0 I 110 Y company_site_administrator office@eChilipir.ro
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 250
5961 facebook_colorscheme 20 22 S 110 N facebook_colorscheme light
6139 categories_change 75 76 S 110 N categories_change weekly
6204 show_product_code 108 109 C 110 N show_product_code Y
6258 wcmpay_order_status_cancelled 124 125 D 110 N wcmpay_order_status_cancelled I
37 company_orders_department 5 0 I 120 Y company_orders_department comenzi@eChilipir.ro
41 default_phone 2 0 I 120 Y default_phone
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 500
5962 facebook_display_on 20 22 N 120 N facebook_display_on #M#products=Y
6140 categories_priority 75 76 S 120 N categories_priority 0.8
6205 show_product_price 108 109 C 120 N show_product_price Y
6259 wcmpay_order_status_returned 124 125 D 120 N wcmpay_order_status_returned X
38 company_support_department 5 0 I 130 Y company_support_department info@eChilipir.ro
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 540
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
6206 product_name_chars 108 109 I 130 N product_name_chars 41
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 info@eChilipir.ro
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
6142 include_pages 75 76 C 140 N include_pages Y
6207 ls_box_min_width 108 109 I 140 N ls_box_min_width 100%
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
6143 pages_change 75 76 S 150 N pages_change weekly
6208 search_delay 108 109 I 150 N search_delay 500
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
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
6144 pages_priority 75 76 S 160 N pages_priority 0.5
6209 show_ajax_loader 108 109 C 160 N show_ajax_loader N
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height
6210 use_cache 108 109 S 170 N use_cache for_both
94 show_out_of_stock_products 2 0 C 180 Y show_out_of_stock_products N
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width 129
6146 include_extended 75 76 C 180 N include_extended Y
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 Y
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery Y
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer magnific
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height 137
6147 extended_change 75 76 S 190 N extended_change weekly
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab N
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#null-asc=Y&timestamp-desc=Y&position-asc=Y&position-desc=Y&price-asc=Y&price-desc=Y&popularity-asc=Y&popularity-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting popularity-desc
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
52 date_format 4 0 S 200 Y date_format %d/%m/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
6148 extended_priority 75 76 S 200 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 Europe/Bucharest
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 day_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
69 min_order_amount 2 0 I 242 Y min_order_amount 0
70 min_order_amount_type 2 0 S 242 Y min_order_amount_type products_with_shippings
71 allow_anonymous_shopping 2 0 S 243 Y allow_anonymous_shopping allow_shopping
73 disable_anonymous_checkout 6 0 C 244 Y disable_anonymous_checkout N
173 checkout_redirect 2 0 C 246 Y checkout_redirect 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 S 250 Y address_position billing_first
183 changes_warning 4 0 C 250 Y changes_warning N
199 show_menu_descriptions 4 0 C 255 Y show_menu_descriptions Y
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 0
275 quick_registration 2 0 C 260 Y quick_registration Y
100 agree_terms_conditions 6 0 C 270 Y agree_terms_conditions Y
137 repay 6 0 C 280 Y repay Y
140 estimate_shipping_cost 2 0 C 300 Y estimate_shipping_cost Y
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 50
141 allow_create_account_after_order 6 0 C 305 Y allow_create_account_after_order Y
223 disregard_options_for_discounts 2 0 C 306 Y disregard_options_for_discounts N
300 configure_sign_in_step 6 0 S 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 S 315 Y sign_in_default_action register
151 proxy_host 2 0 I 320 Y proxy_host
301 display_shipping_step 6 0 C 320 Y display_shipping_step Y
152 proxy_port 2 0 I 330 Y proxy_port
302 display_payment_step 6 0 C 330 Y display_payment_step Y
153 proxy_user 2 0 I 340 Y proxy_user henegariu_daniel@yahoo.com
154 proxy_password 2 0 P 350 Y proxy_password Daniel89
308 email_templates 4 0 S 400 Y email_templates old
156 search_objects 2 0 N 1010 Y search_objects