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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "760.34"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "612.90"
      },
      "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.20",
              "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.20",
              "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": 681,
            "rows_produced_per_join": 612,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "24.86",
              "eval_cost": "122.58",
              "prefix_cost": "147.44",
              "data_read_per_join": "483K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "((find_in_set('STOREFRONT',`eshopuga_upgr_4122`.`cscart_settings_objects`.`edition_type`) or find_in_set('VENDOR',`eshopuga_upgr_4122`.`cscart_settings_objects`.`edition_type`) or find_in_set('ROOT',`eshopuga_upgr_4122`.`cscart_settings_objects`.`edition_type`) or find_in_set('ULT:STOREFRONT',`eshopuga_upgr_4122`.`cscart_settings_objects`.`edition_type`) or find_in_set('ULT:VENDOR',`eshopuga_upgr_4122`.`cscart_settings_objects`.`edition_type`) or find_in_set('ULT:ROOT',`eshopuga_upgr_4122`.`cscart_settings_objects`.`edition_type`)) and (`eshopuga_upgr_4122`.`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 Eshop Infosystems
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 4165264951;www.eshopuganda.com
5945 banner_multilang 20 21 C 0 N banner_multilang Y
5965 main_store_mode 26 27 R 0 N main_store_mode catalog
5967 cron_password 28 29 I 0 N cron_password MYPASS
5968 product_posts_per_page 30 31 I 0 N product_posts_per_page 10
5973 category_posts_per_page 30 32 I 0 N category_posts_per_page 10
5977 order_posts_per_page 30 33 I 0 N order_posts_per_page 10
5984 giftreg_posts_per_page 30 35 I 0 N giftreg_posts_per_page 10
5986 page_posts_per_page 30 36 I 0 N page_posts_per_page 10
5991 home_page_posts_per_page 30 37 I 0 N home_page_posts_per_page 10
5997 em_show_on_checkout 38 39 C 0 N em_show_on_checkout N
6004 em_mailchimp_api_key 38 40 I 0 N em_mailchimp_api_key
6006 em_madmimi_username 38 41 I 0 N em_madmimi_username
6009 min_amount 42 43 I 0 N min_amount 50
6015 tracking_code 44 45 I 0 N tracking_code
6285 coupon 54 144 S 0 N coupon no_promo
6042 icons_pack 48 49 S 0 N icons_pack flat_32x32
6550 cz_animation_time 210 211 I 0 N cz_animation_time 200
6052 general_info 52 53 O 0 N general_info
6055 newsletters_per_pass 54 55 I 0 N newsletters_per_pass 10
6071 polls_votes_on_page 58 59 I 0 N polls_votes_on_page 20
6339 price_list_info 60 61 O 0 N price_list_info
6084 point_rate 62 63 I 0 N point_rate 50
6094 display_product_return_period 64 65 C 0 N display_product_return_period Y
6096 managing_editor 66 67 I 0 N managing_editor
6099 seo_product_type 68 69 S 0 N seo_product_type product_category_nohtml
6438 default_upload_high_res_image 189 190 C 0 N default_upload_high_res_image Y
6140 tags_for_products 77 78 C 0 N tags_for_products Y
6262 settings 127 129 E 0 N settings settings.tpl
6263 admin_app 127 130 E 0 N admin_app admin_app.tpl
6264 push 127 131 E 0 N push push.tpl
6357 licensekey 167 168 I 0 N licensekey
6224 licensekey 98 99 I 0 N licensekey G76AF-IPFCK-9JIS4-C1S31
6415 show_effect 180 181 S 0 N show_effect horizontal_flip
6256 slide_multilang 120 121 C 0 N slide_multilang Y
6400 licensekey 174 175 I 0 N licensekey G76AF-IPFCK-9JIS4-C1S31
6229 show_effect 106 107 S 0 N show_effect scale
6230 licensekey 108 109 I 0 N licensekey
6396 licensekey 172 173 I 0 N licensekey
6413 licensekey 178 179 I 0 N licensekey L9OM0-P6MGS-X1W8Z-YNCTG
6331 key 156 157 I 0 N key 6LcvAQMTAAAAAMQUQ0MkfvGbAB7-sWWN89dRIho6
6261 connect 127 128 E 0 N connect connect.tpl
6265 upgrade 127 132 E 0 N upgrade upgrade.tpl
6402 licensekey 176 177 I 0 N licensekey P5ED4-LBP5G-GN864-BPAP8
6279 final_sale_from 141 142 I 0 N final_sale_from 40
6281 period 141 143 S 0 N period all
6445 google_api_notice 192 195 O 0 N google_api_notice
6443 yandex_api_key 192 194 I 0 N yandex_api_key
6441 provider 192 193 S 0 N provider google
6417 licensekey 184 185 I 0 N licensekey GVZII-66YUK-BBRAR-7ZWOR
6325 licensekey 152 153 I 0 N licensekey
6335 licensekey 158 159 I 0 N licensekey MDL2H-LSX5U-R2DY4-3RABP
6349 notice 163 164 O 0 N notice
6356 licensekey 165 166 I 0 N licensekey 9R7H1-ED2UN-6MMN9-ZDDZE
6366 gallery_posts_per_page 30 169 I 0 N gallery_posts_per_page 10
6486 licensekey 202 203 I 0 N licensekey
6416 licensekey 182 183 I 0 N licensekey 9R7H1-ED2UN-6MMN9-ZDDZE
6432 forbidden_countries_notice 163 188 O 0 N forbidden_countries_notice
6439 print_map 75 191 C 0 N print_map N
6464 allow_save_attachments_to_server 198 199 C 0 N allow_save_attachments_to_server N
6482 notify_me_about_new_versions 200 201 C 0 N notify_me_about_new_versions Y
6514 show_thumbnails 202 205 C 0 N show_thumbnails Y
6543 use_sm 202 206 C 0 N use_sm N
6546 use_boost 202 207 C 0 N use_boost N
6552 show_subscription 212 213 C 0 N show_subscription Y
6557 cron_key 216 217 0 N cron_key 2o0e8S9w9t2Q0x8
6562 code 218 219 D 0 N code ABA-5nBonyKc4vncetfTiABP6
6564 position 220 221 S 0 N position bottom_right
6580 load_by_ajax 222 223 C 0 N load_by_ajax Y
6584 code 224 225 D 0 N code ABA-1HLCukpjNzkZoHya45cul
6593 description_type 226 227 S 0 N description_type html
6599 template_variant 226 228 S 0 N template_variant vertical_tabs
6603 display_attached_mb_items_on_cat_page 226 229 C 0 N display_attached_mb_items_on_cat_page N
6604 show_on_homepage 230 231 C 0 N show_on_homepage Y
6614 position 232 233 S 0 N position post
6625 code 234 235 D 0 N code ABA-LbKdYjZwJyajgKsyaX0Lz
6637 count_to 236 237 S 0 N count_to end_of_the_day
6649 output_position 238 239 S 0 N output_position L
6661 ts_appearance 238 240 S 0 N ts_appearance rounded
6662 gdpr_cookie_consent 241 242 S 0 N gdpr_cookie_consent implicit
6663 gdpr_settings 241 243 E 0 N gdpr_settings settings.tpl
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
6306 use_for 11 0 N 5 Y use_for #M#login=Y&register=Y&checkout=Y&email_share=Y&call_request=Y&form_builder=Y&polls=Y&discussion=Y
6426 access_key 186 187 I 5 N access_key 956bd22990305784fedb576b5f4ea5c4
6431 log_lifetime 12 0 I 5 Y log_lifetime 0
12 license_number 13 0 I 10 N license_number CS-UE-H17Z-4Q6Y-GOXM-3PO2
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address Plot 1001, Ggaba Rd, Susie Plaza, Suite 2.3, Next to the Embassy of the United States of America.
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method mail
133 width 11 0 D 10 N width 110
158 log_type_orders 12 0 N 10 Y log_type_orders #M#create=Y&delete=Y&update=Y&status=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#create=Y&delete=Y&update=Y&low_stock=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&backup=Y&optimize=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests #M#http=Y
174 min_admin_password_length 15 0 I 10 Y min_admin_password_length 5
5678 current_timestamp 0 0 T 10 Y current_timestamp 1418839950
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
5935 admin_reverse_ip_access 18 19 C 10 N admin_reverse_ip_access
5947 elm_image_info 22 23 O 10 N elm_image_info
5960 info 24 25 O 10 N info
5966 add_to_cart_empty_buy_now_url 26 27 C 10 N add_to_cart_empty_buy_now_url N
5969 product_post_approval 30 31 S 10 N product_post_approval any
5974 category_post_approval 30 32 S 10 N category_post_approval any
5978 order_initiate 30 33 C 10 N order_initiate Y
6448 step_by_step_checkout_info 196 197 E 10 N step_by_step_checkout_info setup_layout_steps.tpl
5985 giftreg_post_ip_check 30 35 C 10 N giftreg_post_ip_check N
5987 page_post_approval 30 36 S 10 N page_post_approval any
5992 home_page_post_approval 30 37 S 10 N home_page_post_approval any
5998 em_checkout_enabled 38 39 C 10 N em_checkout_enabled N
6005 em_mailchimp_list 38 40 S 10 N em_mailchimp_list
6007 em_madmimi_api_key 38 41 I 10 N em_madmimi_api_key
6010 max_amount 42 43 I 10 N max_amount 1500
6016 track_ecommerce 44 45 C 10 N track_ecommerce Y
6018 clear_url 46 47 O 10 N clear_url
6043 autogen_email 48 49 C 10 N autogen_email N
6551 cz_zoom_position 210 211 S 10 N cz_zoom_position 3
6053 apikey 52 53 I 10 N apikey
6066 override_customer_info 56 57 C 10 N override_customer_info N
6072 polls_comments_on_page 58 59 I 10 N polls_comments_on_page 20
6074 price_list_fields 60 61 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
6085 auto_price_in_points 62 63 C 10 N auto_price_in_points Y
6095 dont_take_weekends_into_account 64 65 C 10 N dont_take_weekends_into_account Y
6097 display_rss_feed_in_category 66 67 C 10 N display_rss_feed_in_category N
6100 seo_category_type 68 69 S 10 N seo_category_type category_nohtml
6107 twitter_enable 70 71 C 10 N twitter_enable Y
6113 facebook_enable 70 72 C 10 N facebook_enable Y
6126 vkontakte_enable 70 73 C 10 N vkontakte_enable N
6141 tags_for_pages 77 78 C 10 N tags_for_pages N
6147 watermark_settings 84 85 E 10 N watermark_settings watermark.tpl
6401 use_calendar 174 175 C 10 N use_calendar N
6332 secretkey 156 157 I 10 N secretkey 6LcvAQMTAAAAAJ-OCW-Act2iclN-xUb2R7Ph7WPn
6403 cron_pass 176 177 I 10 N cron_pass cron_pass
6280 sales_amount_from 141 142 I 10 N sales_amount_from 1
6282 last_days 141 143 I 10 N last_days 3
6446 google_api_key 192 195 I 10 N google_api_key
6444 yandex_commercial 192 194 C 10 N yandex_commercial
6442 show_shippings_on_product 192 193 C 10 N show_shippings_on_product N
6300 pinterest_enable 70 146 C 10 N pinterest_enable N
6418 save_transitions_amout 184 185 I 10 N save_transitions_amout 5
6326 cp_height_class 152 153 I 10 N cp_height_class ty-grid-list__item
6336 mobile_load_status 158 159 C 10 N mobile_load_status Y
6346 yandex_enable 70 162 C 10 N yandex_enable N
6350 recaptcha_site_key 163 164 I 10 N recaptcha_site_key 6LcvAQMTAAAAAMQUQ0MkfvGbAB7-sWWN89dRIho6
6367 gallery_post_approval 30 169 S 10 N gallery_post_approval any
6496 search_by_exact_phrase 202 204 S 10 N search_by_exact_phrase all
6487 cron_password 202 203 I 10 N cron_password PASSWORD
6397 order_show 172 173 C 10 N order_show Y
6414 deactivate_width 178 179 I 10 N deactivate_width
6433 forbidden_countries 163 188 B 10 N forbidden_countries #M#
6440 show_locations_at_geolocator 75 191 C 10 N show_locations_at_geolocator N
6483 last_ping 200 201 D 10 N last_ping 1717093521
6515 thumbnails_width 202 205 I 10 N thumbnails_width 70
6544 show_sm 202 206 N 10 N show_sm
6547 index_cron_info 202 207 O 10 N index_cron_info
6553 code 212 213 D 10 N code ABM-Nbc8u3aaghRn933Yuknk7
6558 item_nth 216 217 I 10 N item_nth 7
6563 build 218 219 D 10 N build 864
6565 transition 220 221 I 10 N transition 600
6581 add_watermarks 222 223 C 10 N add_watermarks N
6585 build 224 225 D 10 N build 783
6594 use_additional_categories 226 227 C 10 N use_additional_categories N
6600 appearance_type_styles 226 228 S 10 N appearance_type_styles fill
6605 show_on_category_page 230 231 C 10 N show_on_category_page Y
6615 show_in_lists 232 233 C 10 N show_in_lists Y
6626 build 234 235 D 10 N build 764
6638 max_height 236 237 I 10 N max_height 250
6650 output_type_template 238 239 E 10 N output_type_template output_type.tpl
6664 gdpr_settings_data 241 243 D 10 N gdpr_settings_data {"checkout_place_order":{"enable":"Y"},"checkout_profiles_update":{"enable":"N"},"user_registration":{"enable":"Y"},"profiles_update":{"enable":"Y"},"product_subscription":{"enable":"Y"},"newsletters_subscribe":{"enable":"Y"},"call_requests":{"enable":"Y"},"discussions_add_review":{"enable":"Y"}}
54 backend_default_language 4 0 S 15 Y backend_default_language en
26 company_city 5 0 I 20 Y company_city Kampala, Uganda
84 day 10 0 S 20 Y day %a, %b %e
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
175 admin_passwords_must_contain_mix 15 0 C 20 Y admin_passwords_must_contain_mix N
2001 default_state_update_for_all 17 0 S 20 Y default_state_update_for_all not_active
5936 unsuccessful_attempts_login 18 19 C 20 N unsuccessful_attempts_login
5961 phone 24 25 I 20 N phone +256312102130
5970 product_post_ip_check 30 31 C 20 N product_post_ip_check N
5975 category_post_ip_check 30 32 C 20 N category_post_ip_check N
5988 page_post_ip_check 30 36 C 20 N page_post_ip_check N
5993 home_page_post_ip_check 30 37 C 20 N home_page_post_ip_check N
5999 em_double_opt_in 38 39 C 20 N em_double_opt_in N
6008 em_madmimi_list 38 41 S 20 N em_madmimi_list
6011 code_prefix 42 43 I 20 N code_prefix GC
6054 appdomain 52 53 I 20 N appdomain
6057 mailer_send_method 54 55 S 20 N mailer_send_method default
6075 price_list_sorting 60 61 S 20 N price_list_sorting product_code
6086 price_in_points_with_discounts 62 63 C 20 N price_in_points_with_discounts Y
6098 category_max_products_items 66 67 I 20 N category_max_products_items 5
6101 seo_page_type 68 69 S 20 N seo_page_type page_nohtml
6108 twitter_via 70 71 I 20 N twitter_via @eshopuganda
6114 facebook_app_id 70 72 I 20 N facebook_app_id https://www.facebook.com/eshopuganda
6127 vkontakte_appid 70 73 I 20 N vkontakte_appid
6359 show_gallery_images 167 168 C 20 N show_gallery_images Y
6333 theme 156 157 S 20 N theme light
6404 duplicate_email 176 177 I 20 N duplicate_email
6301 pinterest_size 70 146 S 20 N pinterest_size 20
6419 save_transitions_timeout 184 185 I 20 N save_transitions_timeout 10
6337 use_for_mobile 158 159 C 20 N use_for_mobile Y
6347 yandex_share_code 70 162 T 20 N yandex_share_code <script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script><div class="yashare-auto-init" data-yashareL10n="ru" data-yashareQuickServices="vkontakte,facebook,twitter,odnoklassniki,moimir" data-yashareTheme="counter"></div>
6351 recaptcha_secret 163 164 I 20 N recaptcha_secret 6LcvAQMTAAAAAJ-OCW-Act2iclN-xUb2R7Ph7WPn
6368 gallery_post_ip_check 30 169 C 20 N gallery_post_ip_check N
6497 speller 202 204 S 20 N speller none
6488 record_search_history 202 203 C 20 N record_search_history Y
6398 checkout_show 172 173 C 20 N checkout_show Y
6484 flag 200 201 D 20 N flag 1
6516 thumbnails_height 202 205 I 20 N thumbnails_height 70
6545 sm_info 202 206 O 20 N sm_info
6554 build 212 213 D 20 N build 735
6559 decrease_items_per_page 216 217 C 20 N decrease_items_per_page Y
6566 icon 220 221 S 20 N icon arrow_1
6582 code 222 223 D 20 N code ABA-pd3ciHBkD25k94Dw8PNp4
6586 add_catalog_to_breadcrumbs 224 225 C 20 N add_catalog_to_breadcrumbs N
6595 save_element_state 226 227 C 20 N save_element_state N
6601 bg_color_template 226 228 E 20 N bg_color_template color.tpl
6606 show_on_product_page 230 231 C 20 N show_on_product_page Y
6616 on_thumbnail_click 232 233 S 20 N on_thumbnail_click open_popup
6627 max_height 234 235 20 N max_height 250
6639 promotions_per_page 236 237 I 20 N promotions_per_page 12
6651 TL_max_count 238 239 D 20 N TL_max_count 3
8 ftp_hostname 13 0 I 30 N ftp_hostname
16 weight_symbol 2 0 I 30 Y weight_symbol lbs
34 company_country 5 0 X 30 Y company_country UG
85 week 10 0 S 30 Y week %U, %b
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host mail.eshopuganda.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
5937 number_unsuccessful_attempts 18 19 I 30 N number_unsuccessful_attempts 5
5949 type 22 23 S 30 N type C128B
5962 phone_prefix_length 24 25 I 30 N phone_prefix_length 7
6000 em_welcome_letter 38 39 C 30 N em_welcome_letter N
6012 cert_per_page 42 43 I 30 N cert_per_page 10
6020 site_change 46 47 S 30 N site_change daily
6450 settings_proxy 196 197 O 30 N settings_proxy
6076 group_by_category 60 61 C 30 N group_by_category Y
6087 points_with_discounts 62 63 C 30 N points_with_discounts Y
6102 seo_other_type 68 69 S 30 N seo_other_type directory
6109 twitter_size 70 71 S 30 N twitter_size medium
6115 facebook_href 70 72 I 30 N facebook_href
6128 vkontakte_button_style 70 73 S 30 N vkontakte_button_style mini
6149 use_for_product_icons 84 85 C 30 N use_for_product_icons Y
6334 type 156 157 S 30 N type image
6405 image_width 176 177 I 30 N image_width 100
6302 pinterest_shape 70 146 S 30 N pinterest_shape rect
6420 save_transitions_without_order 184 185 I 30 N save_transitions_without_order 2
6338 use_for_tablets 158 159 C 30 N use_for_tablets Y
6348 yandex_display_on 70 162 N 30 N yandex_display_on N
6352 recaptcha_theme 163 164 S 30 N recaptcha_theme light
6360 image_width 167 168 I 30 N image_width 200
6369 gallery_notification_email 30 169 I 30 N gallery_notification_email
6498 spell_amount 202 204 I 30 N spell_amount 5
6489 letters_to_start 202 203 I 30 N letters_to_start 3
6399 number_of_columns 172 173 S 30 N number_of_columns 1
6485 token 200 201 D 30 N token 6258fc171653c55a91fe5364289d406296dca9a6|1e1c719831a8e39e497fd6a96c76441e7f337e629a6e2d37824242745f3e85514bdb5dd39d52044b
6517 show_product_code 202 205 C 30 N show_product_code Y
6560 code 216 217 D 30 N code ABA-PB4bPwgZV7JvR5JgRAW4C
6567 margin_top 220 221 I 30 N margin_top 0
6583 build 222 223 D 30 N build 859
6587 maximum_number_of_displayed_items 224 225 I 30 N maximum_number_of_displayed_items 5
6596 bg_color 226 227 D 30 N bg_color #ffffff
6602 use_style_presets 226 228 C 30 N use_style_presets Y
6607 show_on_cart_page 230 231 C 30 N show_on_cart_page Y
6617 controls 232 233 C 30 N controls N
6628 hide_in_product 234 235 C 30 N hide_in_product Y
6640 chains_per_page 236 237 I 30 N chains_per_page 3
6652 TR_max_count 238 239 D 30 N TR_max_count 3
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
6344 paypal_partial_refund_action_settings 56 57 E 36 N paypal_partial_refund_action_settings partial_refund_action.tpl
9 ftp_username 13 0 I 40 N ftp_username
25 company_state 5 0 W 40 Y company_state
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 453.6
86 month 10 0 S 40 Y month %B
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username info@eshopuganda.com
119 min_font_size 11 0 D 40 N min_font_size 14
177 admin_password_expiration_period 15 0 I 40 Y admin_password_expiration_period 0
5938 login_intervals 18 19 I 40 N login_intervals 60
5950 output 22 23 S 40 N output png
5963 buy_now_with_one_click 24 25 C 40 N buy_now_with_one_click Y
5995 home_page_testimonials 30 37 S 40 N home_page_testimonials B
6001 em_service 38 39 S 40 N em_service dummy
6013 free_products_allow 42 43 C 40 N free_products_allow Y
6021 site_priority 46 47 S 40 N site_priority 1
6059 mailer_smtp_host 54 55 I 40 N mailer_smtp_host
6068 paypal_status_map_settings 56 57 E 40 N paypal_status_map_settings statuses_map.tpl
6077 include_options 60 61 C 40 N include_options N
6088 price_in_points_order_discount 62 63 C 40 N price_in_points_order_discount Y
6103 seo_language 68 69 C 40 N seo_language N
6110 twitter_display_count 70 71 S 40 N twitter_display_count horizontal
6116 facebook_send 70 72 C 40 N facebook_send Y
6129 vkontakte_height 70 73 I 40 N vkontakte_height 22
6150 use_for_product_detailed 84 85 C 40 N use_for_product_detailed Y
6499 search_in_short_description 202 204 C 40 N search_in_short_description N
6283 phone_mask 24 25 I 40 N phone_mask
6421 cron_password 184 185 I 40 N cron_password cart-power
6353 recaptcha_size 163 164 S 40 N recaptcha_size normal
6361 image_height 167 168 I 40 N image_height
6490 search_delay 202 203 I 40 N search_delay 500
6406 check_same_products 176 177 C 40 N check_same_products N
6428 category_discussion_type 30 32 S 40 N category_discussion_type D
6518 show_product_price 202 205 C 40 N show_product_price Y
6561 build 216 217 D 40 N build 842
6568 margin_right 220 221 I 40 N margin_right 10
6588 catalog_menu 224 225 I 40 N catalog_menu 0
6597 code 226 227 D 40 N code ABA-oD5bJNuX9iTZtYNTyKkCr
6608 show_on_checkout_page 230 231 C 40 N show_on_checkout_page Y
6618 repeat 232 233 C 40 N repeat N
6629 hide_in_category 234 235 C 40 N hide_in_category Y
6641 highlight_when_left 236 237 S 40 N highlight_when_left 1
6653 BL_max_count 238 239 D 40 N BL_max_count 3
10 ftp_password 13 0 P 50 N ftp_password
6427 product_discussion_type 30 31 S 50 N product_discussion_type D
33 company_zipcode 5 0 I 50 Y company_zipcode 0256
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password Mint19833
120 max_font_size 11 0 D 50 N max_font_size 16
168 store_mode 2 0 O 50 Y store_mode Y
178 cron_password 15 0 I 50 Y cron_password MYPASS
5939 time_block 18 19 I 50 N time_block 24
5951 text 22 23 S 50 N text Y
5964 order_status 24 25 S 50 N order_status Y
5972 product_share_discussion 30 31 C 50 N product_share_discussion N
5990 page_share_discussion 30 36 C 50 N page_share_discussion N
5996 testimonials_from_all_stores 30 37 C 50 N testimonials_from_all_stores N
6002 em_token 38 39 D 50 N em_token de15f31aac55f1f69a0c678de02920b1
6014 redeem_shipping_cost 42 43 C 50 N redeem_shipping_cost N
6060 mailer_smtp_username 54 55 I 50 N mailer_smtp_username
6089 reward_points_order_discount 62 63 C 50 N reward_points_order_discount Y
6104 single_url 68 69 C 50 N single_url Y
6111 twitter_display_on 70 71 N 50 N twitter_display_on #M#products=Y
6117 facebook_width 70 72 I 50 N facebook_width 450
6130 vkontakte_width 70 73 I 50 N vkontakte_width 350
6500 search_in_full_description 202 204 C 50 N search_in_full_description N
6304 pinterest_display_on 70 146 N 50 N pinterest_display_on #M#products=Y
6422 cookie_lifetime 184 185 I 50 N cookie_lifetime 14
6354 recaptcha_type 163 164 S 50 N recaptcha_type image
6362 images_per_page 167 168 I 50 N images_per_page 12
6491 items_limit 202 203 I 50 N items_limit 5
6407 check_discussions 176 177 C 50 N check_discussions Y
6429 page_discussion_type 30 36 S 50 N page_discussion_type D
6519 show_list_price 202 205 C 50 N show_list_price Y
6569 margin_bottom 220 221 I 50 N margin_bottom 10
6589 show_category_tree 224 225 C 50 N show_category_tree N
6598 build 226 227 D 50 N build 822
6609 add_default 230 231 C 50 N add_default N
6619 th_size 232 233 I 50 N th_size 50
6630 hide_in_brand 234 235 C 50 N hide_in_brand Y
6642 amount_of_promos_in_prods_lists 236 237 S 50 N amount_of_promos_in_prods_lists 0
6654 BR_max_count 238 239 D 50 N BR_max_count 3
61 store_access_key 2 0 O 51 Y store_access_key uganda
6456 recaptcha_v3_site_key 163 164 I 52 N recaptcha_v3_site_key
6457 recaptcha_v3_secret 163 164 I 53 N recaptcha_v3_secret
6458 recaptcha_v3_success_score 163 164 I 54 N recaptcha_v3_success_score 0.5
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection none
6460 recaptcha_use_for_value 163 164 D 56 N recaptcha_use_for_value
7 feedback_type 2 0 S 57 Y feedback_type manual
6461 recaptcha_use_for 163 164 E 57 N recaptcha_use_for use_for_settings.tpl
14 auto_check_updates 2 0 C 58 Y auto_check_updates N
6341 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 I 60 Y company_phone +256 (0) 780 256 314
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth N
121 string_type 11 0 D 60 N string_type mixed
5952 height 22 23 I 60 N height 60
6003 em_lastsync 38 39 D 60 N em_lastsync 1421048982
6023 include_products 46 47 C 60 N include_products Y
6061 mailer_smtp_password 54 55 P 60 N mailer_smtp_password
6069 paypal_logo_uploader_settings 56 57 E 60 N paypal_logo_uploader_settings logo_uploader.tpl
6090 higher_level_extract 62 63 C 60 N higher_level_extract Y
6105 non_latin_symbols 68 69 C 60 N non_latin_symbols N
6118 facebook_layout 70 72 S 60 N facebook_layout button_count
6131 vkontakte_buttons_name 70 73 S 60 N vkontakte_buttons_name like
6152 use_for_category_icons 84 85 C 60 N use_for_category_icons Y
6501 search_in_keywords 202 204 C 60 N search_in_keywords Y
6423 user_offline_time 184 185 I 60 N user_offline_time 5
6355 settings_proxy 163 164 O 60 N settings_proxy
6363 columns_per_page 167 168 I 60 N columns_per_page 4
6492 show_ajax_loader 202 203 C 60 N show_ajax_loader Y
6408 test_mode 176 177 C 60 N test_mode N
6430 product_review_after_purchase 30 31 C 60 N product_review_after_purchase N
6520 show_add_to_cart 202 205 C 60 N show_add_to_cart Y
6570 margin_left 220 221 I 60 N margin_left 0
6590 link 224 225 O 60 N link
6610 shuffle 230 231 C 60 N shuffle Y
6620 cycle 232 233 C 60 N cycle Y
6631 selectors 234 235 I 60 N selectors
6643 ab__show_expired_promos 236 237 C 60 N ab__show_expired_promos Y
6655 TL_output_type 238 239 D 60 N TL_output_type column
122 char_shadow 11 0 D 65 N char_shadow N
29 company_phone_2 5 0 I 70 Y company_phone_2 +256 (0) 755 672 204
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
123 colour 11 0 D 70 N colour N
5941 unsuccessful_attempts_login_customer 18 19 C 70 N unsuccessful_attempts_login_customer
5953 width 22 23 I 70 N width 250
6024 products_change 46 47 S 70 N products_change daily
6062 mailer_smtp_auth 54 55 C 70 N mailer_smtp_auth N
6070 pp_statuses 56 57 D 70 N pp_statuses a:11:{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";s:6:"failed";s:1:"F";}
6091 several_points_action 62 63 S 70 N several_points_action minimal_absolute
6119 facebook_show_faces 70 72 C 70 N facebook_show_faces N
6132 vkontakte_display_on 70 73 N 70 N vkontakte_display_on N
6153 use_for_category_detailed 84 85 C 70 N use_for_category_detailed N
6502 search_by_product_code 202 204 C 70 N search_by_product_code Y
6424 delete_all_urls_without_order 184 185 O 70 N delete_all_urls_without_order
6364 show_fb_comments 167 168 C 70 N show_fb_comments Y
6493 ajax_loader 202 203 S 70 N ajax_loader loader_1
6409 test_mode_email 176 177 I 70 N test_mode_email
6521 show_add_to_wishlist 202 205 C 70 N show_add_to_wishlist N
6571 font_size 220 221 I 70 N font_size 64
6611 delay 230 231 S 70 N delay 0
6621 vertical 232 233 C 70 N vertical Y
6632 transition 234 235 S 70 N transition 10
6644 ab__show_awaited_promos 236 237 C 70 N ab__show_awaited_promos Y
6656 TR_output_type 238 239 D 70 N TR_output_type column
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
5942 number_unsuccessful_attempts_customer 18 19 I 80 N number_unsuccessful_attempts_customer 5
6025 products_priority 46 47 S 80 N products_priority 0.5
6284 mailer_smtp_ecrypted_connection 54 55 S 80 N mailer_smtp_ecrypted_connection none
6092 consider_zero_values 62 63 C 80 N consider_zero_values N
6120 facebook_action 70 72 S 80 N facebook_action like
6154 images_access_info 84 85 O 80 N images_access_info
6503 search_by_categories 202 204 S 80 N search_by_categories none
6365 show_share_buttons 167 168 C 80 N show_share_buttons Y
6494 popup_mheight 202 203 I 80 N popup_mheight 600px
6410 send_if_empty_products 176 177 C 80 N send_if_empty_products N
6425 unique_clients_by 184 185 S 80 N unique_clients_by cookie
6522 show_add_to_comparison_list 202 205 C 80 N show_add_to_comparison_list N
6572 units 220 221 S 80 N units px
6592 ab__as_add_to_sitemap 224 225 C 80 N ab__as_add_to_sitemap Y
6612 code 230 231 D 80 N code ABA-fKzEBbsCXqMWEuMvhPL5g
6622 enable_microdata 232 233 C 80 N enable_microdata Y
6633 align 234 235 S 80 N align left
6657 BL_output_type 238 239 D 80 N BL_output_type column
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
165 hide_after_validation 11 0 C 87 Y hide_after_validation Y
32 company_website 5 0 I 90 Y company_website www.eshopuganda.com
6342 partial_refund_action 56 57 D 90 N partial_refund_action I
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 100
5943 login_intervals_customer 18 19 I 90 N login_intervals_customer 60
6093 log_per_page 62 63 I 90 N log_per_page 10
6121 facebook_lang 70 72 S 90 N facebook_lang en_US
6504 search_by_vendors 202 204 C 90 N search_by_vendors N
6523 show_product_category 202 205 S 90 N show_product_category none
6573 font_weight 220 221 S 90 N font_weight normal
6613 build 230 231 D 90 N build 741
6623 code 232 233 D 90 N code ABA-rZeTfqb80lVAYzrC736va
6634 appearance 234 235 S 90 N appearance text
6646 ab__as_add_to_sitemap 236 237 C 90 N ab__as_add_to_sitemap Y
6658 BR_output_type 238 239 D 90 N BR_output_type column
40 company_start_year 5 0 I 95 Y company_start_year 2015
22 products_per_page 4 0 U 100 Y products_per_page 24
35 company_users_department 5 0 I 100 Y company_users_department info@eshopuganda.com
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 270
5944 time_block_customer 18 19 I 100 N time_block_customer 24
5956 prefix 22 23 I 100 N prefix FF45CR99
6027 include_categories 46 47 C 100 N include_categories Y
6122 facebook_action_font 70 72 S 100 N facebook_action_font arial
6505 separate_common_products 202 204 C 100 N separate_common_products N
6412 cron_path 176 177 O 100 N cron_path
6524 show_category_labels 202 205 S 100 N show_category_labels none
6574 color 220 221 E 100 N color color.tpl
6624 build 232 233 D 100 N build 860
6635 show_button_after_action 234 235 C 100 N show_button_after_action N
6647 code 236 237 D 100 N code ABA-sKewepDdykb3K04q91XlX
6659 code 238 239 D 100 N code ABA-RLHERHRWFTMffPyanc0mm
36 company_site_administrator 5 0 I 110 Y company_site_administrator info@eshopuganda.com
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 270
6028 categories_change 46 47 S 110 N categories_change daily
6123 facebook_colorscheme 70 72 S 110 N facebook_colorscheme light
6506 q_ignore 202 204 110 N q_ignore
6525 category_labels_colors 202 205 I 110 N category_labels_colors
6575 hide_on_mobile 220 221 C 110 N hide_on_mobile Y
6636 custom_class 234 235 I 110 N custom_class ab-smc
6648 build 236 237 D 110 N build 780
6660 build 238 239 D 110 N build 833
37 company_orders_department 5 0 I 120 Y company_orders_department info@eshopuganda.com
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 550
5958 elm_spec_descr 22 23 O 120 N elm_spec_descr
6029 categories_priority 46 47 S 120 N categories_priority 0.5
6124 facebook_display_on 70 72 N 120 N facebook_display_on #M#products=Y
6526 style_settings 202 205 D 120 N style_settings a:13:{s:10:"background";a:2:{s:5:"color";s:7:"#ffffff";s:11:"hover_color";s:7:"#f3f3f3";}s:17:"header_background";a:2:{s:5:"color";s:7:"#efefef";s:11:"hover_color";s:7:"#efefef";}s:12:"popup_titles";a:2:{s:5:"color";s:7:"#434343";s:11:"hover_color";s:7:"#434343";}s:11:"add_to_cart";a:2:{s:5:"color";s:7:"#808080";s:11:"hover_color";s:7:"#b06c07";}s:15:"add_to_wishlist";a:2:{s:5:"color";s:7:"#808080";s:11:"hover_color";s:7:"#980d29";}s:14:"add_to_compare";a:2:{s:5:"color";s:7:"#1c1c1c";s:11:"hover_color";s:7:"#3060ab";}s:9:"load_more";a:2:{s:5:"color";s:7:"#26323e";s:11:"hover_color";s:7:"#192129";}s:8:"view_all";a:2:{s:5:"color";s:7:"#ffffff";s:11:"hover_color";s:7:"#f3f3f3";}s:13:"view_all_text";a:2:{s:5:"color";s:7:"#26323e";s:11:"hover_color";s:7:"#192129";}s:12:"product_name";a:2:{s:5:"color";s:7:"#313030";s:11:"hover_color";s:7:"#313030";}s:12:"product_code";a:2:{s:5:"color";s:7:"#000000";s:11:"hover_color";s:7:"#000000";}s:13:"product_price";a:2:{s:5:"color";s:7:"#000000";s:11:"hover_color";s:7:"#000000";}s:10:"list_price";a:2:{s:5:"color";s:7:"#000000";s:11:"hover_color";s:7:"#000000";}}
6576 show_in_admin_panel 220 221 C 120 N show_in_admin_panel
38 company_support_department 5 0 I 130 Y company_support_department info@eshopuganda.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
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height 450
6479 default_tracking 2 0 C 130 Y default_tracking B
6480 global_tracking 2 0 C 130 Y global_tracking
6508 use_cache 202 204 C 130 N use_cache N
6527 use_suggestions 202 205 S 130 N use_suggestions none
6577 ab__stt_color 220 221 D 130 N ab__stt_color #000000
44 allow_negative_amount 2 0 C 135 Y allow_negative_amount N
292 product_quick_view_thumbnail_width 9 0 U 135 Y product_quick_view_thumbnail_width 270
6305 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@eshopuganda.com
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
6031 include_pages 46 47 C 140 N include_pages Y
6509 ignore_symbols 202 204 140 N ignore_symbols
6528 suggestions_amount 202 205 I 140 N suggestions_amount 5
6578 code 220 221 D 140 N code ABA-Wwa82sZwhhmTZMTwb8lgC
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0
63 columns_in_products_list 4 0 I 150 Y columns_in_products_list 5
72 show_products_from_subcategories 2 0 C 150 Y show_products_from_subcategories N
6032 pages_change 46 47 S 150 N pages_change daily
6510 order_results 202 204 S 150 N order_results popularity
6529 h_suggestions_letters 202 205 I 150 N h_suggestions_letters 4
6579 build 220 221 D 150 N build 767
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
6466 global_options_type 2 0 S 157 Y global_options_type
6465 default_options_type 2 0 S 157 Y default_options_type P
6467 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
6468 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
6033 pages_priority 46 47 S 160 N pages_priority 0.5
6511 searchinfeatures 202 204 C 160 N searchinfeatures N
6530 h_suggestions_requests 202 205 I 160 N h_suggestions_requests 10
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 150
6512 searchinoptions 202 204 C 170 N searchinoptions N
6531 show_brands_result 202 205 C 170 N show_brands_result N
6462 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 50
6463 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 50
94 show_out_of_stock_products 2 0 C 180 Y show_out_of_stock_products Y
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width 150
6481 global_product_details_view 4 0 S 180 Y global_product_details_view
6513 cache_info 202 204 O 180 N cache_info
6532 brand_id 202 205 S 180 N brand_id none
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 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
6533 brands_amount 202 205 I 190 N brands_amount 5
180 default_product_details_view 4 0 S 191 Y default_product_details_view abt__ut2_three_columns_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#product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-asc=Y&popularity-desc=Y&on_sale-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 %m/%d/%Y
194 category_details_thumbnail_width 9 0 U 200 Y category_details_thumbnail_width 120
6534 show_categories_result 202 205 C 200 N show_categories_result Y
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
6535 show_categories_path 202 205 C 210 N show_categories_path Y
139 timezone 4 0 S 220 Y timezone Africa/Nairobi
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
6039 include_extended 46 47 C 220 N include_extended Y
6536 categories_amount 202 205 I 220 N categories_amount 5
98 use_single_coupon 2 0 C 225 Y use_single_coupon Y
166 calendar_date_format 4 0 S 230 Y calendar_date_format month_first
197 category_detailed_image_height 9 0 U 230 Y category_detailed_image_height 380
6040 extended_change 46 47 S 230 N extended_change daily
6537 show_f_products_result 202 205 C 230 N show_f_products_result N
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
6041 extended_priority 46 47 S 240 N extended_priority 0.5
6538 f_products_amount 202 205 I 240 N f_products_amount 5
70 min_order_amount_type 2 0 D 242 Y min_order_amount_type only_products
73 disable_anonymous_checkout 147 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 147 0 D 250 Y address_position shipping_first
183 changes_warning 4 0 C 250 Y changes_warning Y
6539 show_vendors_result 202 205 C 250 N show_vendors_result N
199 show_menu_descriptions 4 0 C 255 Y show_menu_descriptions Y
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
275 quick_registration 2 0 C 260 Y quick_registration Y
6540 vendors_amount 202 205 I 260 N vendors_amount 5
100 agree_terms_conditions 147 0 D 270 Y agree_terms_conditions N
6541 show_items 202 205 N 270 N show_items
6542 items_amount 202 205 I 280 N items_amount 5
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 50
141 allow_create_account_after_order 147 0 C 305 Y allow_create_account_after_order Y
6307 configure_sign_in_step 147 0 D 310 Y configure_sign_in_step new_customer_first
310 product_admin_mini_icon_height 9 0 U 310 Y product_admin_mini_icon_height
6310 sign_in_default_action 147 0 D 315 Y sign_in_default_action register
6308 display_shipping_step 147 0 D 320 Y display_shipping_step Y
151 proxy_host 2 0 I 320 Y proxy_host
6309 display_payment_step 147 0 D 330 Y display_payment_step N
152 proxy_port 2 0 I 330 Y proxy_port
62 order_start_id 147 0 I 340 Y order_start_id
153 proxy_user 2 0 I 340 Y proxy_user admin@admin.com
6469 default_zero_price_action 147 0 S 341 Y default_zero_price_action R
6470 global_zero_price_action 147 0 S 341 Y global_zero_price_action
6471 default_min_qty 147 0 I 342 Y default_min_qty 0
6472 global_min_qty 147 0 I 342 Y global_min_qty
6473 default_max_qty 147 0 I 343 Y default_max_qty 0
6474 global_max_qty 147 0 I 343 Y global_max_qty
6475 default_qty_step 147 0 I 344 Y default_qty_step 0
6476 global_qty_step 147 0 I 344 Y global_qty_step
6477 default_list_qty_count 147 0 I 345 Y default_list_qty_count 0
6478 global_list_qty_count 147 0 I 345 Y global_list_qty_count
154 proxy_password 2 0 P 350 Y proxy_password admin
179 tax_calculation 147 0 S 350 Y tax_calculation subtotal
69 min_order_amount 147 0 I 360 Y min_order_amount 0
71 allow_anonymous_shopping 147 0 S 370 Y allow_anonymous_shopping allow_shopping
173 checkout_redirect 147 0 C 380 Y checkout_redirect N
140 estimate_shipping_cost 147 0 C 390 Y estimate_shipping_cost Y
6453 show_unavailable_shipping_methods 147 0 C 390 Y show_unavailable_shipping_methods N
6340 email_templates 4 0 S 400 Y email_templates old
17 default_address 147 0 I 410 Y default_address Plot 1001, Ggaba Rd, Susie Plaza, 2nd Floor, Suite 2.3, Next to American Embassy & Opposite Embassy Supermarket
18 default_zipcode 147 0 I 420 Y default_zipcode 0256
19 default_city 147 0 I 430 Y default_city Kampala
20 default_country 147 0 X 440 Y default_country UG
21 default_state 147 0 W 450 Y default_state Kampala
6451 phone_validation_mode 4 0 S 450 Y phone_validation_mode any_symbols
41 default_phone 147 0 I 460 Y default_phone +256755672204
156 search_objects 2 0 N 1010 Y search_objects