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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "cscart_settings_objects.position",
      "temporary_table": {
        "table": {
          "table_name": "cscart_settings_objects",
          "access_type": "ALL",
          "rows": 730,
          "filtered": 100,
          "attached_condition": "(find_in_set('STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        },
        "table": {
          "table_name": "company_values",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["object_id", "company_id", "storefront_id"],
          "ref": [
            "noframes_angrybeaver.cscart_settings_objects.object_id",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100
        },
        "block-nl-join": {
          "table": {
            "table_name": "storefront_values",
            "access_type": "range",
            "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
            "key": "company_id",
            "key_length": "4",
            "used_key_parts": ["company_id"],
            "rowid_filter": {
              "range": {
                "key": "storefront_id",
                "used_key_parts": ["storefront_id"]
              },
              "rows": 32,
              "selectivity_pct": 19.51219512
            },
            "rows": 1,
            "filtered": 19.51219559,
            "attached_condition": "storefront_values.storefront_id = 1 and storefront_values.company_id = 0"
          },
          "buffer_type": "flat",
          "buffer_size": "413Kb",
          "join_type": "BNL",
          "attached_condition": "trigcond(1) and trigcond(storefront_values.object_id = cscart_settings_objects.object_id and storefront_values.storefront_id = 1 and storefront_values.company_id = 0)"
        }
      }
    }
  }
}

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 NoFrames
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 2555182951;no-frames.194-39-65-17.plesk.page;buggy@inbox.ru
5679 default_upload_high_res_image 18 19 C 0 N default_upload_high_res_image N
6015 position 142 143 S 0 N position bottom_right
6003 position 140 141 S 0 N position post
5999 load_by_ajax 138 139 C 0 N load_by_ajax Y
5998 display_attached_mb_items_on_cat_page 134 137 C 0 N display_attached_mb_items_on_cat_page N
5711 tags_for_products 26 27 C 0 N tags_for_products Y
5713 managing_editor 28 29 I 0 N managing_editor
5716 newsletters_per_pass 30 31 I 0 N newsletters_per_pass 10
5725 coupon 30 32 S 0 N coupon no_promo
5735 allow_save_attachments_to_server 36 37 C 0 N allow_save_attachments_to_server N
5736 provider 38 39 S 0 N provider yandex
5738 yandex_api_key 38 40 I 0 N yandex_api_key
5742 google_api_notice 38 41 O 0 N google_api_notice
5745 show_on_product 42 43 C 0 N show_on_product Y
5748 min_amount 44 45 I 0 N min_amount 50
5754 print_map 46 47 C 0 N print_map Y
5756 variations_allow_own_images 48 49 C 0 N variations_allow_own_images Y
5761 notice 50 51 O 0 N notice
5776 forbidden_countries_notice 50 52 O 0 N forbidden_countries_notice
5778 access_key 53 54 I 0 N access_key 46b3ae00c8f25158022f5c31b7a31b13
5779 show_bundles 55 56 S 0 N show_bundles before_product_description
6031 show_on_homepage 144 145 C 0 N show_on_homepage Y
5784 final_sale_from 59 60 I 0 N final_sale_from 40
5786 period 59 61 S 0 N period all
5788 seo_product_type 62 63 S 0 N seo_product_type product_category_nohtml
5795 point_rate 64 65 I 0 N point_rate 0.1
6041 code 146 147 D 0 N code ABA-gwXwAaT57aelnBx3cbn8J
5993 template_variant 134 136 S 0 N template_variant vertical_tabs
6394 show_subscription 211 212 C 0 N show_subscription Y
5980 code 130 131 D 0 N code ABA-P7bmvMuTz6ATLhpVNoFkP
5982 cron_key 132 133 0 N cron_key 6C5S7M7L5A9q0V9
5987 description_type 134 135 S 0 N description_type html
5845 banner_multilang 80 81 C 0 N banner_multilang Y
5846 product_posts_per_page 82 83 I 0 N product_posts_per_page 10
5852 category_posts_per_page 82 84 I 0 N category_posts_per_page 10
5856 order_posts_per_page 82 85 I 0 N order_posts_per_page 10
5858 page_posts_per_page 82 86 I 0 N page_posts_per_page 10
5863 home_page_posts_per_page 82 87 I 0 N home_page_posts_per_page 10
5877 notice 90 91 O 0 N notice
5910 cz_animation_time 94 95 I 0 N cz_animation_time 200
5912 cron_password 96 97 I 0 N cron_password MYPASS
5913 price_list_info 98 99 O 0 N price_list_info
5926 settings 108 109 E 0 N settings settings.tpl
5933 gdpr_cookie_consent 112 113 S 0 N gdpr_cookie_consent none
5936 gdpr_settings 112 114 E 0 N gdpr_settings settings.tpl
5938 anti_fraud_key 115 116 I 0 N anti_fraud_key
5944 commerceml_get_setting_info 117 118 E 0 N commerceml_get_setting_info settings.tpl
5945 service_url 119 120 S 0 N service_url https://converter.cs-cart.ru
5967 retailcrm_notice 125 126 E 0 N retailcrm_notice notice.tpl
5970 retailcrm_mapping 125 127 E 0 N retailcrm_mapping mapping_settings.tpl
6050 code 148 149 D 0 N code ABA-PWPacBT4uY3P3AJCg1J14
6062 count_to 150 151 S 0 N count_to end_of_the_promotion
6075 output_position 152 153 S 0 N output_position L
6087 ts_appearance 152 154 S 0 N ts_appearance rounded
6088 p_appearance 152 155 S 0 N p_appearance rectangular
6089 ps_display_price 156 157 C 0 N ps_display_price Y
6307 allow_fractional_amount 195 196 C 0 N allow_fractional_amount Y
6258 google_xml_notice 182 188 E 0 N google_xml_notice google_xml_notice.tpl
6252 mail_lists 182 187 S 0 N mail_lists 0
6232 post_display_sd 182 186 C 0 N post_display_sd N
6222 list_display_cat_sd 182 185 C 0 N list_display_cat_sd N
6220 cp_blog_power_color_scheme_settings 182 184 E 0 N cp_blog_power_color_scheme_settings color_scheme.tpl
6215 blog_date_format 182 183 S 0 N blog_date_format %d/%m/%Y
6274 rss_cron_pass 182 190 I 0 N rss_cron_pass ZXA_cron_go_AXZ
6271 generate_blog_category_meta 182 189 C 0 N generate_blog_category_meta Y
6322 search_on_name 197 199 C 0 N search_on_name Y
6338 search_categories 197 200 C 0 N search_categories Y
6342 out_stock_end 197 201 C 0 N out_stock_end Y
6349 show_price 197 203 S 0 N show_price Y
6354 image_width 197 204 I 0 N image_width 75
6386 vc_dadata_key 205 206 I 0 N vc_dadata_key 0d57faada399b9eb6694e947ae69260b8d6dfa44
6391 markup_percent 207 208 I 0 N markup_percent 20
6392 brand_id 209 210 I 0 N brand_id
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
12 license_number 13 0 I 10 N license_number CS-ULT-RU-2P7L-0046-0604-53ZB
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#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 1753214401
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
6016 transition 142 143 I 10 N transition 600
6004 show_in_lists 140 141 C 10 N show_in_lists Y
6000 add_watermarks 138 139 C 10 N add_watermarks N
5712 tags_for_pages 26 27 C 10 N tags_for_pages Y
5714 display_rss_feed_in_category 28 29 C 10 N display_rss_feed_in_category N
5737 show_shippings_on_product 38 39 C 10 N show_shippings_on_product N
5739 yandex_suggest_api_key 38 40 I 10 N yandex_suggest_api_key
5743 google_api_key 38 41 I 10 N google_api_key
5749 max_amount 44 45 I 10 N max_amount 1500
5755 show_locations_at_geolocator 46 47 C 10 N show_locations_at_geolocator N
5757 variations_allow_own_features 48 49 C 10 N variations_allow_own_features N
5777 forbidden_countries 50 52 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
6032 show_on_category_page 144 145 C 10 N show_on_category_page Y
5785 sales_amount_from 59 60 I 10 N sales_amount_from 1
5787 last_days 59 61 I 10 N last_days 3
5789 seo_category_type 62 63 S 10 N seo_category_type category_nohtml
5796 auto_price_in_points 64 65 C 10 N auto_price_in_points Y
6042 build 146 147 D 10 N build 1115
5812 info 70 71 O 10 N info
5818 log_type_yml_export 12 0 N 10 N log_type_yml_export
6395 code 211 212 D 10 N code ABM-CSCartMarketplace1234
5994 appearance_type_styles 134 136 S 10 N appearance_type_styles fill
5981 build 130 131 D 10 N build 1230
5983 item_nth 132 133 I 10 N item_nth 7
5988 use_additional_categories 134 135 C 10 N use_additional_categories N
5847 product_post_approval 82 83 S 10 N product_post_approval any
5853 category_post_approval 82 84 S 10 N category_post_approval any
5857 order_initiate 82 85 C 10 N order_initiate Y
5859 page_post_approval 82 86 S 10 N page_post_approval disabled
5864 home_page_post_approval 82 87 S 10 N home_page_post_approval any
5869 watermark_settings 88 89 E 10 N watermark_settings watermark.tpl
5878 reviews_per_page 90 91 I 10 N reviews_per_page 10
5889 clear_url 92 93 O 10 N clear_url
5911 cz_zoom_position 94 95 S 10 N cz_zoom_position 3
5914 price_list_fields 98 99 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5927 cron_key 108 109 D 10 N cron_key Go6i6jYumZYawDjS
5929 personal_information 110 111 O 10 N personal_information
5934 privacy_policy_page 112 113 S 10 N privacy_policy_page 3
5937 gdpr_settings_data 112 114 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"},"newsletters_subscribe":{"enable":"Y"},"call_requests":{"enable":"Y"}}
5939 anti_fraud_user_id 115 116 I 10 N anti_fraud_user_id
5947 settings 121 122 E 10 N settings settings.tpl
5949 counter_number 123 124 I 10 N counter_number
5966 log_type_yandex_checkout 12 0 N 10 N log_type_yandex_checkout #M#yc_failed=Y
5968 retailcrm_host 125 126 I 10 N retailcrm_host
5971 retailcrm_order_method 125 127 D 10 N retailcrm_order_method
6051 build 148 149 D 10 N build 1159
6063 countdown_type 150 151 S 10 N countdown_type flipclock
6076 output_type_template 152 153 E 10 N output_type_template output_type.tpl
6090 ps_display_add_to_cart 156 157 C 10 N ps_display_add_to_cart Y
6098 vc_companions_add_to_cart 158 159 C 10 N vc_companions_add_to_cart Y
6308 product_amount_step 195 196 I 10 N product_amount_step 0.5
6253 move_subscribers 182 187 O 10 N move_subscribers
6233 post_display_read_time 182 186 C 10 N post_display_read_time N
6223 list_display_read_time 182 185 C 10 N list_display_read_time N
6221 blog_colors 182 184 D 10 N blog_colors a:13:{s:12:"header_color";s:7:"#272727";s:10:"link_color";s:7:"#666666";s:12:"button_color";s:7:"#38761d";s:17:"button_text_color";s:7:"#ffffff";s:10:"date_color";s:7:"#38761d";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:"#1c4587";s:19:"blocks_header_color";s:7:"#272727";s:17:"blocks_text_color";s:7:"#434343";s:17:"blocks_link_color";s:7:"#1c4587";s:19:"blocks_border_color";s:7:"#d9d9d9";}
6216 posts_per_page 182 183 I 10 N posts_per_page 24
6275 rss_cron_info 182 190 O 10 N rss_cron_info
6272 generate_blog_article_meta 182 189 C 10 N generate_blog_article_meta N
6296 loyalty_program_page 193 194 O 10 N loyalty_program_page
6314 search_products 197 198 C 10 N search_products Y
6323 search_on_keywords 197 199 C 10 N search_on_keywords Y
6339 show_parent_category 197 200 C 10 N show_parent_category Y
6343 increase_popularity 197 201 C 10 N increase_popularity Y
6347 search_storefront_categories 197 202 C 10 N search_storefront_categories N
6350 show_cart 197 203 S 10 N show_cart Y
6355 image_height 197 204 I 10 N image_height 75
6387 vc_ac_address_id 205 206 I 10 N vc_ac_address_id #litecheckout_payments_form #litecheckout_s_address
6393 exclude_keywords 209 210 C 10 N exclude_keywords
13 product_release_info 13 0 O 11 N product_release_info
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 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
2001 default_state_update_for_all 17 0 S 20 Y default_state_update_for_all not_active
6017 icon 142 143 S 20 N icon arrow_7
6005 on_thumbnail_click 140 141 S 20 N on_thumbnail_click image_replace
6001 code 138 139 D 20 N code ABA-NnR0ibi9VCgD0593CnDhj
5715 category_max_products_items 28 29 I 20 N category_max_products_items 5
5718 mailer_send_method 30 31 S 20 N mailer_send_method smtp
5740 yandex_commercial 38 40 C 20 N yandex_commercial
5744 google_map 38 41 E 20 N google_map map.tpl
5746 show_on_messages 42 43 C 20 N show_on_messages Y
5750 code_prefix 44 45 I 20 N code_prefix GC
5758 variations_allow_auto_change_default_variation 48 49 C 20 N variations_allow_auto_change_default_variation Y
5763 recaptcha_site_key 50 51 I 20 N recaptcha_site_key
6033 show_on_product_page 144 145 C 20 N show_on_product_page Y
5790 seo_page_type 62 63 S 20 N seo_page_type page_nohtml
5797 price_in_points_with_discounts 64 65 C 20 N price_in_points_with_discounts Y
6043 add_catalog_to_breadcrumbs 146 147 C 20 N add_catalog_to_breadcrumbs N
5813 phone 70 71 I 20 N phone
5995 bg_color_template 134 136 E 20 N bg_color_template color.tpl
5984 decrease_items_per_page 132 133 C 20 N decrease_items_per_page Y
5989 save_element_state 134 135 C 20 N save_element_state N
5848 product_post_ip_check 82 83 C 20 N product_post_ip_check N
5854 category_post_ip_check 82 84 C 20 N category_post_ip_check N
5860 page_post_ip_check 82 86 C 20 N page_post_ip_check N
5865 home_page_post_ip_check 82 87 C 20 N home_page_post_ip_check Y
5879 review_approval 90 91 S 20 N review_approval any
5890 cron_command 92 93 E 20 N cron_command cron_command.tpl
5915 price_list_sorting 98 99 S 20 N price_list_sorting product_code
5935 gdpr_cookie_consent_texts 112 113 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5940 anti_fraud_safe_distance 115 116 I 20 N anti_fraud_safe_distance 90
5950 is_obsolete_code_snippet_used 123 124 C 20 N is_obsolete_code_snippet_used N
5969 retailcrm_api_key 125 126 I 20 N retailcrm_api_key
5972 retailcrm_order_type 125 127 D 20 N retailcrm_order_type
6052 max_height 148 149 20 N max_height 750
6064 max_height 150 151 I 20 N max_height 250
6077 TL_max_count 152 153 D 20 N TL_max_count 3
6091 ps_display_navigation_dots 156 157 C 20 N ps_display_navigation_dots Y
6099 vc_companions_columns 158 159 I 20 N vc_companions_columns 4
6309 product_min_qty 195 196 I 20 N product_min_qty 0.5
6260 include_posts 182 188 C 20 N include_posts Y
6254 marketing_info 182 187 O 20 N marketing_info
6234 post_display_views 182 186 C 20 N post_display_views N
6224 list_display_views 182 185 C 20 N list_display_views N
6217 brand_feature_id 182 183 S 20 N brand_feature_id 0
6273 add_to_sitemap 182 189 S 20 N add_to_sitemap none
6315 search_brands 197 198 C 20 N search_brands Y
6324 search_on_metakeywords 197 199 C 20 N search_on_metakeywords N
6340 search_on_category_name 197 200 C 20 N search_on_category_name Y
6344 sort_by 197 201 S 20 N sort_by cls_relevance_with_popularity
6348 allow_storefronts 197 202 N 20 N allow_storefronts N
6351 show_product_code 197 203 C 20 N show_product_code Y
6356 show_category_gradient 197 204 C 20 N show_category_gradient N
6388 vc_ac_address_zip_code 205 206 I 20 N vc_ac_address_zip_code #litecheckout_payments_form #litecheckout_s_zipcode
6396 build 211 212 D 20 N build 1278
8 ftp_hostname 13 0 I 30 N ftp_hostname leonor14.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 smtp.yandex.ru:465
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
6018 margin_top 142 143 I 30 N margin_top 0
6006 controls 140 141 C 30 N controls N
6002 build 138 139 D 30 N build 1107
6034 show_on_cart_page 144 145 C 30 N show_on_cart_page Y
5741 yandex_map 38 40 E 30 N yandex_map map.tpl
5747 show_on_order 42 43 C 30 N show_on_order Y
5751 cert_per_page 44 45 I 30 N cert_per_page 10
5759 variations_show_all_possible_feature_variants 48 49 C 30 N variations_show_all_possible_feature_variants Y
5764 recaptcha_secret 50 51 I 30 N recaptcha_secret
5791 seo_other_type 62 63 S 30 N seo_other_type directory
5798 points_with_discounts 64 65 C 30 N points_with_discounts Y
6044 maximum_number_of_displayed_items 146 147 I 30 N maximum_number_of_displayed_items 5
5814 phone_prefix_length 70 71 I 30 N phone_prefix_length 7
5996 use_contrast_style_elements 134 136 C 30 N use_contrast_style_elements N
5985 code 132 133 D 30 N code ABA-RjLClyTMXm1F6ZJZFjc1K
5990 bg_color 134 135 D 30 N bg_color #ffffff
5849 product_discussion_type 82 83 S 30 N product_discussion_type D
5855 category_discussion_type 82 84 S 30 N category_discussion_type D
5861 page_discussion_type 82 86 S 30 N page_discussion_type D
5866 home_page_testimonials 82 87 S 30 N home_page_testimonials B
5871 use_for_product_icons 88 89 C 30 N use_for_product_icons N
5880 review_ip_check 90 91 C 30 N review_ip_check N
5916 group_by_category 98 99 C 30 N group_by_category Y
5931 subscribe_confidentiality 110 111 C 30 N subscribe_confidentiality Y
5941 anti_fraud_max_order_total 115 116 I 30 N anti_fraud_max_order_total 500
5973 retailcrm_map_order_statuses 125 127 D 30 N retailcrm_map_order_statuses
6053 hide_in_product 148 149 C 30 N hide_in_product Y
6065 promotions_per_page 150 151 I 30 N promotions_per_page 12
6078 TR_max_count 152 153 D 30 N TR_max_count 3
6092 ps_display_zoom 156 157 C 30 N ps_display_zoom Y
6100 vc_companions_list_type 158 159 S 30 N vc_companions_list_type grid_list
6310 product_amount_postfix 195 196 I 30 N product_amount_postfix пог. м.
6261 posts_change 182 188 S 30 N posts_change daily
6255 notices_list 182 187 S 30 N notices_list 0
6235 post_show_image 182 186 C 30 N post_show_image N
6225 list_display_date 182 185 C 30 N list_display_date Y
6218 allow_authors 182 183 C 30 N allow_authors N
6277 generate_news 182 190 O 30 N generate_news
6298 order_status 193 194 S 30 N order_status C
6316 brands_feature_id 197 198 S 30 N brands_feature_id 18
6325 search_on_metatitle 197 199 C 30 N search_on_metatitle N
6341 search_on_category_metakeywords 197 200 C 30 N search_on_category_metakeywords N
6345 sort_order 197 201 S 30 N sort_order desc
6352 show_wish 197 203 C 30 N show_wish Y
6357 color_type 197 204 S 30 N color_type M
6389 vc_ac_address_flat 205 206 I 30 N vc_ac_address_flat #litecheckout_payments_form #litecheckout_s_room_number
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_cscartdemo
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 no-reply@404studio.ru
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
6019 margin_right 142 143 I 40 N margin_right 10
6007 repeat 140 141 C 40 N repeat N
5997 use_style_presets 134 136 C 40 N use_style_presets Y
5720 mailer_smtp_host 30 31 I 40 N mailer_smtp_host mail.nic.ru:465
6035 show_on_checkout_page 144 145 C 40 N show_on_checkout_page Y
5752 free_products_allow 44 45 C 40 N free_products_allow Y
5760 quantity_discount_on_different_variations 48 49 C 40 N quantity_discount_on_different_variations N
5765 recaptcha_theme 50 51 S 40 N recaptcha_theme light
5792 seo_language 62 63 C 40 N seo_language N
5799 price_in_points_order_discount 64 65 C 40 N price_in_points_order_discount Y
5815 phone_mask 70 71 I 40 N phone_mask +7 (999) 999-99-99
5986 build 132 133 D 40 N build 1101
5991 code 134 135 D 40 N code ABA-J2cMAZpqqwvhFWCtutvFu
5850 product_share_discussion 82 83 C 40 N product_share_discussion N
5862 page_share_discussion 82 86 C 40 N page_share_discussion N
5867 testimonials_from_all_stores 82 87 C 40 N testimonials_from_all_stores N
5872 use_for_product_detailed 88 89 C 40 N use_for_product_detailed N
5881 review_fields 90 91 S 40 N review_fields advanced
5892 site_change 92 93 S 40 N site_change daily
5917 include_options 98 99 C 40 N include_options N
5932 request_active_consent 110 111 C 40 N request_active_consent Y
5942 anti_fraud_risk_factor 115 116 I 40 N anti_fraud_risk_factor 25
5952 visor 123 124 C 40 N visor Y
5974 retailcrm_map_payment_types 125 127 D 40 N retailcrm_map_payment_types
6045 catalog_menu 146 147 I 40 N catalog_menu 0
6054 hide_in_category 148 149 C 40 N hide_in_category Y
6066 chains_per_page 150 151 I 40 N chains_per_page 3
6079 BL_max_count 152 153 D 40 N BL_max_count 3
6093 ps_display_fullscreen 156 157 C 40 N ps_display_fullscreen Y
6311 product_sale_type 195 196 R 40 N product_sale_type pieces
6256 send_article_delay 182 187 I 40 N send_article_delay 12
6262 posts_priority 182 188 S 40 N posts_priority 0.5
6236 post_image_position 182 186 S 40 N post_image_position top
6226 list_display_comments 182 185 C 40 N list_display_comments N
6219 author_settings 182 183 S 40 N author_settings 1
6278 ya_n_last_days 182 190 I 40 N ya_n_last_days 3
6299 new_user_loyalty 193 194 S 40 N new_user_loyalty 4
6317 search_vendors 197 198 C 40 N search_vendors N
6326 search_on_metadesc 197 199 C 40 N search_on_metadesc N
6353 show_category 197 203 C 40 N show_category Y
6358 clr_category_e 197 204 I 40 N clr_category_e #DB4437
6390 vc_ac_address_house 205 206 I 40 N vc_ac_address_house #litecheckout_payments_form #litecheckout_s_house_number
10 ftp_password 13 0 P 50 N ftp_password UW250Sf&aFAB
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 as57daBNwga
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
6020 margin_bottom 142 143 I 50 N margin_bottom 10
6008 th_size 140 141 I 50 N th_size 100
5721 mailer_smtp_username 30 31 I 50 N mailer_smtp_username shop@no-frames.ru
6036 add_default 144 145 C 50 N add_default N
5753 redeem_shipping_cost 44 45 C 50 N redeem_shipping_cost Y
5766 recaptcha_size 50 51 S 50 N recaptcha_size normal
5793 single_url 62 63 C 50 N single_url Y
5800 reward_points_order_discount 64 65 C 50 N reward_points_order_discount Y
5816 buy_now_with_one_click 70 71 C 50 N buy_now_with_one_click Y
5992 build 134 135 D 50 N build 1206
5851 product_review_after_purchase 82 83 C 50 N product_review_after_purchase N
5882 review_after_purchase 90 91 C 50 N review_after_purchase N
5893 site_priority 92 93 S 50 N site_priority 1
5943 antifraud_order_status 115 116 D 50 N antifraud_order_status G
5953 clickmap 123 124 C 50 N clickmap Y
5975 retailcrm_map_shipping_types 125 127 D 50 N retailcrm_map_shipping_types
6046 show_category_tree 146 147 C 50 N show_category_tree N
6055 hide_in_brand 148 149 C 50 N hide_in_brand Y
6067 highlight_when_left 150 151 S 50 N highlight_when_left 1
6080 BR_max_count 152 153 D 50 N BR_max_count 3
6094 ps_close_with_gesture 156 157 C 50 N ps_close_with_gesture Y
6312 show_sale_types 195 196 R 50 N show_sale_types selected
6257 send_articles 182 187 I 50 N send_articles 1
6237 post_image_width 182 186 I 50 N post_image_width 100%
6227 list_display_author 182 185 C 50 N list_display_author N
6300 notify_customer_about_card 193 194 C 50 N notify_customer_about_card Y
6318 search_blog 197 198 C 50 N search_blog N
6327 search_on_pcode 197 199 C 50 N search_on_pcode N
6359 min_width 197 204 I 50 N min_width 500
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 ssl
7 feedback_type 2 0 S 57 Y feedback_type manual
14 auto_check_updates 2 0 C 58 Y auto_check_updates Y
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes Y
11 ftp_directory 13 0 I 60 N ftp_directory public_html
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 +7(777)166-64-44
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 Y
121 string_type 11 0 D 60 N string_type mixed
335 image_file_size 9 0 Q 60 Y image_file_size
6021 margin_left 142 143 I 60 N margin_left 0
6009 cycle 140 141 C 60 N cycle Y
5722 mailer_smtp_password 30 31 I 60 N mailer_smtp_password HJKtyWEr@!78
6037 shuffle 144 145 C 60 N shuffle Y
5767 recaptcha_type 50 51 S 60 N recaptcha_type image
5794 non_latin_symbols 62 63 C 60 N non_latin_symbols N
5801 higher_level_extract 64 65 C 60 N higher_level_extract Y
5874 use_for_category_icons 88 89 C 60 N use_for_category_icons N
5883 review_ask_for_customer_location 90 91 S 60 N review_ask_for_customer_location none
5954 external_links 123 124 C 60 N external_links Y
5976 retailcrm_map_sites 125 127 D 60 N retailcrm_map_sites
6047 link 146 147 O 60 N link
6056 selectors 148 149 I 60 N selectors
6068 amount_of_promos_in_prods_lists 150 151 S 60 N amount_of_promos_in_prods_lists 0
6081 TL_output_type 152 153 D 60 N TL_output_type column
6095 code 156 157 D 60 N code ABA-tTCBhAB7irMdBP619BiW5
6264 include_blog_categories 182 188 C 60 N include_blog_categories Y
6238 post_image_height 182 186 I 60 N post_image_height auto
6228 list_display_type 182 185 C 60 N list_display_type N
6280 generate_dzen 182 190 O 60 N generate_dzen
6301 no_use_usergroup 193 194 N 60 N no_use_usergroup #M#3=Y&4=Y&5=Y&6=Y
6319 search_pages 197 198 C 60 N search_pages N
6328 search_on_description 197 199 C 60 N search_on_description N
6360 margin 197 204 I 60 N margin 56
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 #ffffff
123 colour 11 0 D 70 N colour N
6022 font_size 142 143 I 70 N font_size 26
6010 vertical 140 141 C 70 N vertical Y
5723 mailer_smtp_ecrypted_connection 30 31 S 70 N mailer_smtp_ecrypted_connection ssl
6038 delay 144 145 S 70 N delay 0
5802 several_points_action 64 65 S 70 N several_points_action minimal_absolute
5817 order_status 70 71 S 70 N order_status Y
5875 use_for_category_detailed 88 89 C 70 N use_for_category_detailed N
5884 split_reviews_by_storefronts 90 91 C 70 N split_reviews_by_storefronts N
5895 include_products 92 93 C 70 N include_products Y
5955 denial 123 124 C 70 N denial Y
6057 transition 148 149 S 70 N transition 10
6069 ab__show_expired_promos 150 151 C 70 N ab__show_expired_promos Y
6082 TR_output_type 152 153 D 70 N TR_output_type column
6096 build 156 157 D 70 N build 1143
6265 blog_categories_change 182 188 S 70 N blog_categories_change daily
6239 post_display_author 182 186 C 70 N post_display_author N
6229 list_show_tags 182 185 C 70 N list_show_tags N
6281 ya_z_last_days 182 190 I 70 N ya_z_last_days 3
6302 failed_order_statuses 193 194 N 70 N failed_order_statuses #M#F=Y&D=Y&B=Y&I=Y
6329 search_on_short_description 197 199 C 70 N search_on_short_description N
6361 border_radius 197 204 I 70 N border_radius 0
53 frontend_default_language 4 0 S 80 Y frontend_default_language ru
90 convert_to 9 0 S 80 Y convert_to webp
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
6023 units 142 143 S 80 N units px
6011 video_icon 140 141 S 80 N video_icon video
5724 mailer_smtp_auth 30 31 C 80 N mailer_smtp_auth Y
6039 code 144 145 D 80 N code ABA-E2rRhnqAmb0FtlrrH10Cf
5769 recaptcha_v3_site_key 50 51 I 80 N recaptcha_v3_site_key
5803 consider_zero_values 64 65 C 80 N consider_zero_values N
5876 images_access_info 88 89 O 80 N images_access_info
5885 images_upload_allowed 90 91 D 80 N images_upload_allowed Y
5896 products_change 92 93 S 80 N products_change daily
6049 ab__as_add_to_sitemap 146 147 C 80 N ab__as_add_to_sitemap Y
6058 align 148 149 S 80 N align center
6070 ab__show_awaited_promos 150 151 C 80 N ab__show_awaited_promos Y
6083 BL_output_type 152 153 D 80 N BL_output_type column
6266 blog_categories_priority 182 188 S 80 N blog_categories_priority 0.5
6240 post_display_categories 182 186 C 80 N post_display_categories N
6230 list_display_short_description 182 185 C 80 N list_display_short_description Y
6303 use_dynamic_cards 193 194 C 80 N use_dynamic_cards N
6321 block_enter_press 197 198 C 80 N block_enter_press N
6330 search_on_product_id 197 199 C 80 N search_on_product_id N
6362 clr_border 197 204 I 80 N clr_border #ffffff
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
334 frontend_default_currency 4 0 S 85 Y frontend_default_currency RUB
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
6024 font_weight 142 143 S 90 N font_weight normal
6012 enable_microdata 140 141 C 90 N enable_microdata Y
6040 build 144 145 D 90 N build 741
5770 recaptcha_v3_secret 50 51 I 90 N recaptcha_v3_secret
5804 log_per_page 64 65 I 90 N log_per_page 10
5886 product_variations 90 91 E 90 N product_variations product_variations.tpl
5897 products_priority 92 93 S 90 N products_priority 0.5
5957 track_hash 123 124 C 90 N track_hash Y
6059 appearance 148 149 S 90 N appearance text
6084 BR_output_type 152 153 D 90 N BR_output_type column
6231 list_display_view_more 182 185 C 90 N list_display_view_more N
6241 post_display_type 182 186 C 90 N post_display_type N
6283 generate_turbo 182 190 O 90 N generate_turbo
6304 cards_period 193 194 I 90 N cards_period
6331 search_on_features 197 199 C 90 N search_on_features N
6363 clr_top_bg 197 204 I 90 N clr_top_bg #ffffff
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 20
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
6013 code 140 141 D 100 N code ABA-ck6MpACpEf3ndpMC5LH47
5771 recaptcha_v3_success_score 50 51 S 100 N recaptcha_v3_success_score 0.5
5887 split_reviews_for_variations_as_separate_products 90 91 D 100 N split_reviews_for_variations_as_separate_products Y
6025 color 142 143 E 100 N color color.tpl
5958 ecommerce 123 124 C 100 N ecommerce Y
6060 show_button_after_action 148 149 C 100 N show_button_after_action N
6072 ab__as_add_to_sitemap 150 151 C 100 N ab__as_add_to_sitemap Y
6085 code 152 153 D 100 N code ABA-bHz0jYt2CCmz7ZaT3WDiP
6268 include_blog_authors 182 188 C 100 N include_blog_authors Y
6284 ya_t_last_days 182 190 I 100 N ya_t_last_days 3
6290 cp_blog_posts_per_page 82 191 I 100 N cp_blog_posts_per_page 10
6305 days_to_notify 193 194 I 100 N days_to_notify
6332 search_by_features 197 199 M 100 N search_by_features
6364 clr_hover 197 204 I 100 N clr_hover #ffffff
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 700
6014 build 140 141 D 110 N build 1171
5899 include_categories 92 93 C 110 N include_categories Y
6026 hide_on_mobile 142 143 C 110 N hide_on_mobile Y
6061 custom_class 148 149 I 110 N custom_class ab-smc
6073 code 150 151 D 110 N code ABA-awfB43HHKAeTFxT7p9Dh3
6086 build 152 153 D 110 N build 1232
6269 blog_authors_change 182 188 S 110 N blog_authors_change daily
6243 progress_bar_height 182 186 I 110 N progress_bar_height 5
6306 cron_script_info 193 194 O 110 N cron_script_info
6333 search_on_options 197 199 C 110 N search_on_options N
6365 clr_links 197 204 I 110 N clr_links #000000
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
5773 recaptcha_use_for_value 50 51 D 120 N recaptcha_use_for_value
5900 categories_change 92 93 S 120 N categories_change daily
6027 show_in_admin_panel 142 143 C 120 N show_in_admin_panel N
5960 application_id 123 124 I 120 N application_id
6074 build 150 151 D 120 N build 1158
6244 progress_bar_color 182 186 I 120 N progress_bar_color #958e8e
6270 blog_authors_priority 182 188 S 120 N blog_authors_priority 0.5
6334 use_stop_words 197 199 C 120 N use_stop_words Y
6366 clr_links_hover 197 204 I 120 N clr_links_hover #999999
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 20
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
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking
5774 recaptcha_use_for 50 51 E 130 N recaptcha_use_for use_for_settings.tpl
5901 categories_priority 92 93 S 130 N categories_priority 0.5
6028 ab__stt_color 142 143 D 130 N ab__stt_color #7e7e7e
5961 application_password 123 124 I 130 N application_password
6245 progress_bar_offset 182 186 I 130 N progress_bar_offset 0
6335 limit 197 199 I 130 N limit 4
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 260
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 200
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
5775 settings_proxy 50 51 O 140 N settings_proxy
6029 code 142 143 D 140 N code ABA-zYAbHKf4bM32qyEvHRRrt
5962 auth_token 123 124 D 140 N auth_token
6246 progress_bar_scroll 182 186 I 140 N progress_bar_scroll 150
6336 characters_limit 197 199 I 140 N characters_limit 3
6368 btn_atc_radius 197 204 I 140 N btn_atc_radius 2
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
6030 build 142 143 D 150 N build 767
5903 include_pages 92 93 C 150 N include_pages Y
5963 oauth_info 123 124 O 150 N oauth_info
6337 autoredirect 197 199 C 150 N autoredirect N
6369 clr_btn_atc_border 197 204 I 150 N clr_btn_atc_border #36a0fb
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
5904 pages_change 92 93 S 160 N pages_change daily
6248 gallery_image_width 182 186 I 160 N gallery_image_width 895
6370 clr_btn_atc_border_hover 197 204 I 160 N clr_btn_atc_border_hover #a5acb2
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 310
5905 pages_priority 92 93 S 170 N pages_priority 0.5
5965 collect_stats_for_goals 123 124 N 170 N collect_stats_for_goals
6249 gallery_image_height 182 186 I 170 N gallery_image_height
6371 clr_btn_atc_text 197 204 I 170 N clr_btn_atc_text #fff
315 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 35
316 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 N
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width
6250 gallery_type 182 186 S 180 N gallery_type scroller
6372 clr_btn_atc_text_hover 197 204 I 180 N clr_btn_atc_text_hover #334553
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
5907 include_extended 92 93 C 190 N include_extended Y
6251 gallery_columns 182 186 I 190 N gallery_columns 3
6373 clr_btn_atc_bg 197 204 I 190 N clr_btn_atc_bg #36a0fb
180 default_product_details_view 4 0 S 191 Y default_product_details_view bigpicture_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
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 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
5908 extended_change 92 93 S 200 N extended_change daily
6291 cp_blog_post_approval 82 191 S 200 N cp_blog_post_approval any
6374 clr_btn_atc_bg_hover 197 204 I 200 N clr_btn_atc_bg_hover #fff
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
5909 extended_priority 92 93 S 210 N extended_priority 0.5
139 timezone 4 0 S 220 Y timezone Europe/Moscow
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
6376 clr_btn_atw_text 197 204 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 month_first
197 category_detailed_image_height 9 0 U 230 Y category_detailed_image_height 380
6377 clr_btn_atw_text_hover 197 204 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
6379 btn_radius 197 204 I 250 N btn_radius 999
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
275 quick_registration 2 0 C 260 Y quick_registration Y
6380 clr_btn_border 197 204 I 260 N clr_btn_border #a5acb2
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
6381 clr_btn_border_hover 197 204 I 270 N clr_btn_border_hover #a5acb2
6382 clr_btn_text 197 204 I 280 N clr_btn_text #fff
6383 clr_btn_text_hover 197 204 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
6213 apply_to_cp_blog_post 88 181 C 300 N apply_to_cp_blog_post N
6292 cp_blog_post_ip_check 82 191 C 300 N cp_blog_post_ip_check N
6384 clr_btn_bg 197 204 I 300 N clr_btn_bg #a5acb2
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
6385 clr_btn_bg_hover 197 204 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
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
6214 use_for_cp_blog_post_icons 88 181 C 400 N use_for_cp_blog_post_icons N
6293 cp_blog_notification_email 82 191 I 400 N cp_blog_notification_email
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 RU
21 default_state 6 0 W 450 Y default_state MOW
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode international_format
41 default_phone 6 0 L 460 Y default_phone
6286 seo_cp_blog_article_type 62 63 S 500 N seo_cp_blog_article_type cp_blog_article_category_nohtml
6294 cp_blog_discussion_type 82 191 S 500 N cp_blog_discussion_type D
6287 seo_cp_blog_category_type 62 63 S 600 N seo_cp_blog_category_type cp_blog_category_nohtml
6288 seo_cp_blog_all_authors_type 62 63 S 700 N seo_cp_blog_all_authors_type cp_blog_all_authors_nohtml
6289 seo_cp_blog_author_type 62 63 S 800 N seo_cp_blog_author_type cp_blog_author_page_nohtml
156 search_objects 2 0 N 1010 Y search_objects