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 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 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(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:STOREFRONT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'MVE:ROOT', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.02550

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_settings_objects.position",
            "table": {
              "table_name": "cscart_settings_objects",
              "access_type": "ALL",
              "rows": 830,
              "filtered": 100,
              "attached_condition": "(find_in_set('STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('MVE:STOREFRONT',cscart_settings_objects.edition_type) or find_in_set('MVE:ROOT',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "storefront_values",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY", "storefront_id", "company_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["object_id", "company_id", "storefront_id"],
          "ref": [
            "ebonza_cscart_test.cscart_settings_objects.object_id",
            "const",
            "const"
          ],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

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 eBonza s.r.o.
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 4078606393;test.ebonza.eu;terpakova@yahoo.com.au
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
5680 twitter_enable 19 20 C 0 N twitter_enable Y
5685 facebook_enable 19 21 C 0 N facebook_enable Y
5697 vkontakte_enable 19 22 C 0 N vkontakte_enable Y
5704 yandex_enable 19 23 C 0 N yandex_enable Y
5707 pinterest_enable 19 24 C 0 N pinterest_enable Y
5721 tags_for_products 27 28 C 0 N tags_for_products Y
5723 managing_editor 29 30 I 0 N managing_editor
5726 newsletters_per_pass 31 32 I 0 N newsletters_per_pass 10
5735 coupon 31 33 S 0 N coupon
5736 em_show_on_checkout 34 35 C 0 N em_show_on_checkout Y
5743 em_mailchimp_api_key 34 36 I 0 N em_mailchimp_api_key 6698c733a4a445beb1029f3ca465dcbe-us19
5748 allow_save_attachments_to_server 38 39 C 0 N allow_save_attachments_to_server Y
5749 formula 40 41 D 0 N formula paidOrdersCount + paidOrdersTotal + activeProductsCount + manualVendorRating + returnsCount
5756 vendor_to_customer_communication 42 43 C 0 N vendor_to_customer_communication Y
5758 show_on_product 42 44 C 0 N show_on_product Y
5760 products_prior_approval 45 47 S 0 N products_prior_approval none
5770 provider 50 51 S 0 N provider google
5772 yandex_api_key 50 52 I 0 N yandex_api_key
5774 google_api_notice 50 53 O 0 N google_api_notice
5776 min_amount 54 55 I 0 N min_amount 50
5782 print_map 56 57 C 0 N print_map N
5784 variations_allow_own_images 58 59 C 0 N variations_allow_own_images Y
5788 access_key 60 61 I 0 N access_key e0416c79f179db7e70c41c8c456ddab6
5789 notice 62 63 O 0 N notice
5804 forbidden_countries_notice 62 64 O 0 N forbidden_countries_notice
5808 final_sale_from 67 68 I 0 N final_sale_from 40
5810 period 67 69 S 0 N period all
5812 seo_product_type 70 71 S 0 N seo_product_type product_category_nohtml
5819 point_rate 72 73 I 0 N point_rate 1
5829 tracking_code 74 75 I 0 N tracking_code G-QXPMGMWXBP
5831 pixel_id 76 77 I 0 N pixel_id 1318660364956842
5854 polls_votes_on_page 82 83 I 0 N polls_votes_on_page 15
5867 banner_multilang 86 87 C 0 N banner_multilang Y
5877 product_posts_per_page 90 91 I 0 N product_posts_per_page 10
5882 category_posts_per_page 90 92 I 0 N category_posts_per_page 10
5886 order_posts_per_page 90 93 I 0 N order_posts_per_page 10
5888 page_posts_per_page 90 94 I 0 N page_posts_per_page 10
5892 home_page_posts_per_page 90 95 I 0 N home_page_posts_per_page 10
5896 company_discussion_type 90 96 S 0 N company_discussion_type B
5901 cz_animation_time 97 98 I 0 N cz_animation_time 200
5928 cron_password 101 102 I 0 N cron_password MYPASS
5929 price_list_info 103 104 O 0 N price_list_info
5934 general_info 105 106 O 0 N general_info
5937 icons_pack 107 108 S 0 N icons_pack flat_32x32
5939 main_store_mode 109 110 R 0 N main_store_mode catalog
5941 hide_products 111 112 D 0 N hide_products Y
5950 default_vendor_usesrgroup 113 114 S 0 N default_vendor_usesrgroup 7
6319 color_schema 220 222 D 0 N color_schema Custom
5963 phone_number 121 122 L 0 N phone_number
5977 anti_fraud_key 123 124 I 0 N anti_fraud_key
5983 backend_google_warning 125 126 E 0 N backend_google_warning warning.tpl
5997 gdpr_cookie_consent 129 130 S 0 N gdpr_cookie_consent implicit
5998 gdpr_settings 129 131 E 0 N gdpr_settings settings.tpl
6000 general_info 132 133 O 0 N general_info
6002 config 134 135 E 0 N config config.tpl
6217 vendors_prior_approval 45 46 S 0 N vendors_prior_approval all
6382 output_position 249 250 S 0 N output_position L
6219 notice 202 203 O 0 N notice
6007 show_subscription 138 139 C 0 N show_subscription Y
6360 code 241 242 D 0 N code ABA-tufYiDZesLFf0aFmsVxhp
6012 allow_vendors_to_create_products 142 143 C 0 N allow_vendors_to_create_products N
6362 code 243 244 D 0 N code ABA-sLYZbYNm8RCdiJfMRv1pN
6364 cron_key 245 246 0 N cron_key 5X3G8D9a1n6k8G4
6020 description_type 148 149 S 0 N description_type html
6026 template_variant 148 150 S 0 N template_variant vertical_tabs
6030 display_attached_mb_items_on_cat_page 148 151 C 0 N display_attached_mb_items_on_cat_page Y
6031 load_by_ajax 152 153 C 0 N load_by_ajax Y
6046 position 156 157 S 0 N position bottom_right
6062 show_on_homepage 158 159 C 0 N show_on_homepage Y
6072 code 160 161 D 0 N code ABA-WKnN4J3xv8scpYprn3jF5
6081 code 162 163 D 0 N code ABA-0yobVsKl5tZ7fiMhd7tyW
6122 category_code_prefix 171 172 I 0 N category_code_prefix 0
6124 template 173 174 Z 0 N template admin_panel.tpl
6131 sales_account 175 176 I 0 N sales_account
6135 replain_settings 177 178 E 0 N replain_settings settings.tpl
6137 display_supplier 179 180 C 0 N display_supplier Y
6369 count_to 247 248 S 0 N count_to day_end
6472 storefronts 280 281 N 0 N storefronts #M#1=Y
6470 storefronts 277 279 E 0 N storefronts storefronts.tpl
6172 sd_google_translate_api_cron 185 187 E 0 N sd_google_translate_api_cron cron.tpl
6177 cron 188 190 E 0 N cron cron.tpl
6241 ps_display_price 210 211 C 0 N ps_display_price Y
6199 use_brand_feature 195 197 C 0 N use_brand_feature N
6206 custom_company_headquarters_address 195 198 C 0 N custom_company_headquarters_address N
6240 service_url 208 209 D 0 N service_url https://converter.cart-services.com
6348 position 239 240 S 0 N position post
6407 google_tracking_code 256 257 I 0 N google_tracking_code
6274 text_general 214 215 E 0 N text_general general.tpl
6289 product_fields_configuration 220 221 D 0 N product_fields_configuration {"detailed":{"options_settings":{"options_type":0,"exceptions_type":0},"pricing_inventory":{"list_price":0,"zero_price_action":0,"tracking":0,"max_qty":0},"price_per_unit":{"unit_name":0,"units_in_product":0,"show_price_per_x_units":0},"availability":{"usergroup_ids":0,"timestamp":0,"avail_since":0,"out_of_stock_actions":0},"extra":{"popularity":0,"search_words":0}}}
6292 sidebar_color 220 222 D 0 N sidebar_color #f6f7fa
6432 display_option 260 264 S 0 N display_option classic
6429 seo_title 260 263 I 0 N seo_title Coming Soon
6422 social_link_facebook 260 262 I 0 N social_link_facebook
6311 returnable 65 66 C 0 N returnable N
6315 provider 117 118 S 0 N provider google
6316 yandex_api_key 117 231 I 0 N yandex_api_key
6318 google_api_key 117 232 I 0 N google_api_key AIzaSyC2hKNcRu4wsIlLfMXUwLr_zKVzJ7uY30A
6397 import_for_vendor 254 255 C 0 N import_for_vendor N
6394 ts_appearance 249 251 S 0 N ts_appearance rounded
6395 p_appearance 249 252 S 0 N p_appearance rectangular
6396 enable_for_vendors 249 253 C 0 N enable_for_vendors Y
6420 logo_template 256 259 E 0 N logo_template logo.tpl
6421 general_setting 260 261 E 0 N general_setting general_setting.tpl
6435 license 260 265 I 0 N license MP-DW75-4KF8-13GI-6GQ9
6436 invitation_link_lifetime 266 267 I 0 N invitation_link_lifetime 7
6441 display_suggested_retail_price 268 269 C 0 N display_suggested_retail_price Y
6459 api_key 277 278 I 0 N api_key sk_test_VHHVRtSyZNWqjvh3CLTQ
6452 apply_minimum_order_total_to 273 274 N 0 N apply_minimum_order_total_to #M#15=Y
6475 ups_shipping_method 282 283 S 0 N ups_shipping_method 46
6556 quaderno_api_url 308 309 I 0 N quaderno_api_url https://nippur-3365.sandbox-quadernoapp.com/api/
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&checkout=Y&track_orders=Y&track_product_in_stock=Y&apply_for_vendor_account=Y&email_marketing=Y&call_request=Y&form_builder=Y&polls=Y&discussion=Y
312 log_lifetime 12 0 I 5 Y log_lifetime 365
1010 mailer_send_from_admin 1 0 C 5 N mailer_send_from_admin Y
6458 yandex_suggest_api_key 117 231 I 5 N yandex_suggest_api_key
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address Křižovnická 86/6
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 10
6457 yandex_suggest_api_key 50 52 I 10 N yandex_suggest_api_key
5678 current_timestamp 0 0 T 10 Y current_timestamp 1609963356
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y
12 license_number 13 0 I 10 N license_number CS-MV-ULT-2839-7429-0063-14G8
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
6119 log_type_stripe_connect 12 0 N 10 N log_type_stripe_connect #M#sc_failure=Y&sc_warning=Y&sc_info=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_via 19 20 I 10 N twitter_via @ebonza_m
5686 facebook_app_id 19 21 I 10 N facebook_app_id 542693437126788
5698 vkontakte_appid 19 22 I 10 N vkontakte_appid
5705 yandex_share_code 19 23 T 10 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5708 pinterest_size 19 24 S 10 N pinterest_size 20
5712 override_customer_info 25 26 C 10 N override_customer_info N
5722 tags_for_pages 27 28 C 10 N tags_for_pages Y
5724 display_rss_feed_in_category 29 30 C 10 N display_rss_feed_in_category N
5737 em_checkout_enabled 34 35 C 10 N em_checkout_enabled Y
5744 em_mailchimp_list 34 36 S 10 N em_mailchimp_list
5750 start_rating_period 40 41 D 10 N start_rating_period 1615244400
5755 log_type_vendor_rating 12 0 N 10 N log_type_vendor_rating #M#vr_failure=Y
5757 vendor_to_admin_communication 42 43 C 10 N vendor_to_admin_communication Y
5759 show_on_vendor 42 44 C 10 N show_on_vendor Y
5761 products_updates_approval 45 47 S 10 N products_updates_approval none
5762 vendor_profile_updates_approval 45 46 S 10 N vendor_profile_updates_approval all
5766 include_shipping 48 49 C 10 N include_shipping N
5771 show_shippings_on_product 50 51 C 10 N show_shippings_on_product N
5773 yandex_commercial 50 52 C 10 N yandex_commercial N
5775 google_api_key 50 53 I 10 N google_api_key AIzaSyC2hKNcRu4wsIlLfMXUwLr_zKVzJ7uY30A
5777 max_amount 54 55 I 10 N max_amount 1500
5783 show_locations_at_geolocator 56 57 C 10 N show_locations_at_geolocator Y
5785 variations_allow_own_features 58 59 C 10 N variations_allow_own_features N
5805 forbidden_countries 62 64 B 10 N forbidden_countries #M#=Y&CN=Y&CG=Y&IR=Y&RU=Y
5809 sales_amount_from 67 68 I 10 N sales_amount_from 1
5811 last_days 67 69 I 10 N last_days 3
5813 seo_category_type 70 71 S 10 N seo_category_type category_nohtml
5820 auto_price_in_points 72 73 C 10 N auto_price_in_points Y
5830 track_ecommerce 74 75 C 10 N track_ecommerce Y
5832 track_all_page_views 76 77 C 10 N track_all_page_views Y
5836 info 78 79 O 10 N info
5844 elm_image_info 80 81 O 10 N elm_image_info
5855 polls_comments_on_page 82 83 I 10 N polls_comments_on_page 15
5857 admin_reverse_ip_access 84 85 C 10 N admin_reverse_ip_access
5869 watermark_settings 88 89 E 10 N watermark_settings watermark.tpl
5878 product_post_approval 90 91 S 10 N product_post_approval any
5883 category_post_approval 90 92 S 10 N category_post_approval any
5887 order_initiate 90 93 C 10 N order_initiate Y
5889 page_post_approval 90 94 S 10 N page_post_approval any
5893 home_page_post_approval 90 95 S 10 N home_page_post_approval any
5897 company_only_buyers 90 96 C 10 N company_only_buyers Y
5902 cz_zoom_position 97 98 S 10 N cz_zoom_position 3
5904 clear_url 99 100 O 10 N clear_url
5930 price_list_fields 103 104 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5935 apikey 105 106 I 10 N apikey
5938 autogen_email 107 108 C 10 N autogen_email N
5940 add_to_cart_empty_buy_now_url 109 110 C 10 N add_to_cart_empty_buy_now_url N
5942 block_admin_panel 111 112 D 10 N block_admin_panel N
5952 varnish_host 115 116 I 10 N varnish_host 127.0.0.1:6081
5956 start_search_radius 117 118 I 10 N start_search_radius 10
5961 rma_refunded_order_status 119 120 D 10 N rma_refunded_order_status C
5978 anti_fraud_user_id 123 124 I 10 N anti_fraud_user_id
5999 gdpr_settings_data 129 131 D 10 N gdpr_settings_data {"checkout_place_order":{"enable":"N"},"checkout_profiles_update":{"enable":"Y"},"user_registration":{"enable":"Y"},"profiles_update":{"enable":"Y"},"product_subscription":{"enable":"Y"},"apply_for_vendor":{"enable":"Y"},"call_requests":{"enable":"Y"},"discussions_add_review":{"enable":"Y"}}
6001 additional_langs 132 133 C 10 N additional_langs N
6003 config_data 134 135 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":""}}
6220 reviews_per_page 202 203 I 10 N reviews_per_page 10
6008 code 138 139 D 10 N code ABM-PjDjJmJXLkRC9h65hc3Z5
6361 build 241 242 D 10 N build 1261
6365 item_nth 245 246 I 10 N item_nth 7
6021 use_additional_categories 148 149 C 10 N use_additional_categories Y
6027 appearance_type_styles 148 150 S 10 N appearance_type_styles fill
6032 add_watermarks 152 153 C 10 N add_watermarks N
6349 show_in_lists 239 240 C 10 N show_in_lists Y
6047 transition 156 157 I 10 N transition 600
6063 show_on_category_page 158 159 C 10 N show_on_category_page Y
6073 build 160 161 D 10 N build 1115
6082 build 162 163 D 10 N build 1159
6370 countdown_type 247 248 S 10 N countdown_type javascript
6383 output_type_template 249 250 E 10 N output_type_template output_type.tpl
6123 category_code_length 171 172 I 10 N category_code_length 9
6125 api_key 173 174 D 10 N api_key
6132 currency 175 176 S 10 N currency EUR
6136 replain_script 177 178 T 10 N replain_script
6138 display_shipping_methods_separately 179 180 C 10 N display_shipping_methods_separately Y
6242 ps_display_add_to_cart 210 211 C 10 N ps_display_add_to_cart Y
6473 remote_shipping_rate 280 281 I 10 N remote_shipping_rate 3
6471 storefront_ids 277 279 D 10 N storefront_ids 1,15
6174 number_urls_per_step 188 189 I 10 N number_urls_per_step 100
6178 sd_seo_auditor_cron_data 188 190 D 10 N sd_seo_auditor_cron_data {"cron_min":"0","cron_hour":"*","cron_day":"*","cron_month":"*","cron_weekday":"*"}
6413 use_custom_thumbnail_sizes 256 258 C 10 N use_custom_thumbnail_sizes N
6196 company_description 195 196 T 10 N company_description We are a unique and safe place to sell & shop! Sell with eBonza Marketplace free of charge! Limited offer! Sell up to 20 000 products at no costs, No listing fees, No subscription fees, No commission! Register & Start selling today! It is EASY!
6200 brand_feature 195 197 S 10 N brand_feature
6207 company_headquarters_country 195 198 X 10 N company_headquarters_country
6229 generate_seo_only_main_language 204 205 C 10 N generate_seo_only_main_language Y
6255 color_preset 134 135 D 10 N color_preset C
6260 allow_buy_default_common_product 142 143 C 10 N allow_buy_default_common_product N
6408 pixel_tracking_code 256 257 I 10 N pixel_tracking_code
6290 product_tabs_configuration 220 221 D 10 N product_tabs_configuration {"shippings":"0","options":"0","subscribers":"0","addons":"0","seo":"0","tags":"0","reward_points":"0","required_products":"0"}
6293 element_color 220 222 D 10 N element_color #5b84e8
6430 seo_description 260 263 T 10 N seo_description B2B marketplace for independent brands and local vendors
6423 social_link_twitter 260 262 I 10 N social_link_twitter
6312 return_period 65 66 I 10 N return_period 10
6313 show_bundles 229 230 S 10 N show_bundles before_product_description
6317 yandex_commercial 117 231 C 10 N yandex_commercial
6398 hide_cron_tab 254 255 C 10 N hide_cron_tab N
6363 build 243 244 D 10 N build 1123
6433 additional_settings 260 264 E 10 N additional_settings additional_settings.tpl
6460 api_url 277 278 I 10 N api_url https://nippur-3365.sandbox-quadernoapp.com/api/
6453 minimum_order_total_for_each_vendor 273 274 I 10 N minimum_order_total_for_each_vendor 10
6455 rma_refunded_order_status 275 276 S 10 N rma_refunded_order_status
6476 test_mode 282 283 C 10 N test_mode N
6557 quaderno_api_key 308 309 I 10 N quaderno_api_key sk_test_VHHVRtSyZNWqjvh3CLTQ
6273 product_release_info 13 0 O 11 N product_release_info
54 backend_default_language 4 0 S 15 Y backend_default_language en
26 company_city 5 0 I 20 Y company_city Praha
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 Y
106 show_rootcats_only 8 0 C 20 N show_rootcats_only Y
117 height 11 0 D 20 N height 30
5682 twitter_size 19 20 S 20 N twitter_size medium
5687 facebook_href 19 21 I 20 N facebook_href https://www.facebook.com/eBonzaM/
5699 vkontakte_button_style 19 22 S 20 N vkontakte_button_style mini
5706 yandex_display_on 19 23 N 20 N yandex_display_on #M#products=Y
5709 pinterest_shape 19 24 S 20 N pinterest_shape rect
5725 category_max_products_items 29 30 I 20 N category_max_products_items 5
5728 mailer_send_method 31 32 S 20 N mailer_send_method default
5738 em_double_opt_in 34 35 C 20 N em_double_opt_in Y
5751 bronze_rating_lower_limit 40 41 D 20 N bronze_rating_lower_limit 75
5763 approval_info 45 46 O 20 N approval_info
5764 product_premoderation_fields 45 47 N 20 N product_premoderation_fields N
5767 include_taxes_in_commission 48 49 C 20 N include_taxes_in_commission N
5778 code_prefix 54 55 I 20 N code_prefix GC
5786 variations_allow_auto_change_default_variation 58 59 C 20 N variations_allow_auto_change_default_variation Y
5791 recaptcha_site_key 62 63 I 20 N recaptcha_site_key 6Ldb8bkrAAAAABnqzGb84fLjeEQQEflHXDHoYVBg
5806 display_product_return_period 65 66 C 20 N display_product_return_period N
5814 seo_page_type 70 71 S 20 N seo_page_type page_nohtml
5821 price_in_points_with_discounts 72 73 C 20 N price_in_points_with_discounts Y
5833 track_add_to_cart 76 77 C 20 N track_add_to_cart Y
5837 phone 78 79 I 20 N phone
5858 unsuccessful_attempts_login 84 85 C 20 N unsuccessful_attempts_login
5879 product_post_ip_check 90 91 C 20 N product_post_ip_check Y
5884 category_post_ip_check 90 92 C 20 N category_post_ip_check Y
5890 page_post_ip_check 90 94 C 20 N page_post_ip_check Y
5894 home_page_post_ip_check 90 95 C 20 N home_page_post_ip_check Y
5898 company_posts_per_page 90 96 I 20 N company_posts_per_page 10
5931 price_list_sorting 103 104 S 20 N price_list_sorting product_code
5936 appdomain 105 106 I 20 N appdomain
5943 disable_suspended_vendors 111 112 D 20 N disable_suspended_vendors Y
5957 max_search_radius 117 118 I 20 N max_search_radius 700
5962 rma_refunded_order_status_tpl 119 120 E 20 N rma_refunded_order_status_tpl rma_refunded_order_status.tpl
5965 clickatel_api_id 121 122 I 20 N clickatel_api_id
5979 anti_fraud_safe_distance 123 124 I 20 N anti_fraud_safe_distance 90
5985 backend_google_auth_info 125 126 E 20 N backend_google_auth_info credentials.tpl
6221 review_approval 202 203 S 20 N review_approval any
6009 build 138 139 D 20 N build 1211
6366 decrease_items_per_page 245 246 C 20 N decrease_items_per_page Y
6022 save_element_state 148 149 C 20 N save_element_state N
6028 bg_color_template 148 150 E 20 N bg_color_template color.tpl
6033 code 152 153 D 20 N code ABA-M9wFuf4TrmNlsB8mw5qjm
6350 on_thumbnail_click 239 240 S 20 N on_thumbnail_click open_popup
6048 icon 156 157 S 20 N icon arrow_7
6064 show_on_product_page 158 159 C 20 N show_on_product_page Y
6074 add_catalog_to_breadcrumbs 160 161 C 20 N add_catalog_to_breadcrumbs N
6083 max_height 162 163 20 N max_height 250
6371 max_height 247 248 I 20 N max_height 250
6384 TL_max_count 249 250 D 20 N TL_max_count 3
6126 private_key 173 174 D 20 N private_key
6133 tax_gst_code 175 176 I 20 N tax_gst_code GST
6160 gt_api_key 185 186 I 20 N gt_api_key AIzaSyA-XB0iHNT4m5sWJ0JrKgYwVcErhER6OHY
6259 rating_above_price 40 41 D 20 N rating_above_price N
6175 crawl_delay 188 189 I 20 N crawl_delay 500
6179 sd_seo_auditor_last_update 188 190 D 20 N sd_seo_auditor_last_update 1624273767
6409 show_more 256 257 S 20 N show_more auto
6414 product_lists_thumbnail_width 256 258 I 20 N product_lists_thumbnail_width 240
6197 company_logo 195 196 E 20 N company_logo logo_uploader.tpl
6201 use_global_identifier 195 197 C 20 N use_global_identifier N
6208 company_headquarters_state 195 198 W 20 N company_headquarters_state
6230 cron_command 204 205 E 20 N cron_command command_cron.tpl
6243 ps_display_navigation_dots 210 211 C 20 N ps_display_navigation_dots Y
6253 yandex_map 50 52 E 20 N yandex_map map.tpl
6254 google_map 50 53 E 20 N google_map map.tpl
6261 cron_command 99 100 E 20 N cron_command cron_command.tpl
6272 privacy_policy_page 129 130 S 20 N privacy_policy_page none
6291 config_form 220 221 E 20 N config_form config.tpl
6294 sidebar_background_image 220 222 D 20 N sidebar_background_image
6431 seo_keywords 260 263 T 20 N seo_keywords B2B marketplace, independent brands, local vendors
6424 social_link_instagram 260 262 I 20 N social_link_instagram
6314 gdpr_cookie_consent_texts 129 130 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
6399 cron_password 254 255 I 20 N cron_password MYPASS
6434 custom_css 260 264 T 20 N custom_css
6438 registration_number 266 267 S 20 N registration_number 0
6461 customer_field_tax 277 278 E 20 N customer_field_tax customer_field_tax.tpl
6474 shipping_methods 280 281 N 20 N shipping_methods #M#52=Y
6558 customer_field_is_vat_payer 308 309 S 20 N customer_field_is_vat_payer 101
16 weight_symbol 2 0 I 30 Y weight_symbol kg
34 company_country 5 0 X 30 Y company_country CZ
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 Y
8 ftp_hostname 13 0 I 30 N ftp_hostname
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host b2bonza.com:465
118 string_length 11 0 D 30 N string_length 5
5683 twitter_display_count 19 20 S 30 N twitter_display_count horizontal
5688 facebook_send 19 21 C 30 N facebook_send Y
5700 vkontakte_height 19 22 I 30 N vkontakte_height 22
5710 pinterest_display_on 19 24 N 30 N pinterest_display_on #M#products=Y&pages=Y
5714 paypal_status_map_settings 25 26 E 30 N paypal_status_map_settings statuses_map.tpl
5739 em_welcome_letter 34 35 C 30 N em_welcome_letter Y
5752 silver_rating_lower_limit 40 41 D 30 N silver_rating_lower_limit 85
5768 collect_taxes_from_vendors 48 49 C 30 N collect_taxes_from_vendors N
5779 cert_per_page 54 55 I 30 N cert_per_page 10
5787 variations_show_all_possible_feature_variants 58 59 C 30 N variations_show_all_possible_feature_variants Y
5792 recaptcha_secret 62 63 I 30 N recaptcha_secret 6Ldb8bkrAAAAAFBXmw6ZWCdBhARy5YnHkf0UJzAo
5807 dont_take_weekends_into_account 65 66 C 30 N dont_take_weekends_into_account N
5815 seo_other_type 70 71 S 30 N seo_other_type directory
5822 points_with_discounts 72 73 C 30 N points_with_discounts Y
5834 track_order_placed 76 77 C 30 N track_order_placed Y
5838 phone_prefix_length 78 79 I 30 N phone_prefix_length 7
5846 type 80 81 S 30 N type C128B
5859 number_unsuccessful_attempts 84 85 I 30 N number_unsuccessful_attempts 5
5871 use_for_product_icons 88 89 C 30 N use_for_product_icons N
5880 product_discussion_type 90 91 S 30 N product_discussion_type B
5885 category_discussion_type 90 92 S 30 N category_discussion_type B
5891 page_discussion_type 90 94 S 30 N page_discussion_type B
5895 home_page_testimonials 90 95 S 30 N home_page_testimonials B
5899 company_post_approval 90 96 S 30 N company_post_approval any
5906 site_change 99 100 S 30 N site_change daily
5932 group_by_category 103 104 C 30 N group_by_category Y
5944 days_before_disable 111 112 D 30 N days_before_disable 90
5958 distance_unit 117 118 S 30 N distance_unit km
5966 clickatel_unicode 121 122 C 30 N clickatel_unicode N
5980 anti_fraud_max_order_total 123 124 I 30 N anti_fraud_max_order_total 500
5986 backend_google_auth_client_id 125 126 I 30 N backend_google_auth_client_id
6216 show_on_order 42 44 C 30 N show_on_order Y
6222 review_ip_check 202 203 C 30 N review_ip_check N
6367 code 245 246 D 30 N code ABA-NPj5E4Zjhe44isx2AHRDc
6023 bg_color 148 149 D 30 N bg_color #efefef
6029 use_style_presets 148 150 C 30 N use_style_presets Y
6034 build 152 153 D 30 N build 1107
6351 controls 239 240 C 30 N controls N
6049 margin_top 156 157 I 30 N margin_top 0
6065 show_on_cart_page 158 159 C 30 N show_on_cart_page Y
6075 maximum_number_of_displayed_items 160 161 I 30 N maximum_number_of_displayed_items 15
6084 hide_in_product 162 163 C 30 N hide_in_product Y
6372 promotions_per_page 247 248 I 30 N promotions_per_page 12
6385 TR_max_count 249 250 D 30 N TR_max_count 3
6127 parent_private_key 173 174 D 30 N parent_private_key
6134 freight_tax_gst_code 175 176 I 30 N freight_tax_gst_code GST
6176 timeout 188 189 I 30 N timeout 15
6410 show_subcategories 256 257 C 30 N show_subcategories N
6415 product_lists_thumbnail_height 256 258 I 30 N product_lists_thumbnail_height 240
6198 social_links 195 196 T 30 N social_links https://www.ebonza.eu/why-you-should-sell-on-ebonza-marketplace/
6202 global_identifier_name 195 197 I 30 N global_identifier_name gtin12
6209 company_headquarters_city 195 198 I 30 N company_headquarters_city
6244 ps_display_zoom 210 211 C 30 N ps_display_zoom Y
6249 approval_info 45 47 O 30 N approval_info
6250 preventing_registration_info 45 46 O 30 N preventing_registration_info
6295 vendor_panel_config 220 222 E 30 N vendor_panel_config panel.tpl
6400 email_sanding_admin 254 255 C 30 N email_sanding_admin N
6425 social_link_youtube 260 262 I 30 N social_link_youtube
6439 tax_number 266 267 S 30 N tax_number 0
6462 customer_field_tax_id 277 278 D 30 N customer_field_tax_id 56
6481 use_contrast_style_elements 148 150 C 30 N use_contrast_style_elements N
6559 customer_field_vat_status 308 309 S 30 N customer_field_vat_status 103
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
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 info@b2bonza.com
119 min_font_size 11 0 D 40 N min_font_size 14
5684 twitter_display_on 19 20 N 40 N twitter_display_on #M#products=Y&pages=Y
5689 facebook_width 19 21 I 40 N facebook_width 450
5701 vkontakte_width 19 22 I 40 N vkontakte_width 350
5730 mailer_smtp_host 31 32 I 40 N mailer_smtp_host
5740 em_service 34 35 S 40 N em_service mailchimp
5753 gold_rating_lower_limit 40 41 D 40 N gold_rating_lower_limit 95
5769 allow_vendors_to_change_plan 48 49 C 40 N allow_vendors_to_change_plan N
5780 free_products_allow 54 55 C 40 N free_products_allow N
5793 recaptcha_theme 62 63 S 40 N recaptcha_theme light
5816 seo_language 70 71 C 40 N seo_language N
5823 price_in_points_order_discount 72 73 C 40 N price_in_points_order_discount Y
5839 phone_mask 78 79 I 40 N phone_mask
5847 output 80 81 S 40 N output png
5860 login_intervals 84 85 I 40 N login_intervals 60
5872 use_for_product_detailed 88 89 C 40 N use_for_product_detailed N
5900 company_post_ip_check 90 96 C 40 N company_post_ip_check Y
5907 site_priority 99 100 S 40 N site_priority 1
5933 include_options 103 104 C 40 N include_options N
5945 default_lowers_allowed_balance 111 112 I 40 N default_lowers_allowed_balance 0
5959 filter_by 117 118 S 40 N filter_by none
5967 clickatel_concat 121 122 S 40 N clickatel_concat clickatel_concat_3
5981 anti_fraud_risk_factor 123 124 I 40 N anti_fraud_risk_factor 25
5987 backend_google_auth_client_secret 125 126 I 40 N backend_google_auth_client_secret
6223 review_fields 202 203 S 40 N review_fields advanced
6024 code 148 149 D 40 N code ABA-bXWF7b7YR6smNFmTf0Buv
6352 repeat 239 240 C 40 N repeat N
6050 margin_right 156 157 I 40 N margin_right 10
6066 show_on_checkout_page 158 159 C 40 N show_on_checkout_page Y
6076 catalog_menu 160 161 I 40 N catalog_menu 0
6085 hide_in_category 162 163 C 40 N hide_in_category Y
6373 chains_per_page 247 248 I 40 N chains_per_page 3
6386 BL_max_count 249 250 D 40 N BL_max_count 3
6128 import_status 173 174 D 40 N import_status
6162 gt_api_languages 185 186 N 40 N gt_api_languages #M#en=Y&cs=Y&sk=Y&hu=Y
6411 show_cookie_agreement 256 257 C 40 N show_cookie_agreement
6416 product_details_thumbnail_width 256 258 I 40 N product_details_thumbnail_width 570
6203 global_identifier_value 195 197 S 40 N global_identifier_value
6210 company_headquarters_address 195 198 I 40 N company_headquarters_address
6245 ps_display_fullscreen 210 211 C 40 N ps_display_fullscreen Y
6271 quantity_discount_on_different_variations 58 59 C 40 N quantity_discount_on_different_variations Y
6426 social_link_vk 260 262 I 40 N social_link_vk
6401 email_sanding_vendor 254 255 C 40 N email_sanding_vendor N
6368 build 245 246 D 40 N build 1101
6440 cron_send_email_customer_invite 266 267 E 40 N cron_send_email_customer_invite cron_send_email_customer_invite.tpl
6463 vendor_field_tax 277 278 E 40 N vendor_field_tax vendor_field_tax.tpl
6560 vendor_field_is_vat_payer 308 309 S 40 N vendor_field_is_vat_payer 105
33 company_zipcode 5 0 I 50 Y company_zipcode 11000
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 nb@KcypsC5rm
120 max_font_size 11 0 D 50 N max_font_size 16
5690 facebook_layout 19 21 S 50 N facebook_layout button_count
5702 vkontakte_buttons_name 19 22 S 50 N vkontakte_buttons_name like
5716 paypal_partial_refund_action_settings 25 26 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
5731 mailer_smtp_username 31 32 I 50 N mailer_smtp_username
5741 em_token 34 35 D 50 N em_token 58d765f5aad052e5fe5c1f0306d9e449
5754 config_tpl 40 41 E 50 N config_tpl config.tpl
5781 redeem_shipping_cost 54 55 C 50 N redeem_shipping_cost N
5794 recaptcha_size 62 63 S 50 N recaptcha_size compact
5817 single_url 70 71 C 50 N single_url N
5824 reward_points_order_discount 72 73 C 50 N reward_points_order_discount Y
5840 buy_now_with_one_click 78 79 C 50 N buy_now_with_one_click N
5848 text 80 81 S 50 N text Y
5861 time_block 84 85 I 50 N time_block 24
5881 product_review_after_purchase 90 91 C 50 N product_review_after_purchase N
5946 default_grace_period_to_refill_balance 111 112 I 50 N default_grace_period_to_refill_balance 7
5982 antifraud_order_status 123 124 D 50 N antifraud_order_status A
5988 backend_google_auth_check 125 126 E 50 N backend_google_auth_check check.tpl
6224 review_after_purchase 202 203 C 50 N review_after_purchase N
6025 build 148 149 D 50 N build 1206
6353 th_size 239 240 I 50 N th_size 80
6051 margin_bottom 156 157 I 50 N margin_bottom 10
6067 add_default 158 159 C 50 N add_default N
6077 show_category_tree 160 161 C 50 N show_category_tree N
6086 hide_in_brand 162 163 C 50 N hide_in_brand Y
6374 highlight_when_left 247 248 S 50 N highlight_when_left 1
6387 BR_max_count 249 250 D 50 N BR_max_count 3
6129 last_request 173 174 D 50 N last_request
6402 imported_number_rows_per_iteration 254 255 I 50 N imported_number_rows_per_iteration 500
6163 gt_api_base_lang 185 186 S 50 N gt_api_base_lang en
6417 product_details_thumbnail_height 256 258 I 50 N product_details_thumbnail_height 570
6204 price_valid_until 195 197 I 50 N price_valid_until 1
6211 company_headquarters_zipcode 195 198 I 50 N company_headquarters_zipcode
6246 ps_close_with_gesture 210 211 C 50 N ps_close_with_gesture Y
6427 social_link_gpluse 260 262 I 50 N social_link_gpluse
6464 vendor_field_tax_id 277 278 D 50 N vendor_field_tax_id 51
6561 vendor_field_vat_status 308 309 S 50 N vendor_field_vat_status 106
61 store_access_key 2 0 O 51 Y store_access_key
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection ssl
7 feedback_type 2 0 S 57 Y feedback_type manual
1007 display_vendor 16 0 C 57 Y display_vendor Y
14 auto_check_updates 2 0 C 58 Y auto_check_updates Y
1008 can_edit_blocks 16 0 C 58 Y can_edit_blocks N
311 monitor_core_changes 2 0 C 59 Y monitor_core_changes Y
1009 can_edit_styles 16 0 C 59 Y can_edit_styles N
24 admin_elements_per_page 4 0 U 60 Y admin_elements_per_page 50
28 company_phone 5 0 L 60 Y company_phone +421(901)711-066
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
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
5691 facebook_show_faces 19 21 C 60 N facebook_show_faces N
5703 vkontakte_display_on 19 22 N 60 N vkontakte_display_on #M#products=Y&pages=Y
5732 mailer_smtp_password 31 32 I 60 N mailer_smtp_password
5742 em_lastsync 34 35 D 60 N em_lastsync 1610311149
5795 recaptcha_type 62 63 S 60 N recaptcha_type image
5818 non_latin_symbols 70 71 C 60 N non_latin_symbols N
5825 higher_level_extract 72 73 C 60 N higher_level_extract Y
5841 enable_call_requests_for_vendors 78 79 C 60 N enable_call_requests_for_vendors Y
5849 height 80 81 I 60 N height 60
5874 use_for_category_icons 88 89 C 60 N use_for_category_icons N
5909 include_products 99 100 C 60 N include_products Y
5947 global_lowers_allowed_balance 111 112 I 60 N global_lowers_allowed_balance 0
5969 sms_new_order_placed 121 122 C 60 N sms_new_order_placed
6225 review_ask_for_customer_location 202 203 S 60 N review_ask_for_customer_location none
6354 cycle 239 240 C 60 N cycle Y
6052 margin_left 156 157 I 60 N margin_left 0
6068 shuffle 158 159 C 60 N shuffle Y
6078 link 160 161 O 60 N link
6087 selectors 162 163 I 60 N selectors
6375 amount_of_promos_in_prods_lists 247 248 S 60 N amount_of_promos_in_prods_lists 0
6388 TL_output_type 249 250 D 60 N TL_output_type column
6130 last_resync 173 174 D 60 N last_resync
6465 tax_code_shipping 277 278 S 60 N tax_code_shipping standard
6257 vendor_taxes 111 112 N 60 N vendor_taxes
6205 use_stock_products 195 197 C 60 N use_stock_products N
6212 company_founders 195 198 T 60 N company_founders
6247 code 210 211 D 60 N code ABA-XTkA3WaC2mXWh7TzaMgnx
6428 social_link_pinterest 260 262 I 60 N social_link_pinterest
6456 image_file_size 9 0 Q 60 Y image_file_size 20
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
5692 facebook_action 19 21 S 70 N facebook_action like
5718 paypal_logo_uploader_settings 25 26 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
5733 mailer_smtp_ecrypted_connection 31 32 S 70 N mailer_smtp_ecrypted_connection none
5826 several_points_action 72 73 S 70 N several_points_action minimal_absolute
5842 order_status 78 79 S 70 N order_status Y
5850 width 80 81 I 70 N width 250
5863 unsuccessful_attempts_login_customer 84 85 C 70 N unsuccessful_attempts_login_customer
5875 use_for_category_detailed 88 89 C 70 N use_for_category_detailed N
5910 products_change 99 100 S 70 N products_change daily
5948 global_grace_period_to_refill_balance 111 112 I 70 N global_grace_period_to_refill_balance 7
5970 sms_new_cusomer_registered 121 122 C 70 N sms_new_cusomer_registered Y
6226 split_reviews_by_storefronts 202 203 C 70 N split_reviews_by_storefronts N
6355 vertical 239 240 C 70 N vertical Y
6053 font_size 156 157 I 70 N font_size 64
6069 delay 158 159 S 70 N delay 0
6088 transition 162 163 S 70 N transition 10
6376 ab__show_expired_promos 247 248 C 70 N ab__show_expired_promos Y
6389 TR_output_type 249 250 D 70 N TR_output_type column
6404 sd_import_xml_auto_cron_url 254 255 E 70 N sd_import_xml_auto_cron_url cron.tpl
6466 send_invoice 277 278 C 70 N send_invoice Y
6165 gt_api_events 185 186 N 70 N gt_api_events #M#update_entity_via_website=Y&create_entity_via_website=Y&create_products_via_import=Y&update_products_via_import=Y
6248 build 210 211 D 70 N build 1143
6419 warmup 256 258 E 70 N warmup warmup.tpl
53 frontend_default_language 4 0 S 80 Y frontend_default_language en
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
5693 facebook_lang 19 21 S 80 N facebook_lang en_US
5719 pp_statuses 25 26 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";}
5734 mailer_smtp_auth 31 32 C 80 N mailer_smtp_auth N
5797 recaptcha_v3_site_key 62 63 I 80 N recaptcha_v3_site_key 6LdX8LkrAAAAAHq8RTBKb7g5glvdcsFNKar71dfZ
5827 consider_zero_values 72 73 C 80 N consider_zero_values N
5851 prefix 80 81 I 80 N prefix FF45CR99
5864 number_unsuccessful_attempts_customer 84 85 I 80 N number_unsuccessful_attempts_customer 5
5876 images_access_info 88 89 O 80 N images_access_info
5911 products_priority 99 100 S 80 N products_priority 0.5
5949 settings_template 111 112 E 80 N settings_template settings.tpl
5971 sms_product_negative_amount 121 122 C 80 N sms_product_negative_amount Y
6227 images_upload_allowed 202 203 D 80 N images_upload_allowed Y
6405 subscription_status 254 255 D 80 N subscription_status 1
6356 video_icon 239 240 S 80 N video_icon youtube
6054 units 156 157 S 80 N units px
6070 code 158 159 D 80 N code ABA-W0zfmkXHcmx0bMCmk4KDw
6080 ab__as_add_to_sitemap 160 161 C 80 N ab__as_add_to_sitemap Y
6089 align 162 163 S 80 N align left
6377 ab__show_awaited_promos 247 248 C 80 N ab__show_awaited_promos Y
6390 BL_output_type 249 250 D 80 N BL_output_type column
6467 send_shipping_invoice 277 278 C 80 N send_shipping_invoice Y
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
6270 frontend_default_currency 4 0 S 85 Y frontend_default_currency EUR
165 hide_after_validation 11 0 C 87 Y hide_after_validation Y
32 company_website 5 0 I 90 Y company_website https://www.b2bonza.com
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 85
5694 facebook_action_font 19 21 S 90 N facebook_action_font arial
5720 partial_refund_action 25 26 D 90 N partial_refund_action ignore
5798 recaptcha_v3_secret 62 63 I 90 N recaptcha_v3_secret 6LdX8LkrAAAAAPC4c-KWTY8hU8vWx7QnB1_UiUX0
5828 log_per_page 72 73 I 90 N log_per_page 10
5865 login_intervals_customer 84 85 I 90 N login_intervals_customer 60
5972 sms_send_min_amout 121 122 I 90 N sms_send_min_amout 0
6055 font_weight 156 157 S 90 N font_weight normal
6071 build 158 159 D 90 N build 741
6090 appearance 162 163 S 90 N appearance text
6391 BR_output_type 249 250 D 90 N BR_output_type column
6468 send_shipment_invoice 277 278 C 90 N send_shipment_invoice Y
6167 gt_api_fields 185 186 E 90 N gt_api_fields fields.tpl
6251 product_variations 202 203 E 90 N product_variations product_variations.tpl
6357 enable_microdata 239 240 C 90 N enable_microdata Y
6406 subscription_status_last_check 254 255 D 90 N subscription_status_last_check 1781092186
40 company_start_year 5 0 I 95 Y company_start_year 2026
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 info@b2bonza.com
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 270
5695 facebook_colorscheme 19 21 S 100 N facebook_colorscheme light
5799 recaptcha_v3_success_score 62 63 S 100 N recaptcha_v3_success_score 0.5
5853 elm_spec_descr 80 81 O 100 N elm_spec_descr
5866 time_block_customer 84 85 I 100 N time_block_customer 24
5913 include_categories 99 100 C 100 N include_categories Y
5973 sms_send_shipping 121 122 N 100 N sms_send_shipping
6056 color 156 157 E 100 N color color.tpl
6091 show_button_after_action 162 163 C 100 N show_button_after_action Y
6392 code 249 250 D 100 N code ABA-VgExrBJLzxvCv6XmBlzEf
6469 debug 277 278 C 100 N debug Y
6168 allow_translate_features_brand 185 186 C 100 N allow_translate_features_brand N
6252 split_reviews_for_variations_as_separate_products 202 203 D 100 N split_reviews_for_variations_as_separate_products Y
6358 code 239 240 D 100 N code ABA-Hfx6NpqElWXr9he9x3vvW
6379 ab__as_add_to_sitemap 247 248 C 100 N ab__as_add_to_sitemap Y
36 company_site_administrator 5 0 I 110 Y company_site_administrator info@b2bonza.com
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 270
5696 facebook_display_on 19 21 N 110 N facebook_display_on #M#products=Y&pages=Y
5914 categories_change 99 100 S 110 N categories_change daily
6057 hide_on_mobile 156 157 C 110 N hide_on_mobile Y
6092 custom_class 162 163 I 110 N custom_class ab-smc
6169 gt_api_fields_to_translate 185 186 D 110 N gt_api_fields_to_translate a:11:{s:8:"products";a:10:{i:0;s:4:"name";i:1;s:20:"detailed_description";i:2;s:17:"short_description";i:3;s:12:"search_words";i:4;s:10:"promo_text";i:5;s:8:"seo_name";i:6;s:10:"page_title";i:7;s:13:"meta_keywords";i:8;s:16:"meta_description";i:9;s:12:"product_tabs";}s:10:"categories";a:5:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:13:"meta_keywords";i:3;s:16:"meta_description";i:4;s:10:"page_title";}s:4:"blog";a:1:{i:0;s:4:"name";}s:5:"pages";a:8:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:10:"page_title";i:3;s:16:"meta_description";i:4;s:13:"meta_keywords";i:5;s:8:"seo_name";i:6;s:16:"form_submit_text";i:7;s:20:"elements_description";}s:11:"newsletters";a:3:{i:0;s:7:"subject";i:1;s:13:"more_subjects";i:2;s:9:"body_html";}s:14:"order_statuses";a:3:{i:0;s:11:"description";i:1;s:13:"email_subject";i:2;s:12:"email_header";}s:15:"payment_methods";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:20:"payment_instructions";}s:16:"shipping_methods";a:2:{i:0;s:4:"name";i:1;s:13:"delivery_time";}s:8:"features";a:4:{i:0;s:11:"description";i:1;s:16:"full_description";i:2;s:7:"variant";i:3;s:19:"variant_description";}s:7:"options";a:4:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:7:"comment";i:3;s:15:"product_options";}s:6:"blocks";a:2:{i:0;s:7:"content";i:1;s:4:"name";}}
6359 build 239 240 D 110 N build 1249
6380 code 247 248 D 110 N code ABA-zm9W2c1xVcHZmoY2y15xb
6393 build 249 250 D 110 N build 1250
37 company_orders_department 5 0 I 120 Y company_orders_department info@b2bonza.com
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 550
5801 recaptcha_use_for_value 62 63 D 120 N recaptcha_use_for_value a:13:{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:12:"recaptcha_v2";s:12:"track_orders";s:12:"recaptcha_v2";s:22:"track_product_in_stock";s:12:"recaptcha_v3";s:24:"apply_for_vendor_account";s:12:"recaptcha_v2";s:15:"email_marketing";s:12:"recaptcha_v2";s:17:"gift_certificates";s:0:"";s:12:"call_request";s:12:"recaptcha_v2";s:12:"form_builder";s:12:"recaptcha_v2";s:5:"polls";s:12:"recaptcha_v2";s:10:"discussion";s:12:"recaptcha_v3";}
5915 categories_priority 99 100 S 120 N categories_priority 0.5
5975 sms_send_payment_info 121 122 C 120 N sms_send_payment_info Y
6058 show_in_admin_panel 156 157 C 120 N show_in_admin_panel Y
6170 gt_api_translate_translated 185 186 C 120 N gt_api_translate_translated N
6381 build 247 248 D 120 N build 1158
38 company_support_department 5 0 I 130 Y company_support_department info@b2bonza.com
47 elements_per_page 4 0 U 130 Y elements_per_page 10
58 inventory_tracking 2 0 C 130 Y inventory_tracking Y
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height 450
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking B
1001 apply_for_vendor 16 0 C 130 Y apply_for_vendor Y
5802 recaptcha_use_for 62 63 E 130 N recaptcha_use_for use_for_settings.tpl
5976 sms_send_customer_email 121 122 C 130 N sms_send_customer_email Y
6059 ab__stt_color 156 157 D 130 N ab__stt_color #f80164
6171 gt_api_translate_entity_when_update 185 186 C 130 N gt_api_translate_entity_when_update N
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 340
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 340
39 company_newsletter_email 5 0 I 140 Y company_newsletter_email info@b2bonza.com
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 48
1002 create_vendor_administrator_account 16 0 D 140 Y create_vendor_administrator_account Y
5803 settings_proxy 62 63 O 140 N settings_proxy
5917 include_pages 99 100 C 140 N include_pages Y
6060 code 156 157 D 140 N code ABA-FxPVHHdkky1KP9qdF12nJ
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 4
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories Y
1000 vendors_per_page 16 0 I 150 Y vendors_per_page 30
5918 pages_change 99 100 S 150 N pages_change daily
6061 build 156 157 D 150 N build 767
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
317 default_options_type 2 0 S 157 Y default_options_type P
318 global_options_type 2 0 S 157 Y global_options_type
319 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
320 global_exceptions_type 2 0 S 158 Y global_exceptions_type
3 exception_style 2 0 S 160 Y exception_style hide
190 product_cart_thumbnail_width 9 0 U 160 Y product_cart_thumbnail_width 70
1011 allow_vendor_manage_features 16 0 C 160 Y allow_vendor_manage_features N
5919 pages_priority 99 100 S 160 N pages_priority 0.5
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 70
1012 allow_approve_vendors_in_two_steps 16 0 C 170 Y allow_approve_vendors_in_two_steps Y
315 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 40
316 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 40
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
5921 include_extended 99 100 C 180 N include_extended Y
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address N
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean N
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes N
146 in_stock_field 4 0 C 186 Y in_stock_field N
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery Y
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer swiper
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
5922 extended_change 99 100 S 190 N extended_change daily
6480 default_autoplay_videos 4 0 C 190 Y default_autoplay_videos N
6479 global_autoplay_videos 4 0 C 190 Y global_autoplay_videos
6478 default_show_videos_before_images 4 0 C 190 Y default_show_videos_before_images N
6477 global_show_videos_before_images 4 0 C 190 Y global_show_videos_before_images
180 default_product_details_view 4 0 S 191 Y default_product_details_view bigpicture_template
333 global_product_details_view 4 0 S 191 Y global_product_details_view
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
272 display_track_orders 4 0 C 191 Y display_track_orders Y
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&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&price-asc=Y&price-desc=Y&popularity-desc=Y&absolute_vendor_rating-desc=Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting timestamp-desc
290 enable_quick_view 4 0 C 198 Y enable_quick_view N
52 date_format 4 0 S 200 Y date_format %d/%m/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
5923 extended_priority 99 100 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 120
139 timezone 4 0 S 220 Y timezone Europe/Budapest
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 240
5925 include_companies 99 100 C 220 N include_companies 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 240
5926 companies_change 99 100 S 230 N companies_change daily
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
5927 companies_priority 99 100 S 240 N companies_priority 0.5
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 Y
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 5
275 quick_registration 2 0 C 260 Y quick_registration N
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
6258 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 50
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
152 proxy_port 2 0 I 330 Y proxy_port
302 display_payment_step 6 0 D 330 Y display_payment_step Y
62 order_start_id 6 0 I 340 Y order_start_id
153 proxy_user 2 0 I 340 Y proxy_user
321 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
322 global_zero_price_action 6 0 S 341 Y global_zero_price_action
323 default_min_qty 6 0 I 342 Y default_min_qty 1
324 global_min_qty 6 0 I 342 Y global_min_qty
325 default_max_qty 6 0 I 343 Y default_max_qty 0
326 global_max_qty 6 0 I 343 Y global_max_qty 0
327 default_qty_step 6 0 I 344 Y default_qty_step 0
328 global_qty_step 6 0 I 344 Y global_qty_step
329 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
330 global_list_qty_count 6 0 I 345 Y global_list_qty_count
154 proxy_password 2 0 P 350 Y proxy_password
179 tax_calculation 6 0 S 350 Y tax_calculation unit_price
69 min_order_amount 6 0 I 360 Y min_order_amount 1
71 allow_anonymous_shopping 6 0 S 370 Y allow_anonymous_shopping hide_price_and_add_to_cart
173 checkout_redirect 6 0 C 380 Y checkout_redirect Y
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
314 show_unavailable_shipping_methods 6 0 C 390 Y show_unavailable_shipping_methods N
308 email_templates 4 0 S 400 Y email_templates new
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
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