SELECT 
  cscart_settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  cscart_settings_objects.name as description, 
  (
    CASE WHEN company_values.object_id IS NOT NULL THEN company_values.value WHEN storefront_values.object_id IS NOT NULL THEN storefront_values.value ELSE cscart_settings_objects.value END
  ) AS value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values AS company_values ON company_values.object_id = cscart_settings_objects.object_id 
  AND company_values.company_id = 1 
  AND company_values.storefront_id = 1 
  LEFT JOIN cscart_settings_vendor_values AS storefront_values ON storefront_values.object_id = cscart_settings_objects.object_id 
  AND storefront_values.storefront_id = 1 
  AND storefront_values.company_id = 0 
WHERE 
  1 
  AND (
    FIND_IN_SET(
      'STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00274

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "company_values",
      "access_type": "system",
      "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "table": {
      "table_name": "storefront_values",
      "access_type": "system",
      "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_settings_objects.position",
        "table": {
          "table_name": "cscart_settings_objects",
          "access_type": "ALL",
          "rows": 897,
          "filtered": 100,
          "attached_condition": "(find_in_set('STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        }
      }
    }
  }
}

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 No Frames
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 2246842748;no-frames.kz
5679 default_upload_high_res_image 18 19 C 0 N default_upload_high_res_image N
5726 tags_for_products 28 29 C 0 N tags_for_products Y
5728 managing_editor 30 31 I 0 N managing_editor
5731 newsletters_per_pass 32 33 I 0 N newsletters_per_pass 10
5740 coupon 32 34 S 0 N coupon no_promo
5741 em_show_on_checkout 35 36 C 0 N em_show_on_checkout N
5748 em_mailchimp_api_key 35 37 I 0 N em_mailchimp_api_key
5750 em_madmimi_username 35 38 I 0 N em_madmimi_username
5753 provider 39 40 S 0 N provider yandex
5755 yandex_api_key 39 41 I 0 N yandex_api_key 325a137d-6a6c-441d-baef-0d2b5fa16bfe
5757 google_api_notice 39 42 O 0 N google_api_notice
5759 show_on_product 43 208 C 0 N show_on_product Y
5761 min_amount 45 46 I 0 N min_amount 50
5767 print_map 47 48 C 0 N print_map Y
5769 variations_allow_own_images 49 50 C 0 N variations_allow_own_images Y
5772 notice 51 52 O 0 N notice
5779 forbidden_countries_notice 51 53 O 0 N forbidden_countries_notice
5781 access_key 54 55 I 0 N access_key 5ee7718fd526e660c4958c339c4302cc
5782 display_product_return_period 56 57 C 0 N display_product_return_period Y
5784 final_sale_from 58 59 I 0 N final_sale_from 40
5786 period 58 60 S 0 N period all
5788 seo_product_type 61 62 S 0 N seo_product_type product_category_nohtml
5795 point_rate 63 64 I 0 N point_rate 1
5805 tracking_code 65 66 I 0 N tracking_code
5807 pixel_id 67 68 I 0 N pixel_id
5819 search_form_code 71 72 T 0 N search_form_code
5832 polls_votes_on_page 75 76 I 0 N polls_votes_on_page 20
5845 banner_multilang 79 80 C 0 N banner_multilang Y
5855 product_posts_per_page 83 84 I 0 N product_posts_per_page 10
5862 category_posts_per_page 83 85 I 0 N category_posts_per_page 10
5867 order_posts_per_page 83 86 I 0 N order_posts_per_page 10
5869 page_posts_per_page 83 87 I 0 N page_posts_per_page 10
5875 home_page_posts_per_page 83 88 I 0 N home_page_posts_per_page 10
5881 cz_animation_time 89 90 I 0 N cz_animation_time 200
5904 cron_password 93 94 I 0 N cron_password MYPASS
5905 price_list_info 95 96 O 0 N price_list_info
5910 general_info 97 98 O 0 N general_info
5913 main_store_mode 99 100 R 0 N main_store_mode catalog
5915 icons_pack 101 102 S 0 N icons_pack flat_32x32
5961 settings 106 107 E 0 N settings settings.tpl
5968 autocomplete 110 111 C 0 N autocomplete N
5991 exim_1c_allow_import_features 112 114 C 0 N exim_1c_allow_import_features Y
5998 exim_1c_only_import_offers 112 115 C 0 N exim_1c_only_import_offers Y
6013 exim_1c_order_shipping 112 117 C 0 N exim_1c_order_shipping
6042 code 121 122 D 0 N code ABM-rZJvcwzMK27j5Vffzwrhn
6044 code 123 124 D 0 N code ABA-fviqZpw5JEvMYvpFRcrHo
6046 cron_key 125 126 0 N cron_key 3k8K2n5u7t1H5E1
6051 description_type 127 128 S 0 N description_type html
6057 template_variant 127 129 S 0 N template_variant vertical_tabs
6061 display_attached_mb_items_on_cat_page 127 130 C 0 N display_attached_mb_items_on_cat_page N
6062 load_by_ajax 131 132 C 0 N load_by_ajax Y
6066 position 133 134 S 0 N position post
6077 position 135 136 S 0 N position bottom_right
6093 show_on_homepage 137 138 C 0 N show_on_homepage Y
6103 code 139 140 D 0 N code ABA-kA5dEk71rC0F5pzWFa836
6112 code 141 142 D 0 N code ABA-ERCZNnDMtfLdrapZe9vLY
6124 output_position 143 144 S 0 N output_position L
6137 ts_appearance 143 145 S 0 N ts_appearance rounded
6138 count_to 146 147 S 0 N count_to end_of_the_promotion
6231 show_subscription 121 122 C 0 N show_subscription Y
6249 allow_save_attachments_to_server 209 210 C 0 N allow_save_attachments_to_server Y
6384 review 229 231 E 0 N review review.tpl
6385 brand_id 232 233 I 0 N brand_id
6387 override 234 235 S 0 N override generated_if_empty
6397 search_on_name 236 238 C 0 N search_on_name Y
6413 search_categories 236 239 C 0 N search_categories Y
6417 out_stock_end 236 240 C 0 N out_stock_end Y
6424 show_price 236 242 S 0 N show_price Y
6429 image_width 236 243 I 0 N image_width 75
6518 allow_fractional_amount 256 257 C 0 N allow_fractional_amount Y
6524 cron_info 258 259 O 0 N cron_info
6532 use_groups 260 261 C 0 N use_groups N
6583 retailcrm_notice 274 275 E 0 N retailcrm_notice notice.tpl
6586 retailcrm_mapping 274 276 E 0 N retailcrm_mapping mapping_settings.tpl
6593 vc_dadata_key 277 278 I 0 N vc_dadata_key 0d57faada399b9eb6694e947ae69260b8d6dfa44
6744 google_xml_notice 298 304 E 0 N google_xml_notice google_xml_notice.tpl
6738 mail_lists 298 303 S 0 N mail_lists 0
6718 post_display_sd 298 302 C 0 N post_display_sd N
6708 list_display_cat_sd 298 301 C 0 N list_display_cat_sd N
6706 cp_blog_power_color_scheme_settings 298 300 E 0 N cp_blog_power_color_scheme_settings color_scheme.tpl
6701 blog_date_format 298 299 S 0 N blog_date_format %d/%m/%Y
6695 phone_number_prepare 294 295 S 0 N phone_number_prepare phone_number_prepare_7
6700 cdek_percent 296 297 I 0 N cdek_percent 35
6757 generate_blog_category_meta 298 305 C 0 N generate_blog_category_meta Y
6760 rss_cron_pass 298 306 I 0 N rss_cron_pass ZXA_cron_go_AXZ
6771 vc_retailcrm_prices_url 307 308 I 0 N vc_retailcrm_prices_url https://no-frames.retailcrm.ru
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 30
12 license_number 13 0 I 10 N license_number CS-UE-H84P-Y51O-9959-1H4S
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address пр-кт Райымбека, 221/2
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#delete=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#delete=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#delete=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests N
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 1604088020
2000 share_users 17 0 C 10 Y share_users N
274 log_type_general 12 0 N 10 Y log_type_general N
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_enable 20 21 C 10 N twitter_enable N
5687 facebook_enable 20 22 C 10 N facebook_enable N
5700 vkontakte_enable 20 23 C 10 N vkontakte_enable N
5708 yandex_enable 20 24 C 10 N yandex_enable N
5712 pinterest_enable 20 25 C 10 N pinterest_enable N
5717 override_customer_info 26 27 C 10 N override_customer_info N
5727 tags_for_pages 28 29 C 10 N tags_for_pages Y
5729 display_rss_feed_in_category 30 31 C 10 N display_rss_feed_in_category N
5742 em_checkout_enabled 35 36 C 10 N em_checkout_enabled N
5749 em_mailchimp_list 35 37 S 10 N em_mailchimp_list
5751 em_madmimi_api_key 35 38 I 10 N em_madmimi_api_key
5754 show_shippings_on_product 39 40 C 10 N show_shippings_on_product N
5756 yandex_commercial 39 41 C 10 N yandex_commercial N
5758 google_api_key 39 42 I 10 N google_api_key
5762 max_amount 45 46 I 10 N max_amount 1500
5768 show_locations_at_geolocator 47 48 C 10 N show_locations_at_geolocator N
5770 variations_allow_own_features 49 50 C 10 N variations_allow_own_features N
5773 recaptcha_site_key 51 52 I 10 N recaptcha_site_key
5780 forbidden_countries 51 53 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5783 dont_take_weekends_into_account 56 57 C 10 N dont_take_weekends_into_account Y
5785 sales_amount_from 58 59 I 10 N sales_amount_from 1
5787 last_days 58 60 I 10 N last_days 3
5789 seo_category_type 61 62 S 10 N seo_category_type category_nohtml
5796 auto_price_in_points 63 64 C 10 N auto_price_in_points Y
5806 track_ecommerce 65 66 C 10 N track_ecommerce Y
5808 track_all_page_views 67 68 C 10 N track_all_page_views Y
5812 info 69 70 O 10 N info
5818 log_type_yml_export 12 0 N 10 N log_type_yml_export N
5820 search_results_code 71 72 T 10 N search_results_code
5822 elm_image_info 73 74 O 10 N elm_image_info
5833 polls_comments_on_page 75 76 I 10 N polls_comments_on_page 20
5835 admin_reverse_ip_access 77 78 C 10 N admin_reverse_ip_access
5847 watermark_settings 81 82 E 10 N watermark_settings watermark.tpl
5856 product_post_approval 83 84 S 10 N product_post_approval any
5863 category_post_approval 83 85 S 10 N category_post_approval any
5868 order_initiate 83 86 C 10 N order_initiate Y
5870 page_post_approval 83 87 S 10 N page_post_approval disabled
5876 home_page_post_approval 83 88 S 10 N home_page_post_approval any
5882 cz_zoom_position 89 90 S 10 N cz_zoom_position 3
5884 clear_url 91 92 O 10 N clear_url
5906 price_list_fields 95 96 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5911 apikey 97 98 I 10 N apikey
5914 add_to_cart_empty_buy_now_url 99 100 C 10 N add_to_cart_empty_buy_now_url N
5916 autogen_email 101 102 C 10 N autogen_email Y
5962 cron_key 106 107 D 10 N cron_key 4k9LUu2yTTTdbEBZ
5964 personal_information 108 109 O 10 N personal_information
5969 autopostcode 110 111 C 10 N autopostcode N
5973 exim_1c_info 112 113 O 10 N exim_1c_info
5992 exim_1c_property_product 112 114 10 N exim_1c_property_product
5999 exim_1c_create_prices 112 115 C 10 N exim_1c_create_prices
6002 exim_1c_info_features 112 116 O 10 N exim_1c_info_features
6025 counter_number 119 120 I 10 N counter_number
6043 build 121 122 D 10 N build 735
6045 build 123 124 D 10 N build 778
6047 item_nth 125 126 I 10 N item_nth 7
6052 use_additional_categories 127 128 C 10 N use_additional_categories N
6058 appearance_type_styles 127 129 S 10 N appearance_type_styles fill
6063 add_watermarks 131 132 C 10 N add_watermarks N
6067 show_in_lists 133 134 C 10 N show_in_lists Y
6078 transition 135 136 I 10 N transition 600
6094 show_on_category_page 137 138 C 10 N show_on_category_page Y
6104 build 139 140 D 10 N build 775
6113 build 141 142 D 10 N build 764
6125 output_type_template 143 144 E 10 N output_type_template output_type.tpl
6139 max_height 146 147 I 10 N max_height 250
6381 id_code_head 229 230 T 10 N id_code_head <meta name="cmsmagazine" content="548c0f7dafa8cb0ec95f55efc7c97052" /> <meta name="yandex-verification" content="a1ba8949a3c846a6" />
6386 exclude_keywords 232 233 C 10 N exclude_keywords Y
6389 search_products 236 237 C 10 N search_products Y
6398 search_on_keywords 236 238 C 10 N search_on_keywords Y
6414 show_parent_category 236 239 C 10 N show_parent_category Y
6418 increase_popularity 236 240 C 10 N increase_popularity Y
6422 search_storefront_categories 236 241 C 10 N search_storefront_categories N
6425 show_cart 236 242 S 10 N show_cart Y
6430 image_height 236 243 I 10 N image_height 75
6462 send_headers 244 245 S 10 N send_headers last_modified_not_modified
6473 city 246 247 I 10 N city Москва
6500 vc_companions_add_to_cart 252 253 C 10 N vc_companions_add_to_cart Y
6504 quality 254 255 S 10 N quality 80
6519 product_amount_step 256 257 I 10 N product_amount_step 0.5
6525 large_percent_change 258 259 I 10 N large_percent_change 50
6584 retailcrm_host 274 275 I 10 N retailcrm_host no-frames.retailcrm.ru
6600 point_delete 281 282 O 10 N point_delete
6572 loyalty_program_page 272 273 O 10 N loyalty_program_page
6587 retailcrm_order_method 274 276 D 10 N retailcrm_order_method shopping-cart
6594 vc_ac_address_id 277 278 I 10 N vc_ac_address_id #litecheckout_payments_form #litecheckout_s_address
6739 move_subscribers 298 303 O 10 N move_subscribers
6719 post_display_read_time 298 302 C 10 N post_display_read_time N
6709 list_display_read_time 298 301 C 10 N list_display_read_time N
6707 blog_colors 298 300 D 10 N blog_colors a:13:{s:12:"header_color";s:7:"#272727";s:10:"link_color";s:7:"#2f39fa";s:12:"button_color";s:7:"#464451";s:17:"button_text_color";s:7:"#ffffff";s:10:"date_color";s:7:"#2f39fa";s:15:"date_text_color";s:7:"#ffffff";s:20:"content_header_color";s:7:"#272727";s:18:"content_text_color";s:7:"#434343";s:18:"content_link_color";s:7:"#2f39fa";s:19:"blocks_header_color";s:7:"#272727";s:17:"blocks_text_color";s:7:"#434343";s:17:"blocks_link_color";s:7:"#2f39fa";s:19:"blocks_border_color";s:7:"#434343";}
6702 posts_per_page 298 299 I 10 N posts_per_page 12
6696 field_selector 294 295 I 10 N field_selector input[type='text'][name*='phone'], input[type='tel'][name*='phone']
6758 generate_blog_article_meta 298 305 C 10 N generate_blog_article_meta N
6761 rss_cron_info 298 306 O 10 N rss_cron_info
6772 vc_retailcrm_prices_api_key 307 308 I 10 N vc_retailcrm_prices_api_key LkCr5T7Osv2duD3cnwZFyQuX5diwZJRP
54 backend_default_language 4 0 S 15 Y backend_default_language ru
26 company_city 5 0 I 20 Y company_city Алматы
84 day 10 0 S 20 Y day %a, %b %e
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
175 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
5682 twitter_via 20 21 I 20 N twitter_via
5688 facebook_app_id 20 22 I 20 N facebook_app_id 407632123035182
5701 vkontakte_appid 20 23 I 20 N vkontakte_appid 172086027
5709 yandex_share_code 20 24 T 20 N yandex_share_code <script src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js"></script><script src="//yastatic.net/share2/share.js"></script><div class="ya-share2" data-services="collections,vkontakte"></div>
5713 pinterest_size 20 25 S 20 N pinterest_size 20
5730 category_max_products_items 30 31 I 20 N category_max_products_items 5
5733 mailer_send_method 32 33 S 20 N mailer_send_method smtp
5743 em_double_opt_in 35 36 C 20 N em_double_opt_in N
5752 em_madmimi_list 35 38 S 20 N em_madmimi_list
5760 show_on_messages 43 208 C 20 N show_on_messages Y
5763 code_prefix 45 46 I 20 N code_prefix GC
5771 variations_allow_auto_change_default_variation 49 50 C 20 N variations_allow_auto_change_default_variation Y
5774 recaptcha_secret 51 52 I 20 N recaptcha_secret
5790 seo_page_type 61 62 S 20 N seo_page_type page_nohtml
5797 price_in_points_with_discounts 63 64 C 20 N price_in_points_with_discounts Y
5809 track_add_to_cart 67 68 C 20 N track_add_to_cart N
5813 phone 69 70 I 20 N phone
5836 unsuccessful_attempts_login 77 78 C 20 N unsuccessful_attempts_login
5857 product_post_ip_check 83 84 C 20 N product_post_ip_check N
5864 category_post_ip_check 83 85 C 20 N category_post_ip_check N
5871 page_post_ip_check 83 87 C 20 N page_post_ip_check N
5877 home_page_post_ip_check 83 88 C 20 N home_page_post_ip_check Y
5907 price_list_sorting 95 96 S 20 N price_list_sorting product_code
5912 appdomain 97 98 I 20 N appdomain
5970 api_keys 110 111 T 20 N api_keys
5993 exim_1c_used_brand 112 114 R 20 N exim_1c_used_brand not_used
6000 exim_1c_check_prices 112 115 C 20 N exim_1c_check_prices
6015 exim_1c_from_order_id 112 117 20 N exim_1c_from_order_id
6026 is_obsolete_code_snippet_used 119 120 C 20 N is_obsolete_code_snippet_used N
6048 decrease_items_per_page 125 126 C 20 N decrease_items_per_page Y
6053 save_element_state 127 128 C 20 N save_element_state N
6059 bg_color_template 127 129 E 20 N bg_color_template color.tpl
6064 code 131 132 D 20 N code ABA-WdtwyzoWcHfn1KCTeHrVe
6068 on_thumbnail_click 133 134 S 20 N on_thumbnail_click open_popup
6079 icon 135 136 S 20 N icon arrow_7
6095 show_on_product_page 137 138 C 20 N show_on_product_page Y
6105 add_catalog_to_breadcrumbs 139 140 C 20 N add_catalog_to_breadcrumbs N
6114 max_height 141 142 20 N max_height 650
6126 cron_key 143 144 I 20 N cron_key 7R1k1T9L6u7A0X4
6140 promotions_per_page 146 147 I 20 N promotions_per_page 12
6382 id_code_head_script 229 230 T 20 N id_code_head_script <!-- Google Tag Manager --> <script> setTimeout(() => { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MCQ6T27'); }, 3000) </script> <!-- End Google Tag Manager -->
6390 search_brands 236 237 C 20 N search_brands Y
6399 search_on_metakeywords 236 238 C 20 N search_on_metakeywords Y
6415 search_on_category_name 236 239 C 20 N search_on_category_name Y
6419 sort_by 236 240 S 20 N sort_by cls_relevance_with_popularity
6423 allow_storefronts 236 241 N 20 N allow_storefronts N
6426 show_product_code 236 242 C 20 N show_product_code Y
6431 show_category_gradient 236 243 C 20 N show_category_gradient N
6474 city_rp 246 247 I 20 N city_rp Москвы
6501 vc_companions_columns 252 253 I 20 N vc_companions_columns 4
6505 force_generate 254 255 C 20 N force_generate Y
6520 product_min_qty 256 257 I 20 N product_min_qty 0.5
6526 brand_feature_id 258 259 S 20 N brand_feature_id
6585 retailcrm_api_key 274 275 I 20 N retailcrm_api_key ozatMtL7Pig6OF0wV5hfOEDdnU3hpRgJ
6588 retailcrm_order_type 274 276 D 20 N retailcrm_order_type main
6595 vc_ac_address_zip_code 277 278 I 20 N vc_ac_address_zip_code #litecheckout_payments_form #litecheckout_s_zipcode
6746 include_posts 298 304 C 20 N include_posts Y
6740 marketing_info 298 303 O 20 N marketing_info
6720 post_display_views 298 302 C 20 N post_display_views N
6710 list_display_views 298 301 C 20 N list_display_views N
6703 brand_feature_id 298 299 S 20 N brand_feature_id 0
6697 paste_disabled 294 295 C 20 N paste_disabled N
6759 add_to_sitemap 298 305 S 20 N add_to_sitemap full_categories_tree
6773 vc_retailcrm_prices_api_shop 307 308 I 20 N vc_retailcrm_prices_api_shop no-frames
8 ftp_hostname 13 0 I 30 N ftp_hostname 1leonor14.beget.tech
16 weight_symbol 2 0 I 30 Y weight_symbol кг
34 company_country 5 0 X 30 Y company_country KZ
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_size 20 21 S 30 N twitter_size medium
5689 facebook_href 20 22 I 30 N facebook_href
5702 vkontakte_button_style 20 23 S 30 N vkontakte_button_style mini
5710 yandex_display_on 20 24 N 30 N yandex_display_on #M#products=Y
5714 pinterest_shape 20 25 S 30 N pinterest_shape rect
5719 paypal_status_map_settings 26 27 E 30 N paypal_status_map_settings statuses_map.tpl
5744 em_welcome_letter 35 36 C 30 N em_welcome_letter N
5764 cert_per_page 45 46 I 30 N cert_per_page 10
5775 recaptcha_theme 51 52 S 30 N recaptcha_theme light
5791 seo_other_type 61 62 S 30 N seo_other_type directory
5798 points_with_discounts 63 64 C 30 N points_with_discounts Y
5810 track_order_placed 67 68 C 30 N track_order_placed N
5814 phone_prefix_length 69 70 I 30 N phone_prefix_length 7
5824 type 73 74 S 30 N type C128B
5837 number_unsuccessful_attempts 77 78 I 30 N number_unsuccessful_attempts 5
5849 use_for_product_icons 81 82 C 30 N use_for_product_icons N
5886 site_change 91 92 S 30 N site_change daily
5908 group_by_category 95 96 C 30 N group_by_category Y
5966 subscribe_confidentiality 108 109 C 30 N subscribe_confidentiality Y
5971 client_ids 110 111 T 30 N client_ids
5994 exim_1c_property_for_manufacturer 112 114 30 N exim_1c_property_for_manufacturer
6004 exim_1c_weight_property 112 116 T 30 N exim_1c_weight_property Вес
6016 exim_1c_import_statuses 112 117 C 30 N exim_1c_import_statuses Y
6049 code 125 126 D 30 N code ABA-ksu5dDyNAyL4PEqk1TPii
6054 bg_color 127 128 D 30 N bg_color #ffffff
6060 use_style_presets 127 129 C 30 N use_style_presets Y
6065 build 131 132 D 30 N build 758
6069 controls 133 134 C 30 N controls N
6080 margin_top 135 136 I 30 N margin_top 0
6096 show_on_cart_page 137 138 C 30 N show_on_cart_page Y
6106 maximum_number_of_displayed_items 139 140 I 30 N maximum_number_of_displayed_items 10
6115 hide_in_product 141 142 C 30 N hide_in_product Y
6127 TL_max_count 143 144 D 30 N TL_max_count 3
6141 chains_per_page 146 147 I 30 N chains_per_page 3
6602 id_page_pickup 281 282 I 30 N id_page_pickup 22
6383 id_code 229 230 T 30 N id_code <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MCQ6T27" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
6391 brands_feature_id 236 237 S 30 N brands_feature_id
6400 search_on_metatitle 236 238 C 30 N search_on_metatitle Y
6416 search_on_category_metakeywords 236 239 C 30 N search_on_category_metakeywords N
6420 sort_order 236 240 S 30 N sort_order desc
6427 show_wish 236 242 C 30 N show_wish Y
6432 color_type 236 243 S 30 N color_type M
6464 use_for_main_page 244 245 S 30 N use_for_main_page search_engine
6475 city_dp 246 247 I 30 N city_dp Москве
6502 vc_companions_list_type 252 253 S 30 N vc_companions_list_type grid_list
6506 use_hash 254 255 C 30 N use_hash Y
6521 product_amount_postfix 256 257 I 30 N product_amount_postfix пог. м.
6527 add_fields_products_list 258 259 C 30 N add_fields_products_list Y
6574 order_status 272 273 S 30 N order_status C
6589 retailcrm_map_order_statuses 274 276 D 30 N retailcrm_map_order_statuses {"P":"obrabotan","C":"complete","O":"new","F":"neudacha","D":"otklonen","B":"otlozhen","I":"cancel-other","Y":"ozhidaet-zvonka","A":"na-uderzhanii","E":"return","N":"nezavershennyi"}
6596 vc_ac_address_flat 277 278 I 30 N vc_ac_address_flat #litecheckout_payments_form #litecheckout_s_room_number
6747 posts_change 298 304 S 30 N posts_change daily
6741 notices_list 298 303 S 30 N notices_list 0
6721 post_show_image 298 302 C 30 N post_show_image N
6711 list_display_date 298 301 C 30 N list_display_date Y
6704 allow_authors 298 299 C 30 N allow_authors N
6698 country 294 295 C 30 N country Y
6763 generate_news 298 306 O 30 N generate_news
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 leonor14_apagency
25 company_state 5 0 W 40 Y company_state ALA
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
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
5684 twitter_display_count 20 21 S 40 N twitter_display_count horizontal
5690 facebook_send 20 22 C 40 N facebook_send N
5703 vkontakte_height 20 23 I 40 N vkontakte_height 22
5715 pinterest_display_on 20 25 N 40 N pinterest_display_on #M#products=Y
5735 mailer_smtp_host 32 33 I 40 N mailer_smtp_host mail.nic.ru:465
5745 em_service 35 36 S 40 N em_service dummy
5765 free_products_allow 45 46 C 40 N free_products_allow Y
5776 recaptcha_size 51 52 S 40 N recaptcha_size normal
5792 seo_language 61 62 C 40 N seo_language N
5799 price_in_points_order_discount 63 64 C 40 N price_in_points_order_discount Y
5815 phone_mask 69 70 I 40 N phone_mask
5825 output 73 74 S 40 N output png
5838 login_intervals 77 78 I 40 N login_intervals 60
5850 use_for_product_detailed 81 82 C 40 N use_for_product_detailed N
5866 category_discussion_type 83 85 S 40 N category_discussion_type D
5873 page_discussion_type 83 87 S 40 N page_discussion_type D
5879 home_page_testimonials 83 88 S 40 N home_page_testimonials B
5887 site_priority 91 92 S 40 N site_priority 1
5909 include_options 95 96 C 40 N include_options N
5967 request_active_consent 108 109 C 40 N request_active_consent Y
5976 exim_1c_lang 112 113 S 40 N exim_1c_lang
6005 exim_1c_display_weight 112 116 C 40 N exim_1c_display_weight
6017 exim_1c_export_statuses 112 117 C 40 N exim_1c_export_statuses Y
6028 visor 119 120 C 40 N visor Y
6050 build 125 126 D 40 N build 754
6055 code 127 128 D 40 N code ABA-8J8seaggeXRl9Y9Zqw5NM
6070 repeat 133 134 C 40 N repeat N
6081 margin_right 135 136 I 40 N margin_right 10
6097 show_on_checkout_page 137 138 C 40 N show_on_checkout_page Y
6107 catalog_menu 139 140 I 40 N catalog_menu 0
6116 hide_in_category 141 142 C 40 N hide_in_category Y
6128 TR_max_count 143 144 D 40 N TR_max_count 3
6142 highlight_when_left 146 147 S 40 N highlight_when_left 1
6392 search_vendors 236 237 C 40 N search_vendors N
6401 search_on_metadesc 236 238 C 40 N search_on_metadesc Y
6428 show_category 236 242 C 40 N show_category Y
6433 clr_category_e 236 243 I 40 N clr_category_e #DB4437
6465 use_for_main_page_date 244 245 S 40 N use_for_main_page_date previous
6476 city_vp 246 247 I 40 N city_vp Москву
6507 use_logs 254 255 C 40 N use_logs N
6522 product_sale_type 256 257 R 40 N product_sale_type pieces
6528 rates_source 258 259 S 40 N rates_source cbr
6575 new_user_loyalty 272 273 S 40 N new_user_loyalty 3
6590 retailcrm_map_payment_types 274 276 D 40 N retailcrm_map_payment_types {"20":"bank-card","2":"obsudit-po-telefonu","18":"bank-transfer"}
6597 vc_ac_address_house 277 278 I 40 N vc_ac_address_house #litecheckout_payments_form #litecheckout_s_house_number
6742 send_article_delay 298 303 I 40 N send_article_delay 12
6748 posts_priority 298 304 S 40 N posts_priority 0.5
6722 post_image_position 298 302 S 40 N post_image_position top
6712 list_display_comments 298 301 C 40 N list_display_comments N
6705 author_settings 298 299 S 40 N author_settings 0
6699 admin_mask 294 295 C 40 N admin_mask Y
6764 ya_n_last_days 298 306 I 40 N ya_n_last_days 3
10 ftp_password 13 0 P 50 N ftp_password c8yahN*r
33 company_zipcode 5 0 I 50 Y company_zipcode 050016
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
5685 twitter_display_on 20 21 N 50 N twitter_display_on N
5691 facebook_width 20 22 I 50 N facebook_width 450
5704 vkontakte_width 20 23 I 50 N vkontakte_width 350
5721 paypal_partial_refund_action_settings 26 27 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
5736 mailer_smtp_username 32 33 I 50 N mailer_smtp_username shop@no-frames.ru
5746 em_token 35 36 D 50 N em_token 7d360fac06da3153945647a8a0914407
5766 redeem_shipping_cost 45 46 C 50 N redeem_shipping_cost Y
5777 recaptcha_type 51 52 S 50 N recaptcha_type image
5793 single_url 61 62 C 50 N single_url Y
5800 reward_points_order_discount 63 64 C 50 N reward_points_order_discount Y
5816 buy_now_with_one_click 69 70 C 50 N buy_now_with_one_click Y
5826 text 73 74 S 50 N text Y
5839 time_block 77 78 I 50 N time_block 24
5859 product_discussion_type 83 84 S 50 N product_discussion_type B
5880 testimonials_from_all_stores 83 88 C 50 N testimonials_from_all_stores N
5977 exim_1c_import_type_categories 112 113 S 50 N exim_1c_import_type_categories default
5996 exim_1c_deny_or_allow 112 114 R 50 N exim_1c_deny_or_allow not_used
6006 exim_1c_free_shipping 112 116 T 50 N exim_1c_free_shipping Бесплатная доставка
6018 exim_1c_all_product_order 112 117 C 50 N exim_1c_all_product_order
6029 clickmap 119 120 C 50 N clickmap Y
6056 build 127 128 D 50 N build 763
6071 th_size 133 134 I 50 N th_size 100
6082 margin_bottom 135 136 I 50 N margin_bottom 10
6098 add_default 137 138 C 50 N add_default Y
6108 show_category_tree 139 140 C 50 N show_category_tree N
6117 hide_in_brand 141 142 C 50 N hide_in_brand Y
6129 BL_max_count 143 144 D 50 N BL_max_count 3
6143 amount_of_promos_in_prods_lists 146 147 S 50 N amount_of_promos_in_prods_lists 0
6604 vk_nf 281 282 I 50 N vk_nf https://vk.com/club211043210
6393 search_blog 236 237 C 50 N search_blog N
6402 search_on_pcode 236 238 C 50 N search_on_pcode Y
6434 min_width 236 243 I 50 N min_width 400
6477 city_tp 246 247 I 50 N city_tp Москвой
6508 delete_webp 254 255 O 50 N delete_webp
6523 show_sale_types 256 257 R 50 N show_sale_types selected
6529 import_to_multiple_stores 258 259 N 50 N import_to_multiple_stores
6576 notify_customer_about_card 272 273 C 50 N notify_customer_about_card Y
6591 retailcrm_map_shipping_types 274 276 D 50 N retailcrm_map_shipping_types {"17":"courier","15":"sdek-kurerom-do-dveri","14":"sdek-v-punkt-vydachi","11":"self-delivery","6":"obsudit-s-menedzherom"}
6743 send_articles 298 303 I 50 N send_articles 1
6723 post_image_width 298 302 I 50 N post_image_width 100%
6713 list_display_author 298 301 C 50 N list_display_author N
61 store_access_key 2 0 O 51 Y store_access_key
6240 recaptcha_v3_site_key 51 52 I 52 N recaptcha_v3_site_key
6241 recaptcha_v3_secret 51 52 I 53 N recaptcha_v3_secret
6242 recaptcha_v3_success_score 51 52 I 54 N recaptcha_v3_success_score 0.5
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection
6244 recaptcha_use_for_value 51 52 D 56 N recaptcha_use_for_value
7 feedback_type 2 0 S 57 Y feedback_type manual
6245 recaptcha_use_for 51 52 E 57 N recaptcha_use_for use_for_settings.tpl
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 public_html
24 admin_elements_per_page 4 0 U 60 Y admin_elements_per_page 10
28 company_phone 5 0 L 60 Y company_phone +7 (727) 310-47-43
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
5692 facebook_layout 20 22 S 60 N facebook_layout button_count
5705 vkontakte_buttons_name 20 23 S 60 N vkontakte_buttons_name like
5737 mailer_smtp_password 32 33 I 60 N mailer_smtp_password HJKtyWEr@!78
5747 em_lastsync 35 36 D 60 N em_lastsync 1604150563
5778 settings_proxy 51 52 O 60 N settings_proxy
5794 non_latin_symbols 61 62 C 60 N non_latin_symbols N
5801 higher_level_extract 63 64 C 60 N higher_level_extract Y
5827 height 73 74 I 60 N height 60
5852 use_for_category_icons 81 82 C 60 N use_for_category_icons N
5860 product_share_discussion 83 84 C 60 N product_share_discussion N
5874 page_share_discussion 83 87 C 60 N page_share_discussion N
5889 include_products 91 92 C 60 N include_products Y
5978 exim_1c_import_type 112 113 S 60 N exim_1c_import_type default
5997 exim_1c_features_list 112 114 T 60 N exim_1c_features_list
6007 exim_1c_display_free_shipping 112 116 C 60 N exim_1c_display_free_shipping
6019 exim_1c_order_statuses 112 117 N 60 N exim_1c_order_statuses
6030 external_links 119 120 C 60 N external_links Y
6072 cycle 133 134 C 60 N cycle Y
6083 margin_left 135 136 I 60 N margin_left 0
6099 shuffle 137 138 C 60 N shuffle Y
6109 link 139 140 O 60 N link
6118 selectors 141 142 I 60 N selectors
6130 BR_max_count 143 144 D 60 N BR_max_count 3
6144 ab__show_expired_promos 146 147 C 60 N ab__show_expired_promos N
6605 facebook_nf 281 282 I 60 N facebook_nf https://www.facebook.com/Noframes.official
6394 search_pages 236 237 C 60 N search_pages N
6403 search_on_description 236 238 C 60 N search_on_description Y
6435 margin 236 243 I 60 N margin 48
6467 use_for_product_page 244 245 S 60 N use_for_product_page search_engine
6478 city_pp 246 247 I 60 N city_pp Москве
6530 product_status_on_import 258 259 S 60 N product_status_on_import A
6577 no_use_usergroup 272 273 N 60 N no_use_usergroup #M#3=Y&4=Y&5=Y&6=Y
6592 retailcrm_map_sites 274 276 D 60 N retailcrm_map_sites {"1":"no-frames"}
6750 include_blog_categories 298 304 C 60 N include_blog_categories Y
6724 post_image_height 298 302 I 60 N post_image_height auto
6714 list_display_type 298 301 C 60 N list_display_type N
6766 generate_dzen 298 306 O 60 N generate_dzen
122 char_shadow 11 0 D 65 N char_shadow N
29 company_phone_2 5 0 L 70 Y company_phone_2 +7 (777) 042-99-79
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color
123 colour 11 0 D 70 N colour N
5693 facebook_show_faces 20 22 C 70 N facebook_show_faces N
5706 vkontakte_display_on 20 23 N 70 N vkontakte_display_on #M#products=Y
5723 paypal_logo_uploader_settings 26 27 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
5738 mailer_smtp_ecrypted_connection 32 33 S 70 N mailer_smtp_ecrypted_connection ssl
5802 several_points_action 63 64 S 70 N several_points_action maximal_percentage
5817 order_status 69 70 S 70 N order_status Y
5828 width 73 74 I 70 N width 250
5841 unsuccessful_attempts_login_customer 77 78 C 70 N unsuccessful_attempts_login_customer
5853 use_for_category_detailed 81 82 C 70 N use_for_category_detailed N
5861 product_review_after_purchase 83 84 C 70 N product_review_after_purchase N
5890 products_change 91 92 S 70 N products_change daily
6606 insta_nf 281 282 I 70 N insta_nf https://www.instagram.com/noframes_official_/
5979 exim_1c_import_products 112 113 S 70 N exim_1c_import_products all_products
6008 exim_1c_shipping_cost 112 116 T 70 N exim_1c_shipping_cost Стоимость доставки
6031 denial 119 120 C 70 N denial Y
6073 vertical 133 134 C 70 N vertical Y
6084 font_size 135 136 I 70 N font_size 26
6100 delay 137 138 S 70 N delay 0
6119 transition 141 142 S 70 N transition 10
6131 TL_output_type 143 144 D 70 N TL_output_type column
6145 ab__show_awaited_promos 146 147 C 70 N ab__show_awaited_promos N
6404 search_on_short_description 236 238 C 70 N search_on_short_description N
6436 border_radius 236 243 I 70 N border_radius 5
6468 use_for_product_page_date 244 245 S 70 N use_for_product_page_date update_time
6510 use_cron 254 255 C 70 N use_cron Y
6531 update_variations 258 259 C 70 N update_variations Y
6578 failed_order_statuses 272 273 N 70 N failed_order_statuses #M#F=Y&D=Y&B=Y&I=Y
6751 blog_categories_change 298 304 S 70 N blog_categories_change daily
6725 post_display_author 298 302 C 70 N post_display_author N
6715 list_show_tags 298 301 C 70 N list_show_tags N
6767 ya_z_last_days 298 306 I 70 N ya_z_last_days 3
53 frontend_default_language 4 0 S 80 Y frontend_default_language ru
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
5694 facebook_action 20 22 S 80 N facebook_action like
5724 pp_statuses 26 27 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";}
5739 mailer_smtp_auth 32 33 C 80 N mailer_smtp_auth Y
5803 consider_zero_values 63 64 C 80 N consider_zero_values N
5829 prefix 73 74 I 80 N prefix FF45CR99
5842 number_unsuccessful_attempts_customer 77 78 I 80 N number_unsuccessful_attempts_customer 5
5854 images_access_info 81 82 O 80 N images_access_info
5891 products_priority 91 92 S 80 N products_priority 0.5
6607 youtube_nf 281 282 I 80 N youtube_nf https://www.youtube.com/channel/UClpP2xeM6FJYTnAz8cSezlw
5980 exim_1c_allow_import_categories 112 113 C 80 N exim_1c_allow_import_categories Y
6009 exim_1c_number_of_items 112 116 T 80 N exim_1c_number_of_items Количество штук в коробке
6074 enable_microdata 133 134 C 80 N enable_microdata N
6085 units 135 136 S 80 N units px
6101 code 137 138 D 80 N code ABA-ogWH8u8zoN238y0dADxqP
6111 ab__as_add_to_sitemap 139 140 C 80 N ab__as_add_to_sitemap Y
6120 align 141 142 S 80 N align center
6132 TR_output_type 143 144 D 80 N TR_output_type column
6396 block_enter_press 236 237 C 80 N block_enter_press N
6405 search_on_product_id 236 238 C 80 N search_on_product_id Y
6437 clr_border 236 243 I 80 N clr_border #A5ACB2
6511 cron_pass 254 255 I 80 N cron_pass cron_go_web
6579 use_dynamic_cards 272 273 C 80 N use_dynamic_cards N
6752 blog_categories_priority 298 304 S 80 N blog_categories_priority 0.5
6726 post_display_categories 298 302 C 80 N post_display_categories N
6716 list_display_short_description 298 301 C 80 N list_display_short_description Y
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
32 company_website 5 0 I 90 Y company_website https://no-frames.kz/
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 100
5695 facebook_lang 20 22 S 90 N facebook_lang en_US
5725 partial_refund_action 26 27 D 90 N partial_refund_action ignore
5804 log_per_page 63 64 I 90 N log_per_page 10
5843 login_intervals_customer 77 78 I 90 N login_intervals_customer 60
5981 exim_1c_default_category 112 113 D 90 N exim_1c_default_category 165
6010 exim_1c_box_length 112 116 T 90 N exim_1c_box_length Длина коробки
6033 track_hash 119 120 C 90 N track_hash Y
6075 code 133 134 D 90 N code ABA-1C21i672E7j4XnkkWXN1b
6086 font_weight 135 136 S 90 N font_weight normal
6102 build 137 138 D 90 N build 741
6121 appearance 141 142 S 90 N appearance text
6133 BL_output_type 143 144 D 90 N BL_output_type column
6147 ab__as_add_to_sitemap 146 147 C 90 N ab__as_add_to_sitemap Y
6406 search_on_features 236 238 C 90 N search_on_features N
6438 clr_top_bg 236 243 I 90 N clr_top_bg #FAFAFA
6470 use_for_category_page 244 245 S 90 N use_for_category_page search_engine
6512 cron_limit 254 255 I 90 N cron_limit 100
6580 cards_period 272 273 I 90 N cards_period
6727 post_display_type 298 302 C 90 N post_display_type N
6717 list_display_view_more 298 301 C 90 N list_display_view_more N
6769 generate_turbo 298 306 O 90 N generate_turbo
40 company_start_year 5 0 I 95 Y company_start_year 2020
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 office@no-frames.kz
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width
5696 facebook_action_font 20 22 S 100 N facebook_action_font tahoma
5831 elm_spec_descr 73 74 O 100 N elm_spec_descr
5844 time_block_customer 77 78 I 100 N time_block_customer 24
5893 include_categories 91 92 C 100 N include_categories Y
6609 vk_cls 281 282 I 100 N vk_cls https://vk.com/club172086027
5982 exim_1c_select_default_category 112 113 E 100 N exim_1c_select_default_category settings.tpl
6011 exim_1c_box_width 112 116 T 100 N exim_1c_box_width Ширина коробки
6034 ecommerce 119 120 C 100 N ecommerce Y
6076 build 133 134 D 100 N build 770
6087 color 135 136 E 100 N color color.tpl
6122 show_button_after_action 141 142 C 100 N show_button_after_action N
6134 BR_output_type 143 144 D 100 N BR_output_type column
6148 code 146 147 D 100 N code ABA-5hvPtLEZFAVTVdygzblen
6407 search_by_features 236 238 M 100 N search_by_features
6439 clr_hover 236 243 I 100 N clr_hover #F3F3F3
6471 use_for_category_page_date 244 245 S 100 N use_for_category_page_date previous
6513 clear_logs 254 255 I 100 N clear_logs 10
6581 days_to_notify 272 273 I 100 N days_to_notify
6754 include_blog_authors 298 304 C 100 N include_blog_authors Y
6688 cp_blog_posts_per_page 83 292 I 100 N cp_blog_posts_per_page 10
6770 ya_t_last_days 298 306 I 100 N ya_t_last_days 3
36 company_site_administrator 5 0 I 110 Y company_site_administrator sale1@no-frames.ru
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 244
5697 facebook_colorscheme 20 22 S 110 N facebook_colorscheme light
5894 categories_change 91 92 S 110 N categories_change daily
6610 facebook_cls 281 282 I 110 N facebook_cls https://www.facebook.com/Coloristica.home.ru/
5983 exim_1c_add_out_of_stock 112 113 C 110 N exim_1c_add_out_of_stock
6012 exim_1c_box_height 112 116 T 110 N exim_1c_box_height Высота коробки
6088 hide_on_mobile 135 136 C 110 N hide_on_mobile Y
6123 custom_class 141 142 I 110 N custom_class ab-smc
6135 code 143 144 D 110 N code ABA-6dqWLFCre0pmLC5dKRn69
6149 build 146 147 D 110 N build 777
6408 search_on_options 236 238 C 110 N search_on_options N
6440 clr_links 236 243 I 110 N clr_links #334553
6514 use_pixel 254 255 C 110 N use_pixel N
6582 cron_script_info 272 273 O 110 N cron_script_info
6729 progress_bar_height 298 302 I 110 N progress_bar_height 5
6755 blog_authors_change 298 304 S 110 N blog_authors_change daily
37 company_orders_department 5 0 I 120 Y company_orders_department office@no-frames.kz
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 550
5698 facebook_display_on 20 22 N 120 N facebook_display_on N
5895 categories_priority 91 92 S 120 N categories_priority 0.5
6611 insta_cls 281 282 I 120 N insta_cls https://www.instagram.com/coloristica_home/
5984 exim_1c_add_tax 112 113 C 120 N exim_1c_add_tax
6036 application_id 119 120 I 120 N application_id
6089 show_in_admin_panel 135 136 C 120 N show_in_admin_panel N
6136 build 143 144 D 120 N build 750
6409 use_stop_words 236 238 C 120 N use_stop_words Y
6441 clr_links_hover 236 243 I 120 N clr_links_hover #678ca9
6515 pixel_key_cjeck 254 255 O 120 N pixel_key_cjeck
6730 progress_bar_color 298 302 I 120 N progress_bar_color #958e8e
6756 blog_authors_priority 298 304 S 120 N blog_authors_priority 0.5
38 company_support_department 5 0 I 130 Y company_support_department sale1@no-frames.ru
47 elements_per_page 4 0 U 130 Y elements_per_page 10
58 inventory_tracking 2 0 C 130 Y inventory_tracking Y
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height 450
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
6612 youtube_cls 281 282 I 130 N youtube_cls https://www.youtube.com/watch?v=tMA7wWKExJw&f
6265 global_tracking 2 0 C 130 Y global_tracking
6264 default_tracking 2 0 C 130 Y default_tracking B
5985 exim_1c_all_images_is_additional 112 113 C 130 N exim_1c_all_images_is_additional
6037 application_password 119 120 I 130 N application_password
6090 ab__stt_color 135 136 D 130 N ab__stt_color #464451
6410 limit 236 238 I 130 N limit 7
6516 pixel_key 254 255 I 130 N pixel_key
6731 progress_bar_offset 298 302 I 130 N progress_bar_offset 0
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 270
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 270
39 company_newsletter_email 5 0 I 140 Y company_newsletter_email office@no-frames.kz
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
5897 include_pages 91 92 C 140 N include_pages Y
5986 exim_1c_import_product_name 112 113 S 140 N exim_1c_import_product_name name
6038 auth_token 119 120 D 140 N auth_token
6091 code 135 136 D 140 N code ABA-2b0jfmzW4EFgn4ilt7bWs
6411 characters_limit 236 238 I 140 N characters_limit 3
6443 btn_atc_radius 236 243 I 140 N btn_atc_radius 2
6517 cron_info_txt 254 255 O 140 N cron_info_txt
6732 progress_bar_scroll 298 302 I 140 N progress_bar_scroll 150
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0.49
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
5898 pages_change 91 92 S 150 N pages_change daily
5987 exim_1c_import_product_code 112 113 S 150 N exim_1c_import_product_code art
6039 oauth_info 119 120 O 150 N oauth_info
6092 build 135 136 D 150 N build 767
6412 autoredirect 236 238 C 150 N autoredirect N
6444 clr_btn_atc_border 236 243 I 150 N clr_btn_atc_border #36a0fb
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
6251 global_options_type 2 0 S 157 Y global_options_type
6250 default_options_type 2 0 S 157 Y default_options_type P
6252 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
6253 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
5899 pages_priority 91 92 S 160 N pages_priority 0.5
5988 exim_1c_import_full_description 112 113 S 160 N exim_1c_import_full_description not_import
6445 clr_btn_atc_border_hover 236 243 I 160 N clr_btn_atc_border_hover #a5acb2
6734 gallery_image_width 298 302 I 160 N gallery_image_width 895
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 310
5989 exim_1c_import_short_description 112 113 S 170 N exim_1c_import_short_description not_import
6041 collect_stats_for_goals 119 120 N 170 N collect_stats_for_goals
6446 clr_btn_atc_text 236 243 I 170 N clr_btn_atc_text #fff
6735 gallery_image_height 298 302 I 170 N gallery_image_height
6247 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 35
6248 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 35
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 250
5901 include_extended 91 92 C 180 N include_extended Y
6266 global_product_details_view 4 0 S 180 Y global_product_details_view
5990 exim_1c_page_title 112 113 S 180 N exim_1c_page_title not_import
6447 clr_btn_atc_text_hover 236 243 I 180 N clr_btn_atc_text_hover #334553
6736 gallery_type 298 302 S 180 N gallery_type scroller
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 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 owl
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height 250
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5902 extended_change 91 92 S 190 N extended_change daily
6448 clr_btn_atc_bg 236 243 I 190 N clr_btn_atc_bg #36a0fb
6737 gallery_columns 298 302 I 190 N gallery_columns 3
180 default_product_details_view 4 0 S 191 Y default_product_details_view bigpicture_template
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting popularity-desc
290 enable_quick_view 4 0 C 198 Y enable_quick_view N
52 date_format 4 0 S 200 Y date_format %d/%m/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5903 extended_priority 91 92 S 200 N extended_priority 0.5
6449 clr_btn_atc_bg_hover 236 243 I 200 N clr_btn_atc_bg_hover #fff
6689 cp_blog_post_approval 83 292 S 200 N cp_blog_post_approval any
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 Asia/Almaty
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
6451 clr_btn_atw_text 236 243 I 220 N clr_btn_atw_text #e31b23
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 380
6452 clr_btn_atw_text_hover 236 243 I 230 N clr_btn_atw_text_hover #98002e
67 user_multiple_profiles 2 0 C 240 Y user_multiple_profiles N
167 calendar_week_format 4 0 S 240 Y calendar_week_format monday_first
70 min_order_amount_type 2 0 D 242 Y min_order_amount_type only_products
73 disable_anonymous_checkout 6 0 C 244 Y disable_anonymous_checkout N
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup Y
78 approve_user_profiles 2 0 C 250 Y approve_user_profiles N
182 address_position 6 0 D 250 Y address_position shipping_first
183 changes_warning 4 0 C 250 Y changes_warning Y
6454 btn_radius 236 243 I 250 N btn_radius 2
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 1
275 quick_registration 2 0 C 260 Y quick_registration Y
6455 clr_btn_border 236 243 I 260 N clr_btn_border #a5acb2
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
6456 clr_btn_border_hover 236 243 I 270 N clr_btn_border_hover #a5acb2
6457 clr_btn_text 236 243 I 280 N clr_btn_text #fff
6458 clr_btn_text_hover 236 243 I 290 N clr_btn_text_hover #334553
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 50
6459 clr_btn_bg 236 243 I 300 N clr_btn_bg #a5acb2
6690 cp_blog_post_ip_check 83 292 C 300 N cp_blog_post_ip_check N
6693 apply_to_cp_blog_post 81 293 C 300 N apply_to_cp_blog_post N
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
6460 clr_btn_bg_hover 236 243 I 310 N clr_btn_bg_hover #fff
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
301 display_shipping_step 6 0 D 320 Y display_shipping_step Y
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 e-16279987@yandex.ru
6255 global_zero_price_action 6 0 S 341 Y global_zero_price_action
6254 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
6257 global_min_qty 6 0 I 342 Y global_min_qty
6256 default_min_qty 6 0 I 342 Y default_min_qty 0
6259 global_max_qty 6 0 I 343 Y global_max_qty
6258 default_max_qty 6 0 I 343 Y default_max_qty 0
6261 global_qty_step 6 0 I 344 Y global_qty_step
6260 default_qty_step 6 0 I 344 Y default_qty_step 0
6263 global_list_qty_count 6 0 I 345 Y global_list_qty_count
6262 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
154 proxy_password 2 0 P 350 Y proxy_password Coloristica2020%
179 tax_calculation 6 0 S 350 Y tax_calculation subtotal
69 min_order_amount 6 0 I 360 Y min_order_amount 0
71 allow_anonymous_shopping 6 0 S 370 Y allow_anonymous_shopping allow_shopping
173 checkout_redirect 6 0 C 380 Y checkout_redirect N
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost N
6237 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
6246 variations_show_all_possible_feature_variants 49 50 C 400 N variations_show_all_possible_feature_variants N
6691 cp_blog_notification_email 83 292 I 400 N cp_blog_notification_email
6694 use_for_cp_blog_post_icons 81 293 C 400 N use_for_cp_blog_post_icons N
17 default_address 6 0 I 410 Y default_address
18 default_zipcode 6 0 I 420 Y default_zipcode
19 default_city 6 0 I 430 Y default_city Алматы (Алматинская область)
20 default_country 6 0 X 440 Y default_country KZ
21 default_state 6 0 W 450 Y default_state ALA
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode international_format
41 default_phone 6 0 L 460 Y default_phone
6684 seo_cp_blog_article_type 61 62 S 500 N seo_cp_blog_article_type cp_blog_article_category_nohtml
6692 cp_blog_discussion_type 83 292 S 500 N cp_blog_discussion_type D
6685 seo_cp_blog_category_type 61 62 S 600 N seo_cp_blog_category_type cp_blog_category_nohtml
6686 seo_cp_blog_all_authors_type 61 62 S 700 N seo_cp_blog_all_authors_type cp_blog_all_authors_nohtml
6687 seo_cp_blog_author_type 61 62 S 800 N seo_cp_blog_author_type cp_blog_author_page_nohtml
156 search_objects 2 0 N 1010 Y search_objects