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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "691.93"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "620.10"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "company_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 689,
            "rows_produced_per_join": 620,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "9.82",
              "eval_cost": "62.01",
              "prefix_cost": "71.83",
              "data_read_per_join": "489K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`dbggbern`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('VENDOR',`dbggbern`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`dbggbern`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:STOREFRONT',`dbggbern`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:VENDOR',`dbggbern`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ULT:ROOT',`dbggbern`.`cscart_settings_objects`.`edition_type`))) and (`dbggbern`.`cscart_settings_objects`.`type` <> 'H'))"
          }
        }
      ]
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
31 company_name 5 0 I 0 Y company_name GoodGames AG
143 init_addons 0 0 C 0 Y init_addons
6033 show_subscription 103 104 C 0 N show_subscription Y
201 store_key 0 0 I 0 Y store_key 774047812;www.goodgamesbern.ch;lorenz@nelocom.com
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
5732 newsletters_per_pass 32 33 I 0 N newsletters_per_pass 10
5741 coupon 32 34 S 0 N coupon
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
5751 em_madmimi_username 35 38 I 0 N em_madmimi_username
5754 provider 39 40 S 0 N provider google
5756 yandex_api_key 39 41 I 0 N yandex_api_key
5758 google_api_notice 39 42 O 0 N google_api_notice
5760 show_on_product 43 127 C 0 N show_on_product Y
5762 min_amount 45 46 I 0 N min_amount 1
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 8dff37ba8631933b56abe3626b1ee150
5785 final_sale_from 58 59 I 0 N final_sale_from 8
5787 period 58 60 S 0 N period last_days
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 100
5806 tracking_code 65 66 I 0 N tracking_code UA-179761677-1
5808 pixel_id 67 68 I 0 N pixel_id
5830 polls_votes_on_page 73 74 I 0 N polls_votes_on_page 20
5843 banner_multilang 77 78 C 0 N banner_multilang Y
5844 product_posts_per_page 79 80 I 0 N product_posts_per_page 10
5851 category_posts_per_page 79 81 I 0 N category_posts_per_page 10
5856 order_posts_per_page 79 82 I 0 N order_posts_per_page 10
5858 page_posts_per_page 79 83 I 0 N page_posts_per_page 10
5864 home_page_posts_per_page 79 84 I 0 N home_page_posts_per_page 10
5900 cz_animation_time 89 90 I 0 N cz_animation_time 200
5902 cron_password 91 92 I 0 N cron_password MYPASS
5903 price_list_info 93 94 O 0 N price_list_info
5908 general_info 95 96 O 0 N general_info
5911 main_store_mode 97 98 R 0 N main_store_mode catalog
5913 icons_pack 99 100 S 0 N icons_pack flat_32x32
5995 status_initiated 124 126 S 0 N status_initiated
5992 instance 124 125 I 0 N instance goodgamesbern
5924 code 103 104 D 0 N code ABM-Jvlpr1bdlfPLyZnvtA8Yh
5926 code 105 106 D 0 N code ABA-xbkMgmqKtziise2FmcEnz
6591 category 219 220 S 0 N category 40
6253 conversion_id 166 169 I 0 N conversion_id 373970560
6426 show_sku 199 202 C 0 N show_sku N
6236 container_id 166 168 I 0 N container_id GTM-KCJKQPM
6229 tracking_code 166 167 T 0 N tracking_code G-RQ3PB2F5BG
6015 allow_save_attachments_to_server 128 129 C 0 N allow_save_attachments_to_server N
6045 google_container_id 135 136 I 0 N google_container_id
6047 service_url 137 138 D 0 N service_url https://converter.cart-services.com
6063 client_url 144 145 I 0 N client_url https://mto.goodgamesbern.ch
6490 google_api_brand 210 212 S 0 N google_api_brand 5
6479 google_api_merchant_id 210 211 I 0 N google_api_merchant_id 295960254
6263 ga_quick_view 166 171 C 0 N ga_quick_view N
6267 enable_cross_domain_tracking 166 172 C 0 N enable_cross_domain_tracking N
6308 aplus_franking_license 177 179 I 0 N aplus_franking_license
6297 use_old_api_ver 177 178 C 0 N use_old_api_ver Y
6317 shipped_order_status 177 180 S 0 N shipped_order_status A
6326 blog_root 181 182 S 0 N blog_root br_grid
6361 template 189 190 E 0 N template params.tpl
6419 weight_product_code 199 201 I 0 N weight_product_code 1
6416 api_url 199 200 I 0 N api_url https://c.nelocom.com
6411 text_general 197 198 E 0 N text_general general.tpl
6412 returnable 56 57 C 0 N returnable Y
6433 theme 199 203 E 0 N theme theme_settings.tpl
6441 second_shipment 204 205 S 0 N second_shipment use
6511 use_ult_descs 213 214 C 0 N use_ult_descs Y
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 360
12 license_number 13 0 I 10 N license_number CS-UE-HEAB-IKRP-5129-89IX
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address Parkterrasse 14
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method smtp
133 width 11 0 D 10 N width 110
158 log_type_orders 12 0 N 10 Y log_type_orders #M#create=Y&delete=Y&update=Y&status=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#create=Y&delete=Y&update=Y&low_stock=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&backup=Y&optimize=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests #M#http=Y&shipping=Y
174 min_account_password_length 15 0 I 10 Y min_account_password_length 5
6415 yandex_suggest_api_key 39 41 I 10 N yandex_suggest_api_key
5678 current_timestamp 0 0 T 10 Y current_timestamp 1590673185
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
5681 twitter_enable 20 21 C 10 N twitter_enable Y
5687 facebook_enable 20 22 C 10 N facebook_enable Y
5700 vkontakte_enable 20 23 C 10 N vkontakte_enable N
5708 yandex_enable 20 24 C 10 N yandex_enable Y
5712 pinterest_enable 20 25 C 10 N pinterest_enable Y
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
5752 em_madmimi_api_key 35 38 I 10 N em_madmimi_api_key
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
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
5781 forbidden_countries 51 53 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5786 sales_amount_from 58 59 I 10 N sales_amount_from 96
5788 last_days 58 60 I 10 N last_days 7
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
5820 elm_image_info 71 72 O 10 N elm_image_info
5831 polls_comments_on_page 73 74 I 10 N polls_comments_on_page 20
5833 admin_reverse_ip_access 75 76 C 10 N admin_reverse_ip_access
5845 product_post_approval 79 80 S 10 N product_post_approval any
5852 category_post_approval 79 81 S 10 N category_post_approval any
5857 order_initiate 79 82 C 10 N order_initiate Y
5859 page_post_approval 79 83 S 10 N page_post_approval disabled
5865 home_page_post_approval 79 84 S 10 N home_page_post_approval any
5871 watermark_settings 85 86 E 10 N watermark_settings watermark.tpl
5880 clear_url 87 88 O 10 N clear_url
5901 cz_zoom_position 89 90 S 10 N cz_zoom_position 3
5904 price_list_fields 93 94 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5909 apikey 95 96 I 10 N apikey
5912 add_to_cart_empty_buy_now_url 97 98 C 10 N add_to_cart_empty_buy_now_url N
5914 autogen_email 99 100 C 10 N autogen_email N
5996 status_waiting 124 126 S 10 N status_waiting
5993 api_secret 124 125 I 10 N api_secret 9LbLFssThNs0jz6feqFpHl1EPMuqGx
5925 build 103 104 D 10 N build 1211
5927 build 105 106 D 10 N build 1202
6595 generator 219 221 S 10 N generator sku
6592 payment 219 220 S 10 N payment 25
6254 conversion_map 166 169 E 10 N conversion_map conversions.tpl
6230 use_as_product_identification 166 167 S 10 N use_as_product_identification product_code
6427 show_search_suggestions 199 202 C 10 N show_search_suggestions Y
6064 username 144 145 I 10 N username idQNeZVRHcgBTrteTCXfjb1V3W
6068 status_incomplete 144 146 B 10 N status_incomplete #M#=Y&N=Y
6491 availability 210 212 S 10 N availability S
6480 google_application_credentials 210 211 T 10 N google_application_credentials { "type": "service_account", "project_id": "merchant-center-1608118147915", "private_key_id": "c5624cb7010fa4d65a024b0e2918352535ce09f3", "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDvMhRGWw5fZLnG\nqXGCBoDxVkEUf+Rz3nF1UcXk+VRTLyo7xbhVyDZ3+e86P4OoF0GGVuTqkGGBbWQU\nqvADr1BIZicTlFWO1NUlgsZYRR7Y7rTaxr5S3PqImPpOpFrzxYQIXukvhIxIzSud\nSKfVgVd4qP14CvOTH/FPyYXAxBPgzthQHROxQ3fAGKH/73b74iMZPcxNSd6Vhpac\nPKN3PZmGUYZ2Tf7jP8SefkizkmSY50uhkLVrPM4dtN7KG6sl6bvFxv3OdSn63VBY\ngLCrSkqh53XgvomGeiB8jHVrJREGyxZAb4OlNbfKaf1Lgl3YSEPil7hdePlL7fCR\nU8Tr0l+/AgMBAAECggEAAK0KWm1YPw2QnaHnWWmEF8QZbvtlikZIpjI5XIpJbx3x\nzc8JoR4HUvnfCTHnJ1emSCdN6LPIjFsVlOr4WEPrw1vQJHTSdEYTTB9wfAz5J1fI\ni9qGUymfGgYePvaliY03VrOEXGDQtkWOJ/86kJaxYcmCEQ+TqW8seWZyY4PdiOpL\nUzKkWhBkVR130XvWiChZcyDcg80uWu46/9uCyUAC/cRt6M7viZhwe3FAaFp28gHc\n1zuSeyalCv/tU7mVcCM//swQyd2bLXIAFuc41yFp1QKDImbELdhkQYx+hVds9H48\ndLgrzYNYdDUrKrxIpf+3WkL9ufCjraReKMYyJ4CTUQKBgQD+924feeikwXoqbDlP\nOvQV4aAtmjLuKaM1s4wUBVQj+2LTdxEFu1mZKV5FxAfKqOdub0ZIJTorEdDqMSKa\nsq29ThyJ3QvT1HcI1vPsBelqxQYku19KYpRJ+SzziuDnMi0BfYBgNSOPTAdbMe/P\nLDNfCzJ14xTIsml7drZiCG0STQKBgQDwKki78t7508RvEs3oui67jf5SCKixPBSv\nTSr4jY+Nn6NliWefZvamXkVDnrdARAgXZbGqM1BUeJRv023H2a21+Gk6iOrvg1Hp\nXgJXO/lBJNYPMR7b4DTDy9+v/sAo1knU9gqdhAwfKKb0EGEX9R2H+2mzF3eEQPy2\n+ykYqW/IOwKBgD2jy/fIHTpXnBVNfL1u3zu7BGKB+PYjEtYUxjTA5Qqd59J/4pmk\nJZElsyjir4+LLghA1pjyhxGKiRtVLayArggqLjQWQJnBr9VvQiE5fKjXYRjYQ71T\n/82yc++dD6pVMxQ9JyAbOLGYC988P2Gyqei8aEKf15J9r4qttIIWz2exAoGBAJ/h\ntmwQ4mn0lafQH+4XzDal77HS++KJece+GqY/L1r79H4K/EX8+KSGy5uZlKse3zgc\nRitlX8vsPf04BrRt8Jvc1MjYD3cFuEkggXRrg6Lfj/WrIL0FxHq4RaDXejt1dM9m\nQGjeWGeB26tNICYf0toNAC/upm0QCm0SRSia28SzAoGBANhl6IdgYi3vn5WlaTj6\nU9sYuL/ASh9onNXix9ZpZhE0wPoYQu2dygVEhP68txu+73lWd9Au7GD5ypPpXZ+M\npYiayjpBSSj9d4xM1kMSElQ5otaRi1iQfOcTq3IElUeNBbUrurbyDhn69lAHHR2h\nOmzsOHBSBQnNv2lmiTOkW00c\n-----END PRIVATE KEY-----\n", "client_email": "merchant-center-1608118147915@merchant-center-1608118147915.iam.gserviceaccount.com", "client_id": "108575279827011425639", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/merchant-center-1608118147915%40merchant-center-1608118147915.iam.gserviceaccount.com" }
6258 info_paid_statuses 166 170 O 10 N info_paid_statuses
6264 ga_comparison_list 166 171 C 10 N ga_comparison_list N
6268 domain_id 166 172 I 10 N domain_id
6318 ready_order_status 177 180 S 10 N ready_order_status
6309 sender_id 177 179 I 10 N sender_id
6298 client_id 177 178 I 10 N client_id 760acc5fabef7417002ff6a2da479997
6327 blog_category 181 182 S 10 N blog_category bc_grid
6444 show_cart_stock_amounts 206 207 C 10 N show_cart_stock_amounts Y
6362 params 189 190 D 10 N params {"1":{"param":"amount","name":"Lagermenge","reasons":"Turnierbedarf\r\nKorrektur\r\nDisplay into Booster\r\nRestock\r\nCardmarket\r\nMystery Pack","actors":"DF\r\nHD\r\nNC\r\nMA\r\nPL\r\nSG\r\nPR\r\nPU\r\nEM\r\nCH\r\nMS\r\nYZ"},"2":{"param":"presell_amount","name":"Vorverkaufsmenge","reasons":"Initiale Menge\r\nKorrektur Menge","actors":"DF\r\nHD\r\nNC\r\nMA\r\nPL\r\nSG\r\nPR\r\nPU\r\nEM\r\nCH\r\nMS\r\nYZ"}}
6420 weight_name 199 201 I 10 N weight_name 7
6417 api_key 199 200 I 10 N api_key 720e1cb1a1308a4033301023adcc6058
6413 return_period 56 57 I 10 N return_period 10
6434 theme_rounded_corners 199 203 D 10 N theme_rounded_corners
6442 second_shipment_when 204 205 N 10 N second_shipment_when #M#datahub_delivery=Y
6769 export 230 231 C 10 N export Y
6512 use_ult_prices 213 214 C 10 N use_ult_prices Y
6410 product_release_info 13 0 O 11 N product_release_info
54 backend_default_language 4 0 S 15 Y backend_default_language de
26 company_city 5 0 I 20 Y company_city Bern
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
5682 twitter_via 20 21 I 20 N twitter_via @goodgamesbern
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>
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
5753 em_madmimi_list 35 38 S 20 N em_madmimi_list
5761 show_on_messages 43 127 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
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
5834 unsuccessful_attempts_login 75 76 C 20 N unsuccessful_attempts_login
5846 product_post_ip_check 79 80 C 20 N product_post_ip_check N
5853 category_post_ip_check 79 81 C 20 N category_post_ip_check N
5860 page_post_ip_check 79 83 C 20 N page_post_ip_check N
5866 home_page_post_ip_check 79 84 C 20 N home_page_post_ip_check Y
5905 price_list_sorting 93 94 S 20 N price_list_sorting product_code
5910 appdomain 95 96 I 20 N appdomain
5997 status_confirmed 124 126 S 20 N status_confirmed P
5994 callback_info 124 125 O 20 N callback_info
6428 show_zero_price 199 202 C 20 N show_zero_price N
6596 type 219 221 S 20 N type C128B
6593 ignore_stock_quantity 219 220 C 20 N ignore_stock_quantity Y
6238 use_add_to_cart 166 168 C 20 N use_add_to_cart Y
6231 ga_user_id_law 166 167 C 20 N ga_user_id_law N
6048 yandex_map 39 41 E 20 N yandex_map map.tpl
6049 google_map 39 42 E 20 N google_map map.tpl
6065 password 144 145 I 20 N password oNMl9j13UKsh%UaU4yA&#Hip
6492 avail_in_days 210 212 I 20 N avail_in_days 0
6481 batch_limit 210 211 I 20 N batch_limit 1000
6255 conv_purchase_on_btn 166 169 C 20 N conv_purchase_on_btn N
6259 select_paid_statuses 166 170 B 20 N select_paid_statuses #M#=Y&C=Y&P=Y
6265 ga_wishlist 166 171 C 20 N ga_wishlist N
6310 sender_name 177 179 I 20 N sender_name
6299 client_secret 177 178 I 20 N client_secret abd38eb96cbb7e6ff2f36a10e5f5cb9d
6319 in_delivery_order_status 177 180 S 20 N in_delivery_order_status
6445 include_dh_amount_in_stock_filter 206 207 C 20 N include_dh_amount_in_stock_filter N
6421 weight_main_category 199 201 I 20 N weight_main_category 10
6418 storefront_ids 199 200 M 20 N storefront_ids #M#1=Y
6407 cron_command 87 88 E 20 N cron_command cron_command.tpl
6435 theme_background 199 203 D 20 N theme_background
6443 second_shipment_fee 204 205 I 20 N second_shipment_fee 10
6770 business_model 230 231 S 20 N business_model marketplace
6513 template 213 214 E 20 N template patches.tpl
8 ftp_hostname 13 0 I 30 N ftp_hostname
16 weight_symbol 2 0 I 30 Y weight_symbol kg
34 company_country 5 0 X 30 Y company_country CH
85 week 10 0 S 30 Y week %U, %b
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host email-smtp.eu-central-1.amazonaws.com
118 string_length 11 0 D 30 N string_length 5
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
5683 twitter_size 20 21 S 30 N twitter_size medium
5689 facebook_href 20 22 I 30 N facebook_href
5702 vkontakte_button_style 20 23 S 30 N vkontakte_button_style mini
5710 yandex_display_on 20 24 N 30 N yandex_display_on 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 light
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
5822 type 71 72 S 30 N type C128B
5835 number_unsuccessful_attempts 75 76 I 30 N number_unsuccessful_attempts 5
5873 use_for_product_icons 85 86 C 30 N use_for_product_icons N
5882 site_change 87 88 S 30 N site_change daily
5906 group_by_category 93 94 C 30 N group_by_category Y
5998 status_cancelled 124 126 S 30 N status_cancelled I
6597 output 219 221 S 30 N output png
6239 add_to_cart_event_name 166 168 I 30 N add_to_cart_event_name addToCart
6232 ga_anonymize_ip 166 167 C 30 N ga_anonymize_ip N
6046 show_on_order 43 127 C 30 N show_on_order Y
6066 lang_code 144 145 S 30 N lang_code de
6070 status_backordered 144 146 B 30 N status_backordered #M#=Y&B=Y
6429 show_last_searches 199 202 C 30 N show_last_searches Y
6493 condition 210 212 S 30 N condition new
6482 export_shared_products 210 211 C 30 N export_shared_products Y
6256 conversion_label 166 169 I 30 N conversion_label
6266 ga_buy_one_click 166 171 C 30 N ga_buy_one_click N
6311 kdp_number 177 179 I 30 N kdp_number
6300 franking_license 177 178 I 30 N franking_license 60147982
6320 delivered_order_status 177 180 S 30 N delivered_order_status C
6422 weight_brand 199 201 I 30 N weight_brand 4
6436 theme_title_color 199 203 D 30 N theme_title_color
6771 export_out_of_stock 230 231 S 30 N export_out_of_stock default
107 show_site_info 8 0 C 35 N show_site_info Y
125 lines_number 11 0 D 35 N lines_number 20
126 grid_color 11 0 D 36 N grid_color cccccc
9 ftp_username 13 0 I 40 N ftp_username
25 company_state 5 0 W 40 Y company_state BE
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 AKIA3KEC6QAUQIERNIVV
119 min_font_size 11 0 D 40 N min_font_size 14
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
5684 twitter_display_count 20 21 S 40 N twitter_display_count horizontal
5690 facebook_send 20 22 C 40 N facebook_send Y
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
5823 output 71 72 S 40 N output png
5836 login_intervals 75 76 I 40 N login_intervals 60
5855 category_discussion_type 79 81 S 40 N category_discussion_type D
5862 page_discussion_type 79 83 S 40 N page_discussion_type D
5868 home_page_testimonials 79 84 S 40 N home_page_testimonials B
5874 use_for_product_detailed 85 86 C 40 N use_for_product_detailed N
5883 site_priority 87 88 S 40 N site_priority 1
5907 include_options 93 94 C 40 N include_options N
6598 text 219 221 S 40 N text Y
6240 use_remove_to_cart 166 168 C 40 N use_remove_to_cart Y
6233 ga_purchase_on_btn 166 167 C 40 N ga_purchase_on_btn N
5999 status_partially_refunded 124 126 S 40 N status_partially_refunded
6430 show_other_users_searched 199 202 C 40 N show_other_users_searched Y
6494 condition_pname_rules 210 212 T 40 N condition_pname_rules
6483 export_no_stock 210 211 C 40 N export_no_stock Y
6261 info_refund_statuses 166 170 O 40 N info_refund_statuses
6312 amode 177 179 S 40 N amode test
6301 mode 177 178 S 40 N mode production
6321 return_order_status 177 180 S 40 N return_order_status
6772 galaxus_margin 230 231 I 40 N galaxus_margin 0
6423 weight_features 199 201 I 40 N weight_features 5
6409 quantity_discount_on_different_variations 49 50 C 40 N quantity_discount_on_different_variations N
6437 theme_desc_color 199 203 D 40 N theme_desc_color
10 ftp_password 13 0 P 50 N ftp_password
33 company_zipcode 5 0 I 50 Y company_zipcode 3014
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password BPLazt4hrpmO9o5r02/6uGBQgq4ipU0tJwNG64G/A2+S
120 max_font_size 11 0 D 50 N max_font_size 16
168 store_mode 2 0 O 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
5685 twitter_display_on 20 21 N 50 N twitter_display_on #M#products=Y
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 #M#products=Y
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 717ed7ae109c7cb3093b1d27b87bc4ff
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
5824 text 71 72 S 50 N text Y
5837 time_block 75 76 I 50 N time_block 24
5848 product_discussion_type 79 80 S 50 N product_discussion_type D
5869 testimonials_from_all_stores 79 84 C 50 N testimonials_from_all_stores N
6599 height 219 221 I 50 N height 100
6241 remove_to_cart_event_name 166 168 I 50 N remove_to_cart_event_name removeFromCart
6000 status_refunded 124 126 S 50 N status_refunded I
6072 status_awaiting_call 144 146 B 50 N status_awaiting_call #M#=Y&Y=Y
6431 show_top_categories 199 202 C 50 N show_top_categories Y
6495 color 210 212 S 50 N color
6484 lang_codes 210 211 N 50 N lang_codes #M#all=Y
6262 select_refund_statuses 166 170 B 50 N select_refund_statuses #M#=Y&I=Y&D=Y
6313 confirm_email 177 179 I 50 N confirm_email
6302 show_delivery_dates 177 178 C 50 N show_delivery_dates N
6322 packed_shipment_status 177 180 S 50 N packed_shipment_status A
6773 export_suffix 230 231 I 50 N export_suffix goodgamesbern
6424 weight_search_words 199 201 I 50 N weight_search_words 2
6438 theme_link_color 199 203 D 50 N theme_link_color
61 store_access_key 2 0 O 51 Y store_access_key
6006 recaptcha_v3_site_key 51 52 I 52 N recaptcha_v3_site_key
6007 recaptcha_v3_secret 51 52 I 53 N recaptcha_v3_secret
6008 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 tls
6010 recaptcha_use_for_value 51 52 D 56 N recaptcha_use_for_value a:1:{s:7:"recover";s:0:"";}
7 feedback_type 2 0 S 57 Y feedback_type auto
6011 recaptcha_use_for 51 52 E 57 N recaptcha_use_for use_for_settings.tpl
14 auto_check_updates 2 0 C 58 Y auto_check_updates N
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes N
11 ftp_directory 13 0 I 60 N ftp_directory
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 +41 79 802 1010
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
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 1598626247
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
5825 height 71 72 I 60 N height 60
5849 product_share_discussion 79 80 C 60 N product_share_discussion N
5863 page_share_discussion 79 83 C 60 N page_share_discussion N
5876 use_for_category_icons 85 86 C 60 N use_for_category_icons N
5885 include_products 87 88 C 60 N include_products Y
6600 width 219 221 I 60 N width 250
6242 use_purchase 166 168 C 60 N use_purchase N
6234 site_speed_sample_rate 166 167 I 60 N site_speed_sample_rate 100
6496 size 210 212 S 60 N size
6001 status_declined 124 126 S 60 N status_declined D
6432 show_correction 199 202 C 60 N show_correction Y
6485 country_codes 210 211 N 60 N country_codes #M#C=Y
6314 send_mail 177 179 C 60 N send_mail N
6303 incoming_date_hour_limit 177 178 I 60 N incoming_date_hour_limit 14
6323 picked_up_shipment_status 177 180 S 60 N picked_up_shipment_status P
6774 lang_codes 230 231 N 60 N lang_codes #M#all=Y
6425 weight_description 199 201 I 60 N weight_description 1
6414 image_file_size 9 0 Q 60 Y image_file_size
6439 theme_hover_color 199 203 D 60 N theme_hover_color
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
5826 width 71 72 I 70 N width 250
5839 unsuccessful_attempts_login_customer 75 76 C 70 N unsuccessful_attempts_login_customer
5850 product_review_after_purchase 79 80 C 70 N product_review_after_purchase N
5877 use_for_category_detailed 85 86 C 70 N use_for_category_detailed N
5886 products_change 87 88 S 70 N products_change daily
6243 purchase_event_name 166 168 I 70 N purchase_event_name purchase
6235 select_brand 166 167 S 70 N select_brand 5
6497 gender 210 212 S 70 N gender
6002 status_error 124 126 S 70 N status_error
6074 status_failed 144 146 B 70 N status_failed #M#=Y&F=Y
6486 google_api_gtin 210 211 S 70 N google_api_gtin 0
6315 provider_onrp 177 179 I 70 N provider_onrp
6304 show_galaxus_sender 177 178 C 70 N show_galaxus_sender N
6324 delivered_shipment_status 177 180 S 70 N delivered_shipment_status S
6775 default_avail_in_days 230 231 I 70 N default_avail_in_days 0
6440 theme_price_color 199 203 D 70 N theme_price_color
6601 prefix 219 221 I 70 N prefix WKPOS
53 frontend_default_language 4 0 S 80 Y frontend_default_language de
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
5827 prefix 71 72 I 80 N prefix FF45CR99
5840 number_unsuccessful_attempts_customer 75 76 I 80 N number_unsuccessful_attempts_customer 5
5878 images_access_info 85 86 O 80 N images_access_info
5887 products_priority 87 88 S 80 N products_priority 0.5
6244 gtm_purchase_on_btn 166 168 C 80 N gtm_purchase_on_btn N
6498 age_group 210 212 S 80 N age_group
6487 google_api_mpn 210 211 S 80 N google_api_mpn 0
6316 rrn 177 179 I 80 N rrn
6305 label_free_text_order_default 177 178 C 80 N label_free_text_order_default N
6325 return_shipment_status 177 180 S 80 N return_shipment_status
6776 default_expected_restock_amount 230 231 I 80 N default_expected_restock_amount 0
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
6408 frontend_default_currency 4 0 S 85 Y frontend_default_currency CHF
165 hide_after_validation 11 0 C 87 Y hide_after_validation Y
32 company_website 5 0 I 90 Y company_website https://goodgamesbern.ch
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
5841 login_intervals_customer 75 76 I 90 N login_intervals_customer 60
6245 use_wish_list 166 168 C 90 N use_wish_list Y
6076 status_declined 144 146 B 90 N status_declined #M#=Y&D=Y
6777 galaxus_amount_threshold 230 231 I 90 N galaxus_amount_threshold 1
6488 google_product_category 210 211 S 90 N google_product_category C
6306 label_free_text_prefix 177 178 I 90 N label_free_text_prefix #
6603 elm_spec_descr 219 221 O 90 N elm_spec_descr
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 48
35 company_users_department 5 0 I 100 Y company_users_department info@goodgamesbern.ch
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 270
5696 facebook_action_font 20 22 S 100 N facebook_action_font arial
5829 elm_spec_descr 71 72 O 100 N elm_spec_descr
5842 time_block_customer 75 76 I 100 N time_block_customer 24
5889 include_categories 87 88 C 100 N include_categories Y
6246 wish_list_event_name 166 168 I 100 N wish_list_event_name addToWishlist
6778 galaxus_min_qty 230 231 I 100 N galaxus_min_qty 1
6489 exclude_names 210 211 T 100 N exclude_names
6307 checkout_fields_len_limit 177 178 I 100 N checkout_fields_len_limit 0
6500 size_system 210 212 S 100 N size_system
36 company_site_administrator 5 0 I 110 Y company_site_administrator info@goodgamesbern.ch
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 270
5697 facebook_colorscheme 20 22 S 110 N facebook_colorscheme light
5890 categories_change 87 88 S 110 N categories_change daily
6247 use_comparison_list 166 168 C 110 N use_comparison_list Y
6078 status_paid 144 146 B 110 N status_paid #M#=Y&P=Y&E=Y&H=Y&G=Y&J=Y&O=Y
6779 use_default_min_qty 230 231 C 110 N use_default_min_qty N
6501 size_type 210 212 S 110 N size_type
37 company_orders_department 5 0 I 120 Y company_orders_department info@goodgamesbern.ch
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 550
5698 facebook_display_on 20 22 N 120 N facebook_display_on #M#products=Y
5891 categories_priority 87 88 S 120 N categories_priority 0.5
6248 comparison_list_event_name 166 168 I 120 N comparison_list_event_name AddToComparisonlist
6780 ordr_delivery_days 230 231 I 120 N ordr_delivery_days 3
6502 material 210 212 S 120 N material
38 company_support_department 5 0 I 130 Y company_support_department info@goodgamesbern.ch
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
6249 use_buy_one_click 166 168 C 130 N use_buy_one_click Y
6030 default_tracking 2 0 C 130 Y default_tracking B
6031 global_tracking 2 0 C 130 Y global_tracking
6080 status_complete 144 146 B 130 N status_complete #M#=Y&C=Y&A=Y
6781 galaxus_price_threshold 230 231 I 130 N galaxus_price_threshold 1
6503 pattern 210 212 S 130 N pattern
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 info@goodgamesbern.ch
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
5893 include_pages 87 88 C 140 N include_pages Y
6250 buy_one_click_event_name 166 168 I 140 N buy_one_click_event_name BuyOneClick
6782 galaxus_shipping_surcharge 230 231 I 140 N galaxus_shipping_surcharge 12
6504 adult 210 212 S 140 N adult
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 2
63 columns_in_products_list 4 0 I 150 Y columns_in_products_list 3
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories Y
5894 pages_change 87 88 S 150 N pages_change daily
6251 use_call_request 166 168 C 150 N use_call_request N
6082 status_canceled 144 146 B 150 N status_canceled #M#=Y&I=Y
6783 galaxus_shipping_surcharge_type 230 231 S 150 N galaxus_shipping_surcharge_type P
6505 multipack 210 212 S 150 N multipack
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
6017 global_options_type 2 0 S 157 Y global_options_type
6016 default_options_type 2 0 S 157 Y default_options_type P
6018 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
6019 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
5895 pages_priority 87 88 S 160 N pages_priority 0.5
6252 call_request_event_name 166 168 I 160 N call_request_event_name CallRequest
6784 galaxus_gtin_source 230 231 S 160 N galaxus_gtin_source product_code
6506 is_bundle 210 212 S 160 N is_bundle
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 150
6507 highlights 210 212 S 170 N highlights
6013 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 70
6014 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 70
94 show_out_of_stock_products 2 0 C 180 Y show_out_of_stock_products Y
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width 150
5897 include_extended 87 88 C 180 N include_extended Y
6032 global_product_details_view 4 0 S 180 Y global_product_details_view
6786 payment_id 230 231 S 180 N payment_id 25
6508 energy_efficiency_class 210 212 S 180 N energy_efficiency_class
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address N
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean N
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes N
146 in_stock_field 4 0 C 186 Y in_stock_field N
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery N
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer owl
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height 150
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5898 extended_change 87 88 S 190 N extended_change daily
6787 shipping_id 230 231 S 190 N shipping_id 11
6509 max_energy_efficiency_class 210 212 S 190 N max_energy_efficiency_class
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=Y&short_list=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting product-asc
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
52 date_format 4 0 S 200 Y date_format %d.%m.%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5899 extended_priority 87 88 S 200 N extended_priority 0.5
6788 merchant_id 230 231 I 200 N merchant_id 12933340
6510 min_energy_efficiency_class 210 212 S 200 N min_energy_efficiency_class
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
6789 enable_ordr_sync 230 231 C 210 N enable_ordr_sync N
139 timezone 4 0 S 220 Y timezone Europe/Berlin
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
6790 enable_ordr_sync_cscart 230 231 C 220 N enable_ordr_sync_cscart Y
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
6791 ordr_delivery_days 230 231 I 230 N ordr_delivery_days 3
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
6792 enable_delr_sync 230 231 C 240 N enable_delr_sync Y
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
6793 enable_invo_sync 230 231 C 250 N enable_invo_sync Y
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
275 quick_registration 2 0 C 260 Y quick_registration Y
6794 invoice_vat_num 230 231 I 260 N invoice_vat_num CHE-406.361.875 MWST
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
6050 show_delete_account_button 2 0 C 270 Y show_delete_account_button N
6795 email 230 231 I 270 N email noreply@galaxus.ch
6796 s_phone 230 231 I 280 N s_phone
6797 b_firstname 230 231 I 290 N b_firstname
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 50
6798 b_address 230 231 I 300 N b_address
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
6799 b_city 230 231 I 310 N b_city
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
6800 b_country 230 231 I 320 N b_country
152 proxy_port 2 0 I 330 Y proxy_port
302 display_payment_step 6 0 D 330 Y display_payment_step Y
6801 b_zipcode 230 231 I 330 N b_zipcode
62 order_start_id 6 0 I 340 Y order_start_id
153 proxy_user 2 0 I 340 Y proxy_user lorenz@nelocom.com
6802 tax_id 230 231 S 340 N tax_id 7
6020 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
6021 global_zero_price_action 6 0 S 341 Y global_zero_price_action
6022 default_min_qty 6 0 I 342 Y default_min_qty 0
6023 global_min_qty 6 0 I 342 Y global_min_qty
6024 default_max_qty 6 0 I 343 Y default_max_qty 0
6025 global_max_qty 6 0 I 343 Y global_max_qty
6026 default_qty_step 6 0 I 344 Y default_qty_step 0
6027 global_qty_step 6 0 I 344 Y global_qty_step
6028 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
6029 global_list_qty_count 6 0 I 345 Y global_list_qty_count
154 proxy_password 2 0 P 350 Y proxy_password d,d2vdwrmTBf
179 tax_calculation 6 0 S 350 Y tax_calculation subtotal
69 min_order_amount 6 0 I 360 Y min_order_amount 0
6804 sftp_host 230 231 I 360 N sftp_host ftp.digitecgalaxus.ch
6228 avail_second_shipment_fee 6 0 I 365 Y avail_second_shipment_fee 10
71 allow_anonymous_shopping 6 0 S 370 Y allow_anonymous_shopping allow_shopping
6805 sftp_username 230 231 I 370 N sftp_username goodgames
173 checkout_redirect 6 0 C 380 Y checkout_redirect N
6806 sftp_pass 230 231 I 380 N sftp_pass 0uQW27f2M6aB03wF7mxt
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
6003 show_unavailable_shipping_methods 6 0 C 390 Y show_unavailable_shipping_methods N
6807 sftp_path_data 230 231 I 390 N sftp_path_data ProductData/
308 email_templates 4 0 S 400 Y email_templates new
6012 variations_show_all_possible_feature_variants 49 50 C 400 N variations_show_all_possible_feature_variants N
6808 sftp_path_orders 230 231 I 400 N sftp_path_orders OrderData/Test/dg2partner/
17 default_address 6 0 I 410 Y default_address
6809 sftp_path_confirm 230 231 I 410 N sftp_path_confirm OrderData/Test/partner2dg/
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 CH
21 default_state 6 0 W 450 Y default_state
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode any_digits
41 default_phone 6 0 L 460 Y default_phone
156 search_objects 2 0 N 1010 Y search_objects