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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1284.83"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "707.40"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 786,
            "rows_produced_per_join": 707,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "11.51",
              "eval_cost": "70.74",
              "prefix_cost": "82.25",
              "data_read_per_join": "558K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`zdrowy_db`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('VENDOR',`zdrowy_db`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`zdrowy_db`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:STOREFRONT',`zdrowy_db`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:VENDOR',`zdrowy_db`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:ROOT',`zdrowy_db`.`cscart_settings_objects`.`edition_type`))) and (`zdrowy_db`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        },
        {
          "table": {
            "table_name": "company_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "zdrowy_db.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 707,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "176.85",
              "eval_cost": "70.74",
              "prefix_cost": "329.84",
              "data_read_per_join": "16K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "company_id",
              "storefront_id"
            ],
            "key_length": "11",
            "ref": [
              "zdrowy_db.cscart_settings_objects.object_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 707,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "176.85",
              "eval_cost": "70.74",
              "prefix_cost": "577.43",
              "data_read_per_join": "16K"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

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 Zeroplast24.ru
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 21579969;zdrowy.sandbox-ecom-labs.ru;oganes@zeroplast24.ru
5679 default_upload_high_res_image 18 19 C 0 N default_upload_high_res_image N
5727 tags_for_products 28 29 C 0 N tags_for_products Y
5729 managing_editor 30 31 I 0 N managing_editor mail@zeroplast24.ru
5732 newsletters_per_pass 32 33 I 0 N newsletters_per_pass 5
5741 coupon 32 34 S 0 N coupon no_promo
5742 em_show_on_checkout 35 36 C 0 N em_show_on_checkout N
5749 em_mailchimp_api_key 35 37 I 0 N em_mailchimp_api_key
5754 provider 39 40 S 0 N provider yandex
5756 yandex_api_key 39 41 I 0 N yandex_api_key ec7ad721-25ff-4e61-b87a-408b33a7af26
5758 google_api_notice 39 42 O 0 N google_api_notice
5760 show_on_product 43 121 C 0 N show_on_product N
5762 min_amount 45 46 I 0 N min_amount 50
5768 print_map 47 48 C 0 N print_map Y
5770 variations_allow_own_images 49 50 C 0 N variations_allow_own_images Y
5773 notice 51 52 O 0 N notice
5780 forbidden_countries_notice 51 53 O 0 N forbidden_countries_notice
5782 access_key 54 55 I 0 N access_key 4b1ff4f05b99859852c04ea2f6f71b46
5785 final_sale_from 58 59 I 0 N final_sale_from 25
5787 period 58 60 S 0 N period all
5789 seo_product_type 61 62 S 0 N seo_product_type product_category_nohtml
5796 point_rate 63 64 I 0 N point_rate 1
5806 tracking_code 65 66 I 0 N tracking_code
5808 pixel_id 67 68 I 0 N pixel_id
5820 search_form_code 71 72 T 0 N search_form_code zeroplast24.rudispatch=yandex_search.search
5833 polls_votes_on_page 75 76 I 0 N polls_votes_on_page 20
5846 banner_multilang 79 80 C 0 N banner_multilang Y
5856 product_posts_per_page 83 84 I 0 N product_posts_per_page 10
5863 category_posts_per_page 83 85 I 0 N category_posts_per_page 10
5868 order_posts_per_page 83 86 I 0 N order_posts_per_page 10
5870 page_posts_per_page 83 87 I 0 N page_posts_per_page 10
5876 home_page_posts_per_page 83 88 I 0 N home_page_posts_per_page 10
5882 cz_animation_time 89 90 I 0 N cz_animation_time 200
5905 cron_password 93 94 I 0 N cron_password MYPASS
5906 price_list_info 95 96 O 0 N price_list_info
5911 general_info 97 98 O 0 N general_info
5914 main_store_mode 99 100 R 0 N main_store_mode catalog
5916 icons_pack 101 102 S 0 N icons_pack flat_32x32
6074 config 124 125 E 0 N config config.tpl
5962 settings 106 107 E 0 N settings settings.tpl
6293 consider_warehouses 179 180 C 0 N consider_warehouses Y
5992 exim_1c_allow_import_features 112 114 C 0 N exim_1c_allow_import_features Y
5999 exim_1c_only_import_offers 112 115 C 0 N exim_1c_only_import_offers Y
6014 exim_1c_order_shipping 112 117 C 0 N exim_1c_order_shipping N
6056 allow_save_attachments_to_server 122 123 C 0 N allow_save_attachments_to_server N
6078 service_url 126 127 S 0 N service_url https://converter.cs-cart.ru
6079 phone_number 128 129 L 0 N phone_number +7(926)134-05-01
6094 general_info 130 131 O 0 N general_info
6104 text_general 132 133 E 0 N text_general general.tpl
6270 activate_non_protection_for_ips 173 174 C 0 N activate_non_protection_for_ips N
6110 legal_name 136 137 I 0 N legal_name ИП Оганесян О.Г.
6247 show_subscription 169 170 C 0 N show_subscription Y
6121 code 140 141 D 0 N code ABA-34wKDnHw4TNsuCpTunnKu
6123 cron_key 142 143 0 N cron_key 8x1p8W6u0g7u2u6
6128 description_type 144 145 S 0 N description_type html
6134 template_variant 144 146 S 0 N template_variant vertical_tabs
6138 display_attached_mb_items_on_cat_page 144 147 C 0 N display_attached_mb_items_on_cat_page N
6139 load_by_ajax 148 149 C 0 N load_by_ajax Y
6143 position 150 151 S 0 N position post
6377 position 208 209 S 0 N position bottom_right
6171 show_on_homepage 154 155 C 0 N show_on_homepage Y
6181 code 156 157 D 0 N code ABA-M0hkePZhajtlwrCE7t9BT
6190 code 158 159 D 0 N code ABA-As9YAVeeT5cEiYETKbWRg
6202 count_to 160 161 S 0 N count_to end_of_the_day
6228 ps_display_price 165 166 C 0 N ps_display_price Y
6236 notice 167 168 O 0 N notice
6250 show_on_product_page 171 172 C 0 N show_on_product_page Y
6268 returnable 56 57 C 0 N returnable Y
6342 statuses_tpl 189 192 E 0 N statuses_tpl statuses.tpl
6328 order_prefix 189 190 I 0 N order_prefix
6363 notify_me_about_new_versions 199 200 C 0 N notify_me_about_new_versions Y
6349 licensekey 195 196 I 0 N licensekey CP-OM-LA23-WB00-HJBX-SLMZ
6355 use_products_markup 195 197 C 0 N use_products_markup Y
6361 use_categories_markup 195 198 C 0 N use_categories_markup Y
6367 use_logs 199 201 N 0 N use_logs
6368 template 202 203 Z 0 N template admin_panel.tpl
6376 commerceml_get_setting_info 206 207 E 0 N commerceml_get_setting_info settings.tpl
6393 replain_settings 210 211 E 0 N replain_settings settings.tpl
6426 output_position 236 237 S 0 N output_position L
6412 gdpr_cookie_consent 225 226 S 0 N gdpr_cookie_consent implicit
6415 gdpr_settings 225 227 E 0 N gdpr_settings settings.tpl
6417 config 228 229 O 0 N config a:1:{i:0;s:105:"13903;B7kUpWMjjRYH7o59srTs1cy4nupD8SER;;;;;;Y;;;Y;odt;;;;;;;;;;;;;;;;off;Y;C;Y;1;;Y;;;;;;;;;;param=22;0;Y";}
6418 char_amount 230 231 I 0 N char_amount 3
6438 ts_appearance 236 238 S 0 N ts_appearance rounded
6439 p_appearance 236 239 S 0 N p_appearance rectangular
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#login=Y&register=Y&recover=Y&track_product_in_stock=Y&newsletters=Y&gift_certificates=Y&call_request=Y&form_builder=Y&discussion=Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address микрорайон Кучино, ул. Южная д.1
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 1597042380
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
6397 yandex_suggest_api_key 39 41 I 10 N yandex_suggest_api_key e802adb1-f7ab-46da-a38a-d49241f2ecf6
12 license_number 13 0 I 10 N license_number CS-ULT-RUS-R23T-06QY-8TBN-2768
105 show_cats 8 0 C 10 N show_cats N
108 mailer_send_method 1 0 S 10 N mailer_send_method mail
133 width 11 0 D 10 N width 110
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
5718 override_customer_info 26 27 C 10 N override_customer_info N
5728 tags_for_pages 28 29 C 10 N tags_for_pages Y
5730 display_rss_feed_in_category 30 31 C 10 N display_rss_feed_in_category N
5743 em_checkout_enabled 35 36 C 10 N em_checkout_enabled N
5750 em_mailchimp_list 35 37 S 10 N em_mailchimp_list
5755 show_shippings_on_product 39 40 C 10 N show_shippings_on_product N
5757 yandex_commercial 39 41 C 10 N yandex_commercial N
5759 google_api_key 39 42 I 10 N google_api_key
5763 max_amount 45 46 I 10 N max_amount 1500
5769 show_locations_at_geolocator 47 48 C 10 N show_locations_at_geolocator N
5771 variations_allow_own_features 49 50 C 10 N variations_allow_own_features N
5774 recaptcha_site_key 51 52 I 10 N recaptcha_site_key 6LfD6l4UAAAAABR8CNhiu9up0I-cL-zAbn5GMpBm
5781 forbidden_countries 51 53 B 10 N forbidden_countries #M#=Y&CN=Y&CG=Y&IR=Y
5786 sales_amount_from 58 59 I 10 N sales_amount_from 10
5788 last_days 58 60 I 10 N last_days 5
5790 seo_category_type 61 62 S 10 N seo_category_type category_nohtml
5797 auto_price_in_points 63 64 C 10 N auto_price_in_points Y
5807 track_ecommerce 65 66 C 10 N track_ecommerce Y
5809 track_all_page_views 67 68 C 10 N track_all_page_views Y
5813 info 69 70 O 10 N info
5819 log_type_yml_export 12 0 N 10 N log_type_yml_export #M#export=Y
5821 search_results_code 71 72 T 10 N search_results_code <div class="ya-site-form ya-site-form_inited_no" data-bem="{&quot;action&quot;:&quot;https://yandex.ru/search/site/&quot;,&quot;arrow&quot;:false,&quot;bg&quot;:&quot;transparent&quot;,&quot;fontsize&quot;:12,&quot;fg&quot;:&quot;#000000&quot;,&quot;language&quot;:&quot;ru&quot;,&quot;logo&quot;:&quot;rb&quot;,&quot;publicname&quot;:&quot;поиск&quot;,&quot;suggest&quot;:true,&quot;target&quot;:&quot;_self&quot;,&quot;tld&quot;:&quot;ru&quot;,&quot;type&quot;:2,&quot;usebigdictionary&quot;:true,&quot;searchid&quot;:14217855,&quot;input_fg&quot;:&quot;#000000&quot;,&quot;input_bg&quot;:&quot;#ffffff&quot;,&quot;input_fontStyle&quot;:&quot;normal&quot;,&quot;input_fontWeight&quot;:&quot;normal&quot;,&quot;input_placeholder&quot;:null,&quot;input_placeholderColor&quot;:&quot;#000000&quot;,&quot;input_borderColor&quot;:&quot;#7f9db9&quot;}"><form action="https://yandex.ru/search/site/" method="get" target="_self" accept-charset="utf-8"><input type="hidden" name="searchid" value="14217855"/><input type="hidden" name="l10n" value="ru"/><input type="hidden" name="reqenc" value=""/><input type="search" name="text" value=""/><input type="submit" value="Найти"/></form></div><style type="text/css">.ya-page_js_yes .ya-site-form_inited_no { display: none; }</style><script type="text/javascript">(function(w,d,c){var s=d.createElement('script'),h=d.getElementsByTagName('script')[0],e=d.documentElement;if((' '+e.className+' ').indexOf(' ya-page_js_yes ')===-1){e.className+=' ya-page_js_yes';}s.type='text/javascript';s.async=true;s.charset='utf-8';s.src=(d.location.protocol==='https:'?'https:':'http:')+'//site.yandex.net/v2.0/js/all.js';h.parentNode.insertBefore(s,h);(w[c]||(w[c]=[])).push(function(){Ya.Site.Form.init()})})(window,document,'yandex_site_callbacks');</script>
5823 elm_image_info 73 74 O 10 N elm_image_info
5834 polls_comments_on_page 75 76 I 10 N polls_comments_on_page 20
5836 admin_reverse_ip_access 77 78 C 10 N admin_reverse_ip_access
5848 watermark_settings 81 82 E 10 N watermark_settings watermark.tpl
5857 product_post_approval 83 84 S 10 N product_post_approval any
5864 category_post_approval 83 85 S 10 N category_post_approval any
5869 order_initiate 83 86 C 10 N order_initiate Y
5871 page_post_approval 83 87 S 10 N page_post_approval disabled
5877 home_page_post_approval 83 88 S 10 N home_page_post_approval any
5883 cz_zoom_position 89 90 S 10 N cz_zoom_position 5
5885 clear_url 91 92 O 10 N clear_url
5907 price_list_fields 95 96 B 10 N price_list_fields #M#=Y&product_code=Y&image=Y&product=Y&price=Y
5912 apikey 97 98 I 10 N apikey
5915 add_to_cart_empty_buy_now_url 99 100 C 10 N add_to_cart_empty_buy_now_url N
5917 autogen_email 101 102 C 10 N autogen_email N
6075 config_data 124 125 D 10 N config_data {"app_appearance":{"colors":{"categories":{"categoriesBackgroundColor":{"value":"#FAFAFA","type":"color","name":"Background","description":"The background color of the block with categories."},"categoriesHeaderColor":{"value":"#000","type":"color","name":"Block title color","description":"Affects the titles of all blocks, not just the one with categories."},"categoryBlockBackgroundColor":{"value":"#FFF","type":"color","name":"Card background","description":"The background color of category cards."},"categoryBlockTextColor":{"value":"#000","type":"color","name":"Card text","description":"The color of text in a category card."},"categoryBorderRadius":{"value":6,"type":"number","name":"Card corners radius","description":"Determines how rounded the corners of a category card will be."}},"navbar":{"statusBarColor":{"value":"#c1c1c1","type":"color","name":"Status bar color","description":"The color of the system status bar; affects Android devices only."},"navBarBackgroundColor":{"value":"#FAFAFA","type":"color","name":"Background","description":"The background color of the navigation bar."},"navBarButtonColor":{"value":"#989898","type":"color","name":"Icon color","description":"The color of icons in the navigation bar."},"navBarTextColor":{"value":"#242424","type":"color","name":"Text color","description":"The color of text in the navigation bar."},"screenBackgroundColor":{"value":"#fff","type":"color","name":"Screen background","description":"The common background color of all screens in the app."},"navBarTitleFontSize":{"value":"16","type":"number","name":"Title text size","description":"The size of the title text."}},"product_screen":{"buttonBackgroundColor":{"value":"#FF6008","type":"color","name":"Primary CTA button","description":"The background color of the primary CTA button (such as 'Add to Cart')."},"buttonWithBackgroundTextColor":{"value":"#fff","type":"color","name":"CTA text color","description":"The text color of both primary and secondary CTA buttons."},"buttonWithoutBackgroundTextColor":{"value":"#FF6008","type":"color","name":"Secondary action text","description":"The color of sorting and filter links, etc."},"ratingStarsColor":{"value":"#EAA944","type":"color","name":"Rating stars color","description":"The color of the rating icons (stars)."},"discussionMessageColor":{"value":"#808080","type":"color","name":"Text color","description":"Affects product descriptions, discussions, and other texts at the product screen."},"darkColor":{"value":"#242424","type":"color","name":"Product name","description":"Determines color of product name and product price"},"grayColor":{"value":"#FAFAFA","type":"color","name":"Tabs background","description":""},"mediumGrayColor":{"value":"#B8B8B8","type":"color","name":"Options border color","description":""},"categoryEmptyImage":{"value":"#989898","type":"color","name":"\"Add image\" button","description":"The color of the \"plus\" button for adding a product image."}},"other":{"successColor":{"value":"#7DCFB6","type":"color","name":"Success color","description":"The background color of a pop-up notification about a successful action."},"infoColor":{"value":"#FCEADE","type":"color","name":"Info color","description":"The background color of a pop-up notification with information."},"dangerColor":{"value":"#D9534F","type":"color","name":"Error color","description":"The background color of a pop-up notification about an error."},"borderRadius":{"value":8,"type":"number","name":"Border radius","description":"Determines how rounded the corners of product borders will be."},"productDiscountColor":{"value":"#EAA944","type":"color","name":"Discount badge","description":"The background color of a badge with the amount of product discount."},"productBorderColor":{"value":"#FFF","type":"color","name":"Product border","description":"The color of a thin border around products on product lists."},"pushNotificationsColor":{"value":"#26323e","type":"color","name":"Push notifications color","description":"Color of push notifications."},"dotsSwiperColor":{"value":"#0085FE","type":"color","name":"Image slider bullets","description":"The color of bullets in image galleries."}},"bottom_tabs":{"bottomTabsBackgroundColor":{"value":"#fff","type":"color","name":"Background color","description":"Background color."},"bottomTabsTextColor":{"value":"#888888","type":"color","name":"Text color","description":"Text color."},"bottomTabsSelectedTextColor":{"value":"#000","type":"color","name":"Selected text color","description":"Selected text color."},"bottomTabsIconColor":{"value":"#888888","type":"color","name":"Icon color","description":"Icon color."},"bottomTabsSelectedIconColor":{"value":"#000","type":"color","name":"Selected icon color","description":"Selected icon color."},"bottomTabsPrimaryBadgeColor":{"value":"#FD542A","type":"color","name":"Primary badge color","description":"Color of the icon with the number of products."}},"profile":{"menuItemsBorderColor":{"value":"#D6D6D6","type":"color","name":"Border color","description":"Border color for menu items."},"menuIconsColor":{"value":"#D3D3D3","type":"color","name":"Menu icons color","description":"Menu icons color."},"menuTextColor":{"value":"#424040","type":"color","name":"Menu text color","description":"Menu text color."}}},"sizes":{"navBarButtonFontSize":"1em"}},"app_settings":{"images":{"appIcon":"","splashScreen":""},"utility":{"shopName":"","fcmApiKey":""},"build":{"appName":"","appShortDescription":"","appFullDescription":"","supportEmail":"","privacyPolicyUrl":""},"apple_pay":{"applePay":"off","applePayMerchantIdentifier":"","applePayMerchantName":""},"google_pay":{"googlePay":"off","googlePayApiKey":""}},"promotion":{"app_store_app_id":"","google_play_app_id":""}}
5963 cron_key 106 107 D 10 N cron_key m6IMMflokzConJxv
5965 personal_information 108 109 O 10 N personal_information
5974 exim_1c_info 112 113 O 10 N exim_1c_info
5993 exim_1c_property_product 112 114 10 N exim_1c_property_product
6000 exim_1c_create_prices 112 115 C 10 N exim_1c_create_prices N
6003 exim_1c_info_features 112 116 O 10 N exim_1c_info_features
6026 counter_number 119 120 I 10 N counter_number 27202799
6076 log_type_yandex_checkout 12 0 N 10 N log_type_yandex_checkout #M#yc_failed=Y
6080 phone_number_from 128 129 L 10 N phone_number_from +7(977)347-25-75
6095 additional_langs 130 131 C 10 N additional_langs N
6098 color_preset 124 125 D 10 N color_preset C
6111 description 136 137 T 10 N description Интернет магазин zeroplast24.ru Выгодная цена ✓Большой ассортимент ✓акции ✓наличие ✓Доставка и скидки! Наличие на складе✓ ☎ +7 (977) 347-25-75
6248 code 169 170 D 10 N code ABM-CSCartMarketplace1234
6122 build 140 141 D 10 N build 1262
6124 item_nth 142 143 I 10 N item_nth 7
6129 use_additional_categories 144 145 C 10 N use_additional_categories N
6135 appearance_type_styles 144 146 S 10 N appearance_type_styles fill
6140 add_watermarks 148 149 C 10 N add_watermarks N
6144 show_in_lists 150 151 C 10 N show_in_lists Y
6378 transition 208 209 I 10 N transition 600
6172 show_on_category_page 154 155 C 10 N show_on_category_page Y
6182 build 156 157 D 10 N build 1115
6191 build 158 159 D 10 N build 1159
6203 countdown_type 160 161 S 10 N countdown_type javascript
6427 output_type_template 236 237 E 10 N output_type_template output_type.tpl
6229 ps_display_add_to_cart 165 166 C 10 N ps_display_add_to_cart Y
6237 reviews_per_page 167 168 I 10 N reviews_per_page 10
6271 non_protection_for_ips 173 174 T 10 N non_protection_for_ips
6251 show_on_quick_product_page 171 172 C 10 N show_on_quick_product_page Y
6269 return_period 56 57 I 10 N return_period 10
6343 courierexe_statuses 189 192 D 10 N courierexe_statuses {"ACCEPTED":"0","AWAITING_SYNC":"0","CANCELED":"F","COMPLETE":"C","CONFIRM":"P","COURIERCANCELED":"D","COURIERDELIVERED":"0","COURIERPARTIALLY":"0","COURIERRETURN":"0","CUSTOMSFINISHED":"0","CUSTOMSPROCESS":"0","DATECHANGE":"0","DELIVERY":"0","DEPARTURE":"0","DEPARTURING":"0","INVENTORY":"0","LOST":"0","NEW":"0","NEWPICKUP":"0","PARTIALLY":"0","PICKUP":"0","PICKUPREADY":"0","RETURNED":"0","RETURNING":"0","UNCONFIRM":"0","WMSASSEMBLED":"0","WMSDISASSEMBLED":"0"}
6333 weight_feature 189 191 I 10 N weight_feature
6329 send_article 189 190 C 10 N send_article Y
6364 last_ping 199 200 D 10 N last_ping 1774613052
6350 fb_app_id 195 196 I 10 N fb_app_id
6356 feature_brand 195 197 S 10 N feature_brand
6362 use_product_image 195 198 C 10 N use_product_image Y
6369 api_key 202 203 D 10 N api_key
6394 replain_script 210 211 T 10 N replain_script <script> window.replainSettings = { id: '2d13b40f-6327-44a1-8a36-807368294fc1' }; (function(u){var s=document.createElement('script');s.async=true;s.src=u; var x=document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x); })('https://widget.replain.cc/dist/client.js'); </script>
6400 step_by_step_checkout_info 216 217 E 10 N step_by_step_checkout_info setup_layout_steps.tpl
6413 privacy_policy_page 225 226 S 10 N privacy_policy_page 3
6416 gdpr_settings_data 225 227 D 10 N gdpr_settings_data {"checkout_place_order":{"enable":"N"},"checkout_profiles_update":{"enable":"N"},"user_registration":{"enable":"N"},"profiles_update":{"enable":"N"},"product_subscription":{"enable":"N"},"newsletters_subscribe":{"enable":"Y"},"call_requests":{"enable":"N"},"discussions_add_review":{"enable":"N"}}
6419 border_color 230 231 I 10 N border_color red
6103 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
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
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
5682 twitter_via 20 21 I 20 N twitter_via
5688 facebook_app_id 20 22 I 20 N facebook_app_id
5701 vkontakte_appid 20 23 I 20 N vkontakte_appid
5709 yandex_share_code 20 24 T 20 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
6100 cron_command 91 92 E 20 N cron_command cron_command.tpl
5713 pinterest_size 20 25 S 20 N pinterest_size 20
5731 category_max_products_items 30 31 I 20 N category_max_products_items 5
5734 mailer_send_method 32 33 S 20 N mailer_send_method default
5744 em_double_opt_in 35 36 C 20 N em_double_opt_in N
5761 show_on_messages 43 121 C 20 N show_on_messages Y
5764 code_prefix 45 46 I 20 N code_prefix GC
5772 variations_allow_auto_change_default_variation 49 50 C 20 N variations_allow_auto_change_default_variation Y
5775 recaptcha_secret 51 52 I 20 N recaptcha_secret 6LfD6l4UAAAAACsKUBYrwz5DRJXTcVHwBmT4Dg0k
5783 display_product_return_period 56 57 C 20 N display_product_return_period Y
5791 seo_page_type 61 62 S 20 N seo_page_type page_nohtml
5798 price_in_points_with_discounts 63 64 C 20 N price_in_points_with_discounts Y
5810 track_add_to_cart 67 68 C 20 N track_add_to_cart N
5814 phone 69 70 I 20 N phone
5837 unsuccessful_attempts_login 77 78 C 20 N unsuccessful_attempts_login
5858 product_post_ip_check 83 84 C 20 N product_post_ip_check N
5865 category_post_ip_check 83 85 C 20 N category_post_ip_check N
5872 page_post_ip_check 83 87 C 20 N page_post_ip_check N
5878 home_page_post_ip_check 83 88 C 20 N home_page_post_ip_check Y
5908 price_list_sorting 95 96 S 20 N price_list_sorting product_code
5913 appdomain 97 98 I 20 N appdomain
6344 auto_status 189 192 D 20 N auto_status P
5994 exim_1c_used_brand 112 114 R 20 N exim_1c_used_brand not_used
6001 exim_1c_check_prices 112 115 C 20 N exim_1c_check_prices N
6016 exim_1c_from_order_id 112 117 20 N exim_1c_from_order_id 260324
6027 is_obsolete_code_snippet_used 119 120 C 20 N is_obsolete_code_snippet_used N
6096 yandex_map 39 41 E 20 N yandex_map map.tpl
6097 google_map 39 42 E 20 N google_map map.tpl
6112 show_address 136 137 C 20 N show_address Y
6125 decrease_items_per_page 142 143 C 20 N decrease_items_per_page Y
6130 save_element_state 144 145 C 20 N save_element_state N
6136 bg_color_template 144 146 E 20 N bg_color_template color.tpl
6141 code 148 149 D 20 N code ABA-FubFe5AXvwuT7JlvkREj4
6145 on_thumbnail_click 150 151 S 20 N on_thumbnail_click open_popup
6379 icon 208 209 S 20 N icon arrow_1
6173 show_on_product_page 154 155 C 20 N show_on_product_page Y
6183 add_catalog_to_breadcrumbs 156 157 C 20 N add_catalog_to_breadcrumbs Y
6192 max_height 158 159 20 N max_height 250
6204 max_height 160 161 I 20 N max_height 250
6428 TL_max_count 236 237 D 20 N TL_max_count 3
6230 ps_display_navigation_dots 165 166 C 20 N ps_display_navigation_dots Y
6238 review_approval 167 168 S 20 N review_approval any
6272 non_protection_classes 173 174 I 20 N non_protection_classes
6249 build 169 170 D 20 N build 1278
6252 show_on_cart_page 171 172 C 20 N show_on_cart_page Y
6334 weight_feature_grams 189 191 I 20 N weight_feature_grams 1000
6330 pvz_map_width 189 190 I 20 N pvz_map_width 906
6365 flag 199 200 D 20 N flag 1
6351 use_homepage_markup 195 196 C 20 N use_homepage_markup Y
6357 feature_condition 195 197 S 20 N feature_condition
6370 private_key 202 203 D 20 N private_key
6414 gdpr_cookie_consent_texts 225 226 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
6420 search_type 230 231 S 20 N search_type all
16 weight_symbol 2 0 I 30 Y weight_symbol кг
34 company_country 5 0 X 30 Y company_country RU
85 week 10 0 S 30 Y week %U, %b
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
8 ftp_hostname 13 0 I 30 N ftp_hostname
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host smtp.mail.ru:465
118 string_length 11 0 D 30 N string_length 5
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 N
5714 pinterest_shape 20 25 S 30 N pinterest_shape rect
5720 paypal_status_map_settings 26 27 E 30 N paypal_status_map_settings statuses_map.tpl
5745 em_welcome_letter 35 36 C 30 N em_welcome_letter N
5765 cert_per_page 45 46 I 30 N cert_per_page 10
5776 recaptcha_theme 51 52 S 30 N recaptcha_theme dark
5784 dont_take_weekends_into_account 56 57 C 30 N dont_take_weekends_into_account Y
5792 seo_other_type 61 62 S 30 N seo_other_type directory
5799 points_with_discounts 63 64 C 30 N points_with_discounts Y
5811 track_order_placed 67 68 C 30 N track_order_placed N
5815 phone_prefix_length 69 70 I 30 N phone_prefix_length +7
5825 type 73 74 S 30 N type C128B
5838 number_unsuccessful_attempts 77 78 I 30 N number_unsuccessful_attempts 5
5850 use_for_product_icons 81 82 C 30 N use_for_product_icons N
5887 site_change 91 92 S 30 N site_change daily
5909 group_by_category 95 96 C 30 N group_by_category Y
5967 subscribe_confidentiality 108 109 C 30 N subscribe_confidentiality Y
5995 exim_1c_property_for_manufacturer 112 114 30 N exim_1c_property_for_manufacturer
6005 exim_1c_weight_property 112 116 T 30 N exim_1c_weight_property Вес
6017 exim_1c_import_statuses 112 117 C 30 N exim_1c_import_statuses Y
6077 show_on_order 43 121 C 30 N show_on_order Y
6082 clickatel_api_id 128 129 I 30 N clickatel_api_id
6113 show_phone 136 137 C 30 N show_phone Y
6126 code 142 143 D 30 N code ABA-qm1mqMfLeRqoz36d4oKl1
6131 bg_color 144 145 D 30 N bg_color #f5f5f7
6137 use_style_presets 144 146 C 30 N use_style_presets Y
6142 build 148 149 D 30 N build 1107
6146 controls 150 151 C 30 N controls N
6380 margin_top 208 209 I 30 N margin_top 0
6174 show_on_cart_page 154 155 C 30 N show_on_cart_page Y
6184 maximum_number_of_displayed_items 156 157 I 30 N maximum_number_of_displayed_items 5
6193 hide_in_product 158 159 C 30 N hide_in_product Y
6205 promotions_per_page 160 161 I 30 N promotions_per_page 12
6429 TR_max_count 236 237 D 30 N TR_max_count 3
6231 ps_display_zoom 165 166 C 30 N ps_display_zoom Y
6239 review_ip_check 167 168 C 30 N review_ip_check N
6273 non_protection_for_admin 173 174 C 30 N non_protection_for_admin N
6253 show_on_checkout_page 171 172 C 30 N show_on_checkout_page Y
6331 pvz_map_height 189 190 I 30 N pvz_map_height 400
6352 homepage_markup_link 195 196 E 30 N homepage_markup_link homepage_markup_link.tpl
6358 feature_availability 195 197 S 30 N feature_availability auto
6366 token 199 200 D 30 N token
6371 parent_private_key 202 203 D 30 N parent_private_key
6402 settings_proxy 216 217 O 30 N settings_proxy
6403 use_contrast_style_elements 144 146 C 30 N use_contrast_style_elements N
6421 multiple_checkboxes 230 231 N 30 N multiple_checkboxes #M#pname=Y&pshort=Y&pfull=Y&pkeywords=Y&pcode=Y
107 show_site_info 8 0 C 35 N show_site_info Y
125 lines_number 11 0 D 35 N lines_number 20
126 grid_color 11 0 D 36 N grid_color cccccc
25 company_state 5 0 W 40 Y company_state MOS
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 1000
86 month 10 0 S 40 Y month %B
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
9 ftp_username 13 0 I 40 N ftp_username
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username mail@zeroplast24.ru
119 min_font_size 11 0 D 40 N min_font_size 14
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
5736 mailer_smtp_host 32 33 I 40 N mailer_smtp_host
5746 em_service 35 36 S 40 N em_service dummy
5766 free_products_allow 45 46 C 40 N free_products_allow Y
5777 recaptcha_size 51 52 S 40 N recaptcha_size normal
5793 seo_language 61 62 C 40 N seo_language N
5800 price_in_points_order_discount 63 64 C 40 N price_in_points_order_discount Y
5816 phone_mask 69 70 I 40 N phone_mask
5826 output 73 74 S 40 N output png
5839 login_intervals 77 78 I 40 N login_intervals 60
5851 use_for_product_detailed 81 82 C 40 N use_for_product_detailed Y
5867 category_discussion_type 83 85 S 40 N category_discussion_type D
5874 page_discussion_type 83 87 S 40 N page_discussion_type D
5880 home_page_testimonials 83 88 S 40 N home_page_testimonials B
5888 site_priority 91 92 S 40 N site_priority 1
5910 include_options 95 96 C 40 N include_options N
5968 request_active_consent 108 109 C 40 N request_active_consent Y
5977 exim_1c_lang 112 113 S 40 N exim_1c_lang ru
6006 exim_1c_display_weight 112 116 C 40 N exim_1c_display_weight N
6018 exim_1c_export_statuses 112 117 C 40 N exim_1c_export_statuses Y
6029 visor 119 120 C 40 N visor Y
6083 clickatel_unicode 128 129 C 40 N clickatel_unicode N
6102 quantity_discount_on_different_variations 49 50 C 40 N quantity_discount_on_different_variations N
6274 code 173 174 D 40 N code ABA-Lvk4T1d9xPZXcZx3cyKtc
6114 show_brand 136 137 C 40 N show_brand Y
6127 build 142 143 D 40 N build 1101
6132 code 144 145 D 40 N code ABA-B89XwfXDZlCBNtcxof2eM
6147 repeat 150 151 C 40 N repeat N
6381 margin_right 208 209 I 40 N margin_right 10
6175 show_on_checkout_page 154 155 C 40 N show_on_checkout_page Y
6185 catalog_menu 156 157 I 40 N catalog_menu 0
6194 hide_in_category 158 159 C 40 N hide_in_category Y
6206 chains_per_page 160 161 I 40 N chains_per_page 3
6430 BL_max_count 236 237 D 40 N BL_max_count 3
6232 ps_display_fullscreen 165 166 C 40 N ps_display_fullscreen Y
6240 review_fields 167 168 S 40 N review_fields advanced
6254 allow_to_add_a_comment 171 172 C 40 N allow_to_add_a_comment Y
6336 dimensions_feature_lwh 189 191 I 40 N dimensions_feature_lwh
6353 use_pages_markup 195 196 C 40 N use_pages_markup Y
6359 feature_retailer_item_id 195 197 S 40 N feature_retailer_item_id use_product_code
6372 import_status 202 203 D 40 N import_status
6422 single_product 230 231 C 40 N single_product Y
33 company_zipcode 5 0 I 50 Y company_zipcode 143981
87 year 10 0 S 50 Y year %Y
168 store_mode 2 0 O 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
10 ftp_password 13 0 P 50 N ftp_password
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password JKu6fmcMCgrPsbKFtLxY
120 max_font_size 11 0 D 50 N max_font_size 16
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
5716 pinterest_display_on 20 25 N 50 N pinterest_display_on N
5722 paypal_partial_refund_action_settings 26 27 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
5737 mailer_smtp_username 32 33 I 50 N mailer_smtp_username
5747 em_token 35 36 D 50 N em_token 5b7d653603b88426324e9f732f9db80d
5767 redeem_shipping_cost 45 46 C 50 N redeem_shipping_cost Y
5778 recaptcha_type 51 52 S 50 N recaptcha_type image
5794 single_url 61 62 C 50 N single_url Y
5801 reward_points_order_discount 63 64 C 50 N reward_points_order_discount Y
5817 buy_now_with_one_click 69 70 C 50 N buy_now_with_one_click N
5827 text 73 74 S 50 N text Y
5840 time_block 77 78 I 50 N time_block 24
5860 product_discussion_type 83 84 S 50 N product_discussion_type D
5881 testimonials_from_all_stores 83 88 C 50 N testimonials_from_all_stores N
5978 exim_1c_import_type_categories 112 113 S 50 N exim_1c_import_type_categories default
5997 exim_1c_deny_or_allow 112 114 R 50 N exim_1c_deny_or_allow not_used
6007 exim_1c_free_shipping 112 116 T 50 N exim_1c_free_shipping Бесплатная доставка
6019 exim_1c_all_product_order 112 117 C 50 N exim_1c_all_product_order N
6030 clickmap 119 120 C 50 N clickmap Y
6084 clickatel_concat 128 129 S 50 N clickatel_concat clickatel_concat_3
6115 brand 136 137 S 50 N brand 18
6133 build 144 145 D 50 N build 1206
6148 th_size 150 151 I 50 N th_size 100
6382 margin_bottom 208 209 I 50 N margin_bottom 10
6176 add_default 154 155 C 50 N add_default Y
6186 show_category_tree 156 157 C 50 N show_category_tree N
6195 hide_in_brand 158 159 C 50 N hide_in_brand Y
6207 highlight_when_left 160 161 S 50 N highlight_when_left 1
6431 BR_max_count 236 237 D 50 N BR_max_count 3
6233 ps_close_with_gesture 165 166 C 50 N ps_close_with_gesture Y
6241 review_after_purchase 167 168 C 50 N review_after_purchase N
6255 place_order_action 171 172 S 50 N place_order_action notification
6275 build 173 174 D 50 N build 766
6337 dimensions_feature_lwh_separator 189 191 I 50 N dimensions_feature_lwh_separator x
6354 use_markup_for 195 196 N 50 N use_markup_for N
6360 feature_item_group_id 195 197 S 50 N feature_item_group_id
6373 last_request 202 203 D 50 N last_request
6423 admin_search_type 230 231 S 50 N admin_search_type all
61 store_access_key 2 0 O 51 Y store_access_key
6047 recaptcha_v3_site_key 51 52 I 52 N recaptcha_v3_site_key
6048 recaptcha_v3_secret 51 52 I 53 N recaptcha_v3_secret
6049 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 ssl
6051 recaptcha_use_for_value 51 52 D 56 N recaptcha_use_for_value a:11:{s:5:"login";s:12:"recaptcha_v2";s:8:"register";s:12:"recaptcha_v2";s:7:"recover";s:12:"recaptcha_v2";s:8:"checkout";s:0:"";s:12:"track_orders";s:0:"";s:22:"track_product_in_stock";s:12:"recaptcha_v2";s:11:"newsletters";s:12:"recaptcha_v2";s:17:"gift_certificates";s:12:"recaptcha_v2";s:12:"call_request";s:12:"recaptcha_v2";s:12:"form_builder";s:12:"recaptcha_v2";s:10:"discussion";s:12:"recaptcha_v2";}
7 feedback_type 2 0 S 57 Y feedback_type auto
6052 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 Y
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes N
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(977)347-25-75
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
6396 image_file_size 9 0 Q 60 Y image_file_size
11 ftp_directory 13 0 I 60 N ftp_directory
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth Y
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
5738 mailer_smtp_password 32 33 I 60 N mailer_smtp_password
5748 em_lastsync 35 36 D 60 N em_lastsync 1597056292
5779 settings_proxy 51 52 O 60 N settings_proxy
5795 non_latin_symbols 61 62 C 60 N non_latin_symbols N
5802 higher_level_extract 63 64 C 60 N higher_level_extract Y
5818 order_status 69 70 S 60 N order_status Y
5828 height 73 74 I 60 N height 60
5853 use_for_category_icons 81 82 C 60 N use_for_category_icons N
5861 product_share_discussion 83 84 C 60 N product_share_discussion N
5875 page_share_discussion 83 87 C 60 N page_share_discussion N
5890 include_products 91 92 C 60 N include_products Y
5979 exim_1c_import_type 112 113 S 60 N exim_1c_import_type default
5998 exim_1c_features_list 112 114 T 60 N exim_1c_features_list
6008 exim_1c_display_free_shipping 112 116 C 60 N exim_1c_display_free_shipping N
6020 exim_1c_order_statuses 112 117 N 60 N exim_1c_order_statuses N
6031 external_links 119 120 C 60 N external_links Y
6116 show_availability 136 137 C 60 N show_availability Y
6149 cycle 150 151 C 60 N cycle Y
6383 margin_left 208 209 I 60 N margin_left 0
6177 shuffle 154 155 C 60 N shuffle Y
6187 link 156 157 O 60 N link
6196 selectors 158 159 I 60 N selectors
6208 amount_of_promos_in_prods_lists 160 161 S 60 N amount_of_promos_in_prods_lists 0
6432 TL_output_type 236 237 D 60 N TL_output_type column
6234 code 165 166 D 60 N code ABA-35b0LPT6cRHr3JqjX0uEu
6242 review_ask_for_customer_location 167 168 S 60 N review_ask_for_customer_location none
6256 user_name 171 172 I 60 N user_name Заказ в 1 клик
6338 dimensions_feature_l 189 191 I 60 N dimensions_feature_l
6374 last_resync 202 203 D 60 N last_resync
122 char_shadow 11 0 D 65 N char_shadow N
29 company_phone_2 5 0 L 70 Y company_phone_2
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
123 colour 11 0 D 70 N colour N
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 N
5724 paypal_logo_uploader_settings 26 27 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
5739 mailer_smtp_ecrypted_connection 32 33 S 70 N mailer_smtp_ecrypted_connection none
5803 several_points_action 63 64 S 70 N several_points_action minimal_absolute
5829 width 73 74 I 70 N width 250
5842 unsuccessful_attempts_login_customer 77 78 C 70 N unsuccessful_attempts_login_customer
5854 use_for_category_detailed 81 82 C 70 N use_for_category_detailed Y
5862 product_review_after_purchase 83 84 C 70 N product_review_after_purchase N
5891 products_change 91 92 S 70 N products_change daily
5980 exim_1c_import_products 112 113 S 70 N exim_1c_import_products all_products
6009 exim_1c_shipping_cost 112 116 T 70 N exim_1c_shipping_cost Стоимость доставки
6032 denial 119 120 C 70 N denial Y
6086 sms_new_order_placed 128 129 C 70 N sms_new_order_placed Y
6117 use_sku_as_mpn 136 137 C 70 N use_sku_as_mpn Y
6150 vertical 150 151 C 70 N vertical Y
6384 font_size 208 209 I 70 N font_size 64
6178 delay 154 155 S 70 N delay 1
6197 transition 158 159 S 70 N transition 10
6209 ab__show_expired_promos 160 161 C 70 N ab__show_expired_promos Y
6433 TR_output_type 236 237 D 70 N TR_output_type column
6235 build 165 166 D 70 N build 1143
6243 split_reviews_by_storefronts 167 168 C 70 N split_reviews_by_storefronts N
6257 user_email 171 172 I 70 N user_email
6339 dimensions_feature_w 189 191 I 70 N dimensions_feature_w
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
5725 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";}
5740 mailer_smtp_auth 32 33 C 80 N mailer_smtp_auth N
5804 consider_zero_values 63 64 C 80 N consider_zero_values N
5830 prefix 73 74 I 80 N prefix FF45CR99
5843 number_unsuccessful_attempts_customer 77 78 I 80 N number_unsuccessful_attempts_customer 5
5855 images_access_info 81 82 O 80 N images_access_info
5892 products_priority 91 92 S 80 N products_priority 0.5
5981 exim_1c_allow_import_categories 112 113 C 80 N exim_1c_allow_import_categories Y
6010 exim_1c_number_of_items 112 116 T 80 N exim_1c_number_of_items Количество штук в коробке
6087 sms_new_cusomer_registered 128 129 C 80 N sms_new_cusomer_registered N
6151 video_icon 150 151 S 80 N video_icon youtube
6385 units 208 209 S 80 N units px
6179 code 154 155 D 80 N code ABA-rZLqJYVPhV2qwry9eThu4
6189 ab__as_add_to_sitemap 156 157 C 80 N ab__as_add_to_sitemap N
6198 align 158 159 S 80 N align left
6210 ab__show_awaited_promos 160 161 C 80 N ab__show_awaited_promos Y
6434 BL_output_type 236 237 D 80 N BL_output_type column
6244 images_upload_allowed 167 168 D 80 N images_upload_allowed Y
6258 order_status 171 172 S 80 N order_status O
6340 dimensions_feature_h 189 191 I 80 N dimensions_feature_h
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
6101 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://zeroplast24.ru
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 80
5695 facebook_lang 20 22 S 90 N facebook_lang en_US
5726 partial_refund_action 26 27 D 90 N partial_refund_action ignore
5805 log_per_page 63 64 I 90 N log_per_page 10
5844 login_intervals_customer 77 78 I 90 N login_intervals_customer 60
5982 exim_1c_default_category 112 113 D 90 N exim_1c_default_category 165
6011 exim_1c_box_length 112 116 T 90 N exim_1c_box_length Длина коробки
6034 track_hash 119 120 C 90 N track_hash Y
6088 sms_product_negative_amount 128 129 C 90 N sms_product_negative_amount N
6152 enable_microdata 150 151 C 90 N enable_microdata Y
6386 font_weight 208 209 S 90 N font_weight normal
6180 build 154 155 D 90 N build 741
6199 appearance 158 159 S 90 N appearance text
6435 BR_output_type 236 237 D 90 N BR_output_type column
6245 product_variations 167 168 E 90 N product_variations product_variations.tpl
6259 shipping_method 171 172 S 90 N shipping_method 6
6341 dimensions_feature_cm 189 191 I 90 N dimensions_feature_cm 1
40 company_start_year 5 0 I 95 Y company_start_year 2012
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 mail@zeroplast24.ru
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 240
5696 facebook_action_font 20 22 S 100 N facebook_action_font arial
5832 elm_spec_descr 73 74 O 100 N elm_spec_descr
5845 time_block_customer 77 78 I 100 N time_block_customer 24
5894 include_categories 91 92 C 100 N include_categories Y
5983 exim_1c_select_default_category 112 113 E 100 N exim_1c_select_default_category settings.tpl
6012 exim_1c_box_width 112 116 T 100 N exim_1c_box_width Ширина коробки
6035 ecommerce 119 120 C 100 N ecommerce Y
6089 sms_send_min_amout 128 129 I 100 N sms_send_min_amout 0
6153 code 150 151 D 100 N code ABA-ddyzlN0EqZsRij1Fy8mjz
6387 color 208 209 E 100 N color color.tpl
6200 show_button_after_action 158 159 C 100 N show_button_after_action N
6212 ab__as_add_to_sitemap 160 161 C 100 N ab__as_add_to_sitemap Y
6246 split_reviews_for_variations_as_separate_products 167 168 D 100 N split_reviews_for_variations_as_separate_products Y
6260 amount_of_quick_orderds 171 172 S 100 N amount_of_quick_orderds 4
6436 code 236 237 D 100 N code ABA-AFaXAl7nH4segt3NjBk4H
36 company_site_administrator 5 0 I 110 Y company_site_administrator mail@zeroplast24.ru
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 240
5697 facebook_colorscheme 20 22 S 110 N facebook_colorscheme light
5895 categories_change 91 92 S 110 N categories_change daily
5984 exim_1c_add_out_of_stock 112 113 C 110 N exim_1c_add_out_of_stock Y
6013 exim_1c_box_height 112 116 T 110 N exim_1c_box_height Высота коробки
6090 sms_send_shipping 128 129 N 110 N sms_send_shipping N
6154 build 150 151 D 110 N build 1249
6388 hide_on_mobile 208 209 C 110 N hide_on_mobile Y
6201 custom_class 158 159 I 110 N custom_class ab-smc
6213 code 160 161 D 110 N code ABA-yKjRFsea980M68DXPee1q
6261 price_from 171 172 I 110 N price_from 0
6437 build 236 237 D 110 N build 1232
37 company_orders_department 5 0 I 120 Y company_orders_department mail@zeroplast24.ru
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 530
5698 facebook_display_on 20 22 N 120 N facebook_display_on #M#products=Y
5896 categories_priority 91 92 S 120 N categories_priority 0.5
5985 exim_1c_add_tax 112 113 C 120 N exim_1c_add_tax N
6037 application_id 119 120 I 120 N application_id 28ecd4f307494ee3b559e8dc748bf864
6214 build 160 161 D 120 N build 1265
6262 price_to 171 172 I 120 N price_to 0
6389 show_in_admin_panel 208 209 C 120 N show_in_admin_panel
38 company_support_department 5 0 I 130 Y company_support_department mail@zeroplast24.ru
47 elements_per_page 4 0 U 130 Y elements_per_page 8
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 530
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
6072 global_tracking 2 0 C 130 Y global_tracking
6071 default_tracking 2 0 C 130 Y default_tracking B
5986 exim_1c_all_images_is_additional 112 113 C 130 N exim_1c_all_images_is_additional N
6038 application_password 119 120 I 130 N application_password 958287c151b347fe9a2e1617c3c2eb7c
6092 sms_send_payment_info 128 129 C 130 N sms_send_payment_info N
6263 only_in_stock 171 172 C 130 N only_in_stock Y
6390 ab__stt_color 208 209 D 130 N ab__stt_color #000000
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 mail@zeroplast24.ru
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
5898 include_pages 91 92 C 140 N include_pages Y
5987 exim_1c_import_product_name 112 113 S 140 N exim_1c_import_product_name full_name
6039 auth_token 119 120 D 140 N auth_token
6093 sms_send_customer_email 128 129 C 140 N sms_send_customer_email Y
6264 code 171 172 D 140 N code ABA-1KJT6mT2nvAhWDy7vJbLe
6391 code 208 209 D 140 N code ABA-rb3YpMqxXNKHTlBmBpqX8
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0
63 columns_in_products_list 4 0 I 150 Y columns_in_products_list 4
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories Y
5899 pages_change 91 92 S 150 N pages_change daily
5988 exim_1c_import_product_code 112 113 S 150 N exim_1c_import_product_code art
6040 oauth_info 119 120 O 150 N oauth_info
6265 build 171 172 D 150 N build 1040
6392 build 208 209 D 150 N build 767
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
6058 global_options_type 2 0 S 157 Y global_options_type
6057 default_options_type 2 0 S 157 Y default_options_type P
6059 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
6060 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 150
5900 pages_priority 91 92 S 160 N pages_priority 0.5
5989 exim_1c_import_full_description 112 113 S 160 N exim_1c_import_full_description html_description
6266 jointly_with_personal_data 171 172 C 160 N jointly_with_personal_data Y
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 150
5990 exim_1c_import_short_description 112 113 S 170 N exim_1c_import_short_description description
6042 collect_stats_for_goals 119 120 N 170 N collect_stats_for_goals #M#engaged_visitor=Y&basket=Y&order=Y&wishlist=Y&buy_with_one_click_form_opened=Y&call_request=Y
6267 hide_call_requests 171 172 C 170 N hide_call_requests Y
6054 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 50
6055 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 50
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 150
6073 global_product_details_view 4 0 S 180 Y global_product_details_view
5902 include_extended 91 92 C 180 N include_extended Y
5991 exim_1c_page_title 112 113 S 180 N exim_1c_page_title not_import
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address N
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean N
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes N
146 in_stock_field 4 0 C 186 Y in_stock_field Y
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery Y
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer ab__photoswipe
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height 150
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5903 extended_change 91 92 S 190 N extended_change daily
6407 global_show_videos_before_images 4 0 C 190 Y global_show_videos_before_images N
6408 default_show_videos_before_images 4 0 C 190 Y default_show_videos_before_images N
6409 global_autoplay_videos 4 0 C 190 Y global_autoplay_videos N
6410 default_autoplay_videos 4 0 C 190 Y default_autoplay_videos N
180 default_product_details_view 4 0 S 191 Y default_product_details_view abt__ut2_bigpicture_flat_template
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab N
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=Y&short_list=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#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
5904 extended_priority 91 92 S 200 N extended_priority 0.5
66 time_format 4 0 S 210 Y time_format %H:%M
195 category_details_thumbnail_height 9 0 U 210 Y category_details_thumbnail_height
139 timezone 4 0 S 220 Y timezone Europe/Moscow
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
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
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 Y
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup N
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
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 0
275 quick_registration 2 0 C 260 Y quick_registration Y
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
6099 show_delete_account_button 2 0 C 270 Y show_delete_account_button Y
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 50
141 allow_create_account_after_order 6 0 C 305 Y allow_create_account_after_order N
300 configure_sign_in_step 6 0 D 310 Y configure_sign_in_step returning_customer_first
310 product_admin_mini_icon_height 9 0 U 310 Y product_admin_mini_icon_height
305 sign_in_default_action 6 0 D 315 Y sign_in_default_action register
151 proxy_host 2 0 I 320 Y proxy_host
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 260301
153 proxy_user 2 0 I 340 Y proxy_user mail@zeroplast24.ru
6062 global_zero_price_action 6 0 S 341 Y global_zero_price_action
6061 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
6064 global_min_qty 6 0 I 342 Y global_min_qty
6063 default_min_qty 6 0 I 342 Y default_min_qty 0
6066 global_max_qty 6 0 I 343 Y global_max_qty
6065 default_max_qty 6 0 I 343 Y default_max_qty 0
6068 global_qty_step 6 0 I 344 Y global_qty_step
6067 default_qty_step 6 0 I 344 Y default_qty_step 0
6070 global_list_qty_count 6 0 I 345 Y global_list_qty_count
6069 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
154 proxy_password 2 0 P 350 Y proxy_password 77889910z
179 tax_calculation 6 0 S 350 Y tax_calculation subtotal
69 min_order_amount 6 0 I 360 Y min_order_amount 1500
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
6044 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
6053 variations_show_all_possible_feature_variants 49 50 C 400 N variations_show_all_possible_feature_variants 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 RU
21 default_state 6 0 W 450 Y default_state
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode international_format
41 default_phone 6 0 L 460 Y default_phone
156 search_objects 2 0 N 1010 Y search_objects #M#pages=Y