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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "615.49"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "551.70"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "storefront_values",
            "access_type": "system",
            "possible_keys": [
              "PRIMARY",
              "storefront_id",
              "company_id"
            ],
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "object_id",
              "company_id",
              "value",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_settings_objects",
            "access_type": "ALL",
            "rows_examined_per_scan": 613,
            "rows_produced_per_join": 551,
            "filtered": "90.00",
            "cost_info": {
              "read_cost": "8.62",
              "eval_cost": "55.17",
              "prefix_cost": "63.79",
              "data_read_per_join": "435K"
            },
            "used_columns": [
              "object_id",
              "edition_type",
              "name",
              "section_id",
              "section_tab_id",
              "type",
              "value",
              "position",
              "is_global"
            ],
            "attached_condition": "(((0 <> find_in_set('STOREFRONT',`betaatif_store`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('ROOT',`betaatif_store`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:STOREFRONT',`betaatif_store`.`cscart_settings_objects`.`edition_type`)) or (0 <> find_in_set('MVE:ROOT',`betaatif_store`.`cscart_settings_objects`.`edition_type`))) and (`betaatif_store`.`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 AlAbdullatif Furniture Co.
143 init_addons 0 0 C 0 Y init_addons
201 store_key 0 0 I 0 Y store_key 921947865;dev.alabdullatif.com;faisal.halwan@gmail.com
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
5942 code 112 113 D 0 N code ABA-LCJCJvwrZDpk9xD6VA4Kd
5727 tags_for_products 27 28 C 0 N tags_for_products Y
5729 managing_editor 29 30 I 0 N managing_editor
5732 em_show_on_checkout 31 32 C 0 N em_show_on_checkout N
5739 em_mailchimp_api_key 31 33 I 0 N em_mailchimp_api_key
5741 em_madmimi_username 31 34 I 0 N em_madmimi_username
5744 newsletters_per_pass 35 36 I 0 N newsletters_per_pass 10
5753 coupon 35 37 S 0 N coupon
5754 provider 38 39 S 0 N provider google
5756 yandex_api_key 38 40 I 0 N yandex_api_key
5758 google_api_notice 38 41 O 0 N google_api_notice
5760 show_on_product 42 139 C 0 N show_on_product Y
5762 products_prior_approval 44 46 S 0 N products_prior_approval all
5777 print_map 51 52 C 0 N print_map Y
5779 access_key 53 54 I 0 N access_key 2b1273b81a1c6aca2c70ebfb2c5652bb
5780 variations_allow_own_images 55 56 C 0 N variations_allow_own_images Y
5783 notice 57 58 O 0 N notice
5790 forbidden_countries_notice 57 59 O 0 N forbidden_countries_notice
5794 final_sale_from 62 63 I 0 N final_sale_from 10
5796 period 62 64 S 0 N period today
5798 seo_product_type 65 66 S 0 N seo_product_type product_category_nohtml
5805 point_rate 67 68 I 0 N point_rate 1
5815 tracking_code 69 70 I 0 N tracking_code
5817 pixel_id 71 72 I 0 N pixel_id
5839 polls_votes_on_page 77 78 I 0 N polls_votes_on_page 20
5852 banner_multilang 81 82 C 0 N banner_multilang Y
5862 product_posts_per_page 85 86 I 0 N product_posts_per_page 10
6066 default_lowers_allowed_balance 106 107 I 0 N default_lowers_allowed_balance 0
5869 category_posts_per_page 85 87 I 0 N category_posts_per_page 10
5874 order_posts_per_page 85 88 I 0 N order_posts_per_page 10
5877 page_posts_per_page 85 89 I 0 N page_posts_per_page 10
5883 home_page_posts_per_page 85 90 I 0 N home_page_posts_per_page 10
5888 company_discussion_type 85 91 S 0 N company_discussion_type D
5920 cz_animation_time 94 95 I 0 N cz_animation_time 200
5922 cron_password 96 97 I 0 N cron_password MYPASS
5923 price_list_info 98 99 O 0 N price_list_info
5928 icons_pack 100 101 S 0 N icons_pack flat_32x32
5930 main_store_mode 102 103 R 0 N main_store_mode catalog
5932 general_info 104 105 O 0 N general_info
5938 default_vendor_usesrgroup 108 109 S 0 N default_vendor_usesrgroup 7
6036 show_subscription 110 111 C 0 N show_subscription Y
5939 code 110 111 D 0 N code ABM-yLrw5BqmoJCBnPHCvRFME
5944 code 114 115 D 0 N code ABA-rwTjhmVf67ygoRbdoK4py
5946 cron_key 116 117 0 N cron_key 6n1z1t5F9c7h8c1
5951 description_type 118 119 S 0 N description_type html
5957 template_variant 118 120 S 0 N template_variant vertical_tabs
5961 display_attached_mb_items_on_cat_page 118 121 C 0 N display_attached_mb_items_on_cat_page N
5962 load_by_ajax 122 123 C 0 N load_by_ajax Y
5966 position 124 125 S 0 N position post
5977 position 126 127 S 0 N position bottom_right
5993 show_on_homepage 128 129 C 0 N show_on_homepage Y
6003 code 130 131 D 0 N code ABA-yRnw5iFEPLDyC105xrgj6
6012 code 132 133 D 0 N code ABA-tb6BmLtj4j9JpXplb6DCy
6024 count_to 134 135 S 0 N count_to end_of_the_promotion
6037 output_position 136 137 S 0 N output_position L
6094 enable_for_vendors 136 142 C 0 N enable_for_vendors Y
6050 ts_appearance 136 138 S 0 N ts_appearance rectangular
6051 vendor_to_customer_communication 42 43 C 0 N vendor_to_customer_communication Y
6074 allow_save_attachments_to_server 140 141 C 0 N allow_save_attachments_to_server N
6096 vendors_prior_approval 44 45 S 0 N vendors_prior_approval all
6098 service_url 143 144 D 0 N service_url https://converter.cart-services.com
6104 ps_display_price 145 146 C 0 N ps_display_price Y
6118 text_general 147 148 E 0 N text_general general.tpl
6119 returnable 60 61 C 0 N returnable Y
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
138 use_for 11 0 N 5 Y use_for #M#register=Y&form_builder=Y&email_share=Y&discussion=Y&checkout=Y&polls=Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
1010 mailer_send_from_admin 1 0 C 5 N mailer_send_from_admin Y
6121 p_appearance 136 149 S 5 N p_appearance rectangular
12 license_number 13 0 I 10 N license_number CS-MV-ULT-883F-EZK1-EHVN-8BF0
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
27 company_address 5 0 I 10 Y company_address Prince Muhammad Bin Abdulaziz Rd, Al Olaya,
105 show_cats 8 0 C 10 N show_cats Y
108 mailer_send_method 1 0 S 10 N mailer_send_method smtp
133 width 11 0 D 10 N width 110
158 log_type_orders 12 0 N 10 Y log_type_orders #M#create=Y&delete=Y&update=Y&status=Y
159 log_type_users 12 0 N 10 Y log_type_users #M#create=Y&delete=Y&update=Y&session=Y&failed_login=Y
160 log_type_products 12 0 N 10 Y log_type_products #M#create=Y&delete=Y&update=Y&low_stock=Y
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
162 log_type_database 12 0 N 10 Y log_type_database #M#restore=Y&backup=Y&optimize=Y&error=Y
163 log_type_requests 12 0 N 10 Y log_type_requests #M#http=Y&shipping=Y
174 min_account_password_length 15 0 I 10 Y min_account_password_length 5
5678 current_timestamp 0 0 T 10 Y current_timestamp 1593460809
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y&
291 storage 0 0 I 10 N storage a:1:{s:7:"storage";s:4:"file";}
294 cdn 0 0 I 10 N cdn
5681 override_customer_info 19 20 C 10 N override_customer_info N
5691 twitter_enable 21 22 C 10 N twitter_enable Y
5697 facebook_enable 21 23 C 10 N facebook_enable Y
5710 vkontakte_enable 21 24 C 10 N vkontakte_enable
5718 yandex_enable 21 25 C 10 N yandex_enable Y
5722 pinterest_enable 21 26 C 10 N pinterest_enable Y
5728 tags_for_pages 27 28 C 10 N tags_for_pages Y
5730 display_rss_feed_in_category 29 30 C 10 N display_rss_feed_in_category N
5733 em_checkout_enabled 31 32 C 10 N em_checkout_enabled N
5740 em_mailchimp_list 31 33 S 10 N em_mailchimp_list
5742 em_madmimi_api_key 31 34 I 10 N em_madmimi_api_key
5755 show_shippings_on_product 38 39 C 10 N show_shippings_on_product N
5757 yandex_commercial 38 40 C 10 N yandex_commercial
5759 google_api_key 38 41 I 10 N google_api_key
5761 show_on_vendor 42 139 C 10 N show_on_vendor Y
5763 products_updates_approval 44 46 S 10 N products_updates_approval all
5764 vendor_profile_updates_approval 44 45 S 10 N vendor_profile_updates_approval all
5768 include_shipping 47 48 C 10 N include_shipping Y
5778 show_locations_at_geolocator 51 52 C 10 N show_locations_at_geolocator N
5781 variations_allow_own_features 55 56 C 10 N variations_allow_own_features N
5784 recaptcha_site_key 57 58 I 10 N recaptcha_site_key
5791 forbidden_countries 57 59 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
5795 sales_amount_from 62 63 I 10 N sales_amount_from 1
5797 last_days 62 64 I 10 N last_days 2
5799 seo_category_type 65 66 S 10 N seo_category_type category_nohtml
5806 auto_price_in_points 67 68 C 10 N auto_price_in_points Y
5816 track_ecommerce 69 70 C 10 N track_ecommerce Y
5818 track_all_page_views 71 72 C 10 N track_all_page_views Y
5822 info 73 74 O 10 N info
5829 elm_image_info 75 76 O 10 N elm_image_info
5840 polls_comments_on_page 77 78 I 10 N polls_comments_on_page 20
5842 admin_reverse_ip_access 79 80 C 10 N admin_reverse_ip_access
5854 watermark_settings 83 84 E 10 N watermark_settings watermark.tpl
5863 product_post_approval 85 86 S 10 N product_post_approval any
5870 category_post_approval 85 87 S 10 N category_post_approval any
5875 order_initiate 85 88 C 10 N order_initiate N
5878 page_post_approval 85 89 S 10 N page_post_approval any
5884 home_page_post_approval 85 90 S 10 N home_page_post_approval any
5889 company_only_buyers 85 91 C 10 N company_only_buyers Y
5896 clear_url 92 93 O 10 N clear_url
5921 cz_zoom_position 94 95 S 10 N cz_zoom_position 3
5924 price_list_fields 98 99 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5929 autogen_email 100 101 C 10 N autogen_email N
5931 add_to_cart_empty_buy_now_url 102 103 C 10 N add_to_cart_empty_buy_now_url N
5933 apikey 104 105 I 10 N apikey
5940 build 110 111 D 10 N build 1114
5943 build 112 113 D 10 N build 1113
5945 build 114 115 D 10 N build 1097
5947 item_nth 116 117 I 10 N item_nth 7
5952 use_additional_categories 118 119 C 10 N use_additional_categories N
5958 appearance_type_styles 118 120 S 10 N appearance_type_styles fill
5963 add_watermarks 122 123 C 10 N add_watermarks N
5967 show_in_lists 124 125 C 10 N show_in_lists Y
5978 transition 126 127 I 10 N transition 600
5994 show_on_category_page 128 129 C 10 N show_on_category_page Y
6004 build 130 131 D 10 N build 1115
6013 build 132 133 D 10 N build 870
6025 max_height 134 135 I 10 N max_height 250
6038 output_type_template 136 137 E 10 N output_type_template output_type.tpl
6052 vendor_to_admin_communication 42 43 C 10 N vendor_to_admin_communication Y
6067 default_grace_period_to_refill_balance 106 107 I 10 N default_grace_period_to_refill_balance 10
6097 countdown_type 134 135 S 10 N countdown_type flipclock
6105 ps_display_add_to_cart 145 146 C 10 N ps_display_add_to_cart Y
6120 return_period 60 61 I 10 N return_period 10
6117 product_release_info 13 0 O 11 N product_release_info
54 backend_default_language 4 0 S 15 Y backend_default_language ar
26 company_city 5 0 I 20 Y company_city Riyadh
84 day 10 0 S 20 Y day %a, %b %e
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
117 height 11 0 D 20 N height 30
175 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
5692 twitter_via 21 22 I 20 N twitter_via
5698 facebook_app_id 21 23 I 20 N facebook_app_id
5711 vkontakte_appid 21 24 I 20 N vkontakte_appid
5719 yandex_share_code 21 25 T 20 N yandex_share_code <div class="ya-share2" data-services="collections,vkontakte,facebook,twitter,odnoklassniki,moimir"></div>
5723 pinterest_size 21 26 S 20 N pinterest_size 20
5731 category_max_products_items 29 30 I 20 N category_max_products_items 5
5734 em_double_opt_in 31 32 C 20 N em_double_opt_in N
5743 em_madmimi_list 31 34 S 20 N em_madmimi_list
5746 mailer_send_method 35 36 S 20 N mailer_send_method default
5765 approval_info 44 45 O 20 N approval_info
5766 product_premoderation_fields 44 46 N 20 N product_premoderation_fields #M#product_prices:*=Y&products:list_price=Y&products:amount=Y
5769 include_taxes_in_commission 47 48 C 20 N include_taxes_in_commission Y
6114 cron_command 92 93 E 20 N cron_command cron_command.tpl
5782 variations_allow_auto_change_default_variation 55 56 C 20 N variations_allow_auto_change_default_variation Y
5785 recaptcha_secret 57 58 I 20 N recaptcha_secret
5792 display_product_return_period 60 61 C 20 N display_product_return_period Y
5800 seo_page_type 65 66 S 20 N seo_page_type page_nohtml
5807 price_in_points_with_discounts 67 68 C 20 N price_in_points_with_discounts Y
5819 track_add_to_cart 71 72 C 20 N track_add_to_cart N
5823 phone 73 74 I 20 N phone
5843 unsuccessful_attempts_login 79 80 C 20 N unsuccessful_attempts_login
5864 product_post_ip_check 85 86 C 20 N product_post_ip_check Y
5871 category_post_ip_check 85 87 C 20 N category_post_ip_check Y
5879 page_post_ip_check 85 89 C 20 N page_post_ip_check Y
5885 home_page_post_ip_check 85 90 C 20 N home_page_post_ip_check Y
5890 company_posts_per_page 85 91 I 20 N company_posts_per_page 10
5925 price_list_sorting 98 99 S 20 N price_list_sorting product_code
5934 appdomain 104 105 I 20 N appdomain
5937 settings_template 106 107 E 20 N settings_template settings.tpl
5948 decrease_items_per_page 116 117 C 20 N decrease_items_per_page Y
5953 save_element_state 118 119 C 20 N save_element_state N
5959 bg_color_template 118 120 E 20 N bg_color_template color.tpl
5964 code 122 123 D 20 N code ABA-gRnuqZvC4azN70HeEkCWs
5968 on_thumbnail_click 124 125 S 20 N on_thumbnail_click open_popup
5979 icon 126 127 S 20 N icon arrow_3
5995 show_on_product_page 128 129 C 20 N show_on_product_page Y
6005 add_catalog_to_breadcrumbs 130 131 C 20 N add_catalog_to_breadcrumbs N
6014 max_height 132 133 20 N max_height 250
6026 promotions_per_page 134 135 I 20 N promotions_per_page 12
6068 global_lowers_allowed_balance 106 107 I 20 N global_lowers_allowed_balance 0
6102 yandex_map 38 40 E 20 N yandex_map map.tpl
6103 google_map 38 41 E 20 N google_map map.tpl
6106 ps_display_navigation_dots 145 146 C 20 N ps_display_navigation_dots Y
6075 collect_taxes_from_vendors 47 48 C 25 N collect_taxes_from_vendors N
8 ftp_hostname 13 0 I 30 N ftp_hostname alabdullatif.com
16 weight_symbol 2 0 I 30 Y weight_symbol kg
34 company_country 5 0 X 30 Y company_country SA
85 week 10 0 S 30 Y week %U, %b
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host alabdullatif.com:465
118 string_length 11 0 D 30 N string_length 5
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
5683 paypal_status_map_settings 19 20 E 30 N paypal_status_map_settings statuses_map.tpl
5693 twitter_size 21 22 S 30 N twitter_size medium
5699 facebook_href 21 23 I 30 N facebook_href
5712 vkontakte_button_style 21 24 S 30 N vkontakte_button_style mini
5720 yandex_display_on 21 25 N 30 N yandex_display_on products,pages
5724 pinterest_shape 21 26 S 30 N pinterest_shape rect
5735 em_welcome_letter 31 32 C 30 N em_welcome_letter N
5770 allow_vendors_to_change_plan 47 48 C 30 N allow_vendors_to_change_plan Y
5786 recaptcha_theme 57 58 S 30 N recaptcha_theme light
5793 dont_take_weekends_into_account 60 61 C 30 N dont_take_weekends_into_account Y
5801 seo_other_type 65 66 S 30 N seo_other_type directory
5808 points_with_discounts 67 68 C 30 N points_with_discounts Y
5820 track_order_placed 71 72 C 30 N track_order_placed N
5824 phone_prefix_length 73 74 I 30 N phone_prefix_length 7
5831 type 75 76 S 30 N type C128B
5844 number_unsuccessful_attempts 79 80 I 30 N number_unsuccessful_attempts 5
5856 use_for_product_icons 83 84 C 30 N use_for_product_icons N
5891 company_post_approval 85 91 S 30 N company_post_approval any
5898 site_change 92 93 S 30 N site_change daily
5926 group_by_category 98 99 C 30 N group_by_category Y
5949 code 116 117 D 30 N code ABA-64zXqoxWdh8g89VFfmkXf
5954 bg_color 118 119 D 30 N bg_color #ffffff
5960 use_style_presets 118 120 C 30 N use_style_presets Y
5965 build 122 123 D 30 N build 1107
5969 controls 124 125 C 30 N controls N
5980 margin_top 126 127 I 30 N margin_top 0
5996 show_on_cart_page 128 129 C 30 N show_on_cart_page Y
6006 maximum_number_of_displayed_items 130 131 I 30 N maximum_number_of_displayed_items 5
6015 hide_in_product 132 133 C 30 N hide_in_product Y
6027 chains_per_page 134 135 I 30 N chains_per_page 3
6040 TL_max_count 136 137 D 30 N TL_max_count 3
6069 global_grace_period_to_refill_balance 106 107 I 30 N global_grace_period_to_refill_balance 10
6095 show_on_order 42 139 C 30 N show_on_order Y
6100 approval_info 44 46 O 30 N approval_info
6101 preventing_registration_info 44 45 O 30 N preventing_registration_info
6107 ps_display_zoom 145 146 C 30 N ps_display_zoom Y
107 show_site_info 8 0 C 35 N show_site_info Y
125 lines_number 11 0 D 35 N lines_number 20
126 grid_color 11 0 D 36 N grid_color cccccc
9 ftp_username 13 0 I 40 N ftp_username alabdullatif
25 company_state 5 0 W 40 Y company_state Riyadh
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 1000
86 month 10 0 S 40 Y month %B
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username system@alabdullatif.com
119 min_font_size 11 0 D 40 N min_font_size 14
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
5694 twitter_display_count 21 22 S 40 N twitter_display_count horizontal
5700 facebook_send 21 23 C 40 N facebook_send Y
5713 vkontakte_height 21 24 I 40 N vkontakte_height 22
5736 em_service 31 32 S 40 N em_service dummy
5748 mailer_smtp_host 35 36 I 40 N mailer_smtp_host
6116 quantity_discount_on_different_variations 55 56 C 40 N quantity_discount_on_different_variations N
5787 recaptcha_size 57 58 S 40 N recaptcha_size normal
5802 seo_language 65 66 C 40 N seo_language Y
5809 price_in_points_order_discount 67 68 C 40 N price_in_points_order_discount Y
5825 phone_mask 73 74 I 40 N phone_mask
5832 output 75 76 S 40 N output png
5845 login_intervals 79 80 I 40 N login_intervals 60
5857 use_for_product_detailed 83 84 C 40 N use_for_product_detailed N
5873 category_discussion_type 85 87 S 40 N category_discussion_type D
5881 page_discussion_type 85 89 S 40 N page_discussion_type D
5887 home_page_testimonials 85 90 S 40 N home_page_testimonials D
5892 company_post_ip_check 85 91 C 40 N company_post_ip_check Y
5899 site_priority 92 93 S 40 N site_priority 1
5927 include_options 98 99 C 40 N include_options N
5950 build 116 117 D 40 N build 1101
5955 code 118 119 D 40 N code ABA-vWvEwNLftjMFaLesnTzeZ
5970 repeat 124 125 C 40 N repeat N
5981 margin_right 126 127 I 40 N margin_right 10
5997 show_on_checkout_page 128 129 C 40 N show_on_checkout_page Y
6007 catalog_menu 130 131 I 40 N catalog_menu 0
6016 hide_in_category 132 133 C 40 N hide_in_category Y
6028 highlight_when_left 134 135 S 40 N highlight_when_left 1
6041 TR_max_count 136 137 D 40 N TR_max_count 3
6070 hide_products 106 107 D 40 N hide_products N
6108 ps_display_fullscreen 145 146 C 40 N ps_display_fullscreen Y
10 ftp_password 13 0 P 50 N ftp_password HNGFT45-97HSNGW65
33 company_zipcode 5 0 I 50 Y company_zipcode 11421
87 year 10 0 S 50 Y year %Y
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password sqgGz1fHQ6m9
120 max_font_size 11 0 D 50 N max_font_size 16
168 store_mode 2 0 O 50 Y store_mode N
178 cron_password 15 0 I 50 Y cron_password MYPASS
5685 paypal_partial_refund_action_settings 19 20 E 50 N paypal_partial_refund_action_settings partial_refund_action.tpl
5695 twitter_display_on 21 22 N 50 N twitter_display_on #M#products=Y
5701 facebook_width 21 23 I 50 N facebook_width 450
5714 vkontakte_width 21 24 I 50 N vkontakte_width 350
5726 pinterest_display_on 21 26 N 50 N pinterest_display_on #M#products=Y
5737 em_token 31 32 D 50 N em_token 8679f262ccb5e6efd918c334e46db34f
5749 mailer_smtp_username 35 36 I 50 N mailer_smtp_username
5788 recaptcha_type 57 58 S 50 N recaptcha_type image
5803 single_url 65 66 C 50 N single_url N
5810 reward_points_order_discount 67 68 C 50 N reward_points_order_discount Y
5826 buy_now_with_one_click 73 74 C 50 N buy_now_with_one_click Y
5833 text 75 76 S 50 N text Y
5846 time_block 79 80 I 50 N time_block 24
5867 product_discussion_type 85 86 S 50 N product_discussion_type D
5956 build 118 119 D 50 N build 1067
5971 th_size 124 125 I 50 N th_size 50
5982 margin_bottom 126 127 I 50 N margin_bottom 10
5998 add_default 128 129 C 50 N add_default N
6008 show_category_tree 130 131 C 50 N show_category_tree N
6017 hide_in_brand 132 133 C 50 N hide_in_brand Y
6029 amount_of_promos_in_prods_lists 134 135 S 50 N amount_of_promos_in_prods_lists 0
6042 BL_max_count 136 137 D 50 N BL_max_count 3
6071 block_admin_panel 106 107 D 50 N block_admin_panel Y
6109 ps_close_with_gesture 145 146 C 50 N ps_close_with_gesture Y
61 store_access_key 2 0 O 51 Y store_access_key
6056 recaptcha_v3_site_key 57 58 I 52 N recaptcha_v3_site_key
6057 recaptcha_v3_secret 57 58 I 53 N recaptcha_v3_secret
6058 recaptcha_v3_success_score 57 58 I 54 N recaptcha_v3_success_score 0.5
295 mailer_smtp_ecrypted_connection 1 0 S 55 N mailer_smtp_ecrypted_connection ssl
5941 enable_call_requests_for_vendors 73 74 C 55 N enable_call_requests_for_vendors N
6060 recaptcha_use_for_value 57 58 D 56 N recaptcha_use_for_value
7 feedback_type 2 0 S 57 Y feedback_type manual
1007 display_vendor 16 0 C 57 Y display_vendor N
6061 recaptcha_use_for 57 58 E 57 N recaptcha_use_for use_for_settings.tpl
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
11 ftp_directory 13 0 I 60 N ftp_directory public_html
24 admin_elements_per_page 4 0 U 60 Y admin_elements_per_page 10
28 company_phone 5 0 L 60 Y company_phone 920002233
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor tinymce
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth Y
121 string_type 11 0 D 60 N string_type mixed
5702 facebook_layout 21 23 S 60 N facebook_layout button_count
5715 vkontakte_buttons_name 21 24 S 60 N vkontakte_buttons_name like
5738 em_lastsync 31 32 D 60 N em_lastsync 1594693515
5750 mailer_smtp_password 35 36 I 60 N mailer_smtp_password
5789 settings_proxy 57 58 O 60 N settings_proxy
5804 non_latin_symbols 65 66 C 60 N non_latin_symbols N
5811 higher_level_extract 67 68 C 60 N higher_level_extract Y
5827 order_status 73 74 S 60 N order_status Y
5834 height 75 76 I 60 N height 60
5859 use_for_category_icons 83 84 C 60 N use_for_category_icons N
5901 include_products 92 93 C 60 N include_products Y
5972 cycle 124 125 C 60 N cycle Y
5983 margin_left 126 127 I 60 N margin_left 0
5999 shuffle 128 129 C 60 N shuffle Y
6009 link 130 131 O 60 N link
6018 selectors 132 133 I 60 N selectors
6030 ab__show_expired_promos 134 135 C 60 N ab__show_expired_promos Y
6043 BR_max_count 136 137 D 60 N BR_max_count 3
6072 disable_suspended_vendors 106 107 D 60 N disable_suspended_vendors Y
6110 code 145 146 D 60 N code ABA-Pj2Pm18h14c5RRLuVFcg5
6112 vendor_taxes 106 107 N 60 N vendor_taxes
122 char_shadow 11 0 D 65 N char_shadow N
29 company_phone_2 5 0 L 70 Y company_phone_2 8001242233
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
123 colour 11 0 D 70 N colour N
5687 paypal_logo_uploader_settings 19 20 E 70 N paypal_logo_uploader_settings logo_uploader.tpl
5703 facebook_show_faces 21 23 C 70 N facebook_show_faces N
5716 vkontakte_display_on 21 24 N 70 N vkontakte_display_on
5751 mailer_smtp_ecrypted_connection 35 36 S 70 N mailer_smtp_ecrypted_connection none
5812 several_points_action 67 68 S 70 N several_points_action minimal_absolute
5835 width 75 76 I 70 N width 250
5848 unsuccessful_attempts_login_customer 79 80 C 70 N unsuccessful_attempts_login_customer
5860 use_for_category_detailed 83 84 C 70 N use_for_category_detailed N
5868 product_review_after_purchase 85 86 C 70 N product_review_after_purchase Y
5902 products_change 92 93 S 70 N products_change daily
5973 vertical 124 125 C 70 N vertical Y
5984 font_size 126 127 I 70 N font_size 48
6000 delay 128 129 S 70 N delay 0
6019 transition 132 133 S 70 N transition 10
6031 ab__show_awaited_promos 134 135 C 70 N ab__show_awaited_promos Y
6044 TL_output_type 136 137 D 70 N TL_output_type column
6073 days_before_disable 106 107 D 70 N days_before_disable 90
6111 build 145 146 D 70 N build 891
6099 video_icon 124 125 S 75 N video_icon youtube
53 frontend_default_language 4 0 S 80 Y frontend_default_language ar
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
5688 pp_statuses 19 20 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";}
5704 facebook_action 21 23 S 80 N facebook_action like
5752 mailer_smtp_auth 35 36 C 80 N mailer_smtp_auth N
5813 consider_zero_values 67 68 C 80 N consider_zero_values N
5836 prefix 75 76 I 80 N prefix FF45CR99
5849 number_unsuccessful_attempts_customer 79 80 I 80 N number_unsuccessful_attempts_customer 5
5861 images_access_info 83 84 O 80 N images_access_info
5903 products_priority 92 93 S 80 N products_priority 0.5
5974 enable_microdata 124 125 C 80 N enable_microdata Y
5985 units 126 127 S 80 N units px
6001 code 128 129 D 80 N code ABA-00oZJv2VMcDEtge6ig6F1
6011 ab__as_add_to_sitemap 130 131 C 80 N ab__as_add_to_sitemap Y
6020 align 132 133 S 80 N align left
6045 TR_output_type 136 137 D 80 N TR_output_type column
134 hide_if_logged 11 0 C 85 Y hide_if_logged Y
6115 frontend_default_currency 4 0 S 85 Y frontend_default_currency SAR
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.alabdullatif.com/
46 orders_per_page 4 0 U 90 Y orders_per_page 10
89 jpeg_quality 9 0 U 90 Y jpeg_quality 80
5689 partial_refund_action 19 20 D 90 N partial_refund_action ignore
5705 facebook_lang 21 23 S 90 N facebook_lang en_US
5814 log_per_page 67 68 I 90 N log_per_page 10
5850 login_intervals_customer 79 80 I 90 N login_intervals_customer 60
5975 code 124 125 D 90 N code ABA-mmZlqPnktEugpHtc2Xuex
5986 font_weight 126 127 S 90 N font_weight normal
6002 build 128 129 D 90 N build 741
6021 appearance 132 133 S 90 N appearance text
6033 ab__as_add_to_sitemap 134 135 C 90 N ab__as_add_to_sitemap Y
6046 BL_output_type 136 137 D 90 N BL_output_type column
40 company_start_year 5 0 I 95 Y company_start_year 2020
22 products_per_page 4 0 U 100 Y products_per_page 12
35 company_users_department 5 0 I 100 Y company_users_department online@af.sa
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 270
5706 facebook_action_font 21 23 S 100 N facebook_action_font arial
5838 elm_spec_descr 75 76 O 100 N elm_spec_descr
5851 time_block_customer 79 80 I 100 N time_block_customer 24
5905 include_categories 92 93 C 100 N include_categories Y
5976 build 124 125 D 100 N build 1104
5987 color 126 127 E 100 N color color.tpl
6022 show_button_after_action 132 133 C 100 N show_button_after_action N
6034 code 134 135 D 100 N code ABA-r58Vln1amC7bJFHurVf2K
6047 BR_output_type 136 137 D 100 N BR_output_type column
36 company_site_administrator 5 0 I 110 Y company_site_administrator faisal.halwan@gmail.com
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 180
5707 facebook_colorscheme 21 23 S 110 N facebook_colorscheme light
5906 categories_change 92 93 S 110 N categories_change daily
5988 hide_on_mobile 126 127 C 110 N hide_on_mobile Y
6023 custom_class 132 133 I 110 N custom_class ab-smc
6035 build 134 135 D 110 N build 1102
6048 code 136 137 D 110 N code ABA-zKtFPdkEE8x0FfZ13g7iw
37 company_orders_department 5 0 I 120 Y company_orders_department online@af.sa
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 550
5708 facebook_display_on 21 23 N 120 N facebook_display_on #M#products=Y
5907 categories_priority 92 93 S 120 N categories_priority 0.5
5989 show_in_admin_panel 126 127 C 120 N show_in_admin_panel N
6049 build 136 137 D 120 N build 1096
38 company_support_department 5 0 I 130 Y company_support_department media@af.sa
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
1001 apply_for_vendor 16 0 C 130 Y apply_for_vendor N
5990 ab__stt_color 126 127 D 130 N ab__stt_color #2a3884
6091 default_tracking 2 0 C 130 Y default_tracking B
6092 global_tracking 2 0 C 130 Y global_tracking
44 allow_negative_amount 2 0 C 135 Y allow_negative_amount N
292 product_quick_view_thumbnail_width 9 0 U 135 Y product_quick_view_thumbnail_width 270
306 enable_edp 2 0 C 135 Y enable_edp N
293 product_quick_view_thumbnail_height 9 0 U 136 Y product_quick_view_thumbnail_height 180
39 company_newsletter_email 5 0 I 140 Y company_newsletter_email media@af.sa
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
1002 create_vendor_administrator_account 16 0 D 140 Y create_vendor_administrator_account N
5909 include_pages 92 93 C 140 N include_pages Y
5991 code 126 127 D 140 N code ABA-F1hRknfT6oPeBRyK8gaRi
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 3
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 10
5910 pages_change 92 93 S 150 N pages_change daily
5992 build 126 127 D 150 N build 767
93 display_options_modifiers 2 0 C 155 Y display_options_modifiers Y
6078 global_options_type 2 0 S 157 Y global_options_type
6077 default_options_type 2 0 S 157 Y default_options_type P
6079 default_exceptions_type 2 0 S 158 Y default_exceptions_type F
6080 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
6063 allow_vendor_manage_features 16 0 C 160 Y allow_vendor_manage_features N
5911 pages_priority 92 93 S 160 N pages_priority 0.5
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height 150
6076 allow_approve_vendors_in_two_steps 16 0 C 170 Y allow_approve_vendors_in_two_steps Y
6064 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 50
6065 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
5913 include_extended 92 93 C 180 N include_extended Y
6093 global_product_details_view 4 0 S 180 Y global_product_details_view
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address Y
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean Y
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes Y
146 in_stock_field 4 0 C 186 Y in_stock_field N
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery N
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer owl
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height 150
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
5914 extended_change 92 93 S 190 N extended_change daily
180 default_product_details_view 4 0 S 191 Y default_product_details_view bigpicture_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 N
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-asc=Y&timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-asc=Y&popularity-desc=Y&bestsellers-asc=Y&bestsellers-desc=Y&on_sale-asc=Y&on_sale-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
5915 extended_priority 92 93 S 200 N extended_priority 0.5
66 time_format 4 0 S 210 Y time_format %I:%M %p
195 category_details_thumbnail_height 9 0 U 210 Y category_details_thumbnail_height
139 timezone 4 0 S 220 Y timezone Asia/Riyadh
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width 270
5917 include_companies 92 93 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 280
5918 companies_change 92 93 S 230 N companies_change daily
67 user_multiple_profiles 2 0 C 240 Y user_multiple_profiles Y
167 calendar_week_format 4 0 S 240 Y calendar_week_format sunday_first
5919 companies_priority 92 93 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 N
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup N
78 approve_user_profiles 2 0 C 250 Y approve_user_profiles N
182 address_position 6 0 D 250 Y address_position shipping_first
183 changes_warning 4 0 C 250 Y changes_warning Y
199 show_menu_descriptions 4 0 C 255 Y show_menu_descriptions N
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
275 quick_registration 2 0 C 260 Y quick_registration Y
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
6113 show_delete_account_button 2 0 C 270 Y show_delete_account_button N
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 Y
300 configure_sign_in_step 6 0 D 310 Y configure_sign_in_step returning_customer_first
310 product_admin_mini_icon_height 9 0 U 310 Y product_admin_mini_icon_height
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
6081 default_zero_price_action 6 0 S 341 Y default_zero_price_action R
6082 global_zero_price_action 6 0 S 341 Y global_zero_price_action
6083 default_min_qty 6 0 I 342 Y default_min_qty 0
6084 global_min_qty 6 0 I 342 Y global_min_qty
6085 default_max_qty 6 0 I 343 Y default_max_qty 0
6086 global_max_qty 6 0 I 343 Y global_max_qty
6087 default_qty_step 6 0 I 344 Y default_qty_step 0
6088 global_qty_step 6 0 I 344 Y global_qty_step
6089 default_list_qty_count 6 0 I 345 Y default_list_qty_count 0
6090 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 0
71 allow_anonymous_shopping 6 0 S 370 Y allow_anonymous_shopping allow_shopping
173 checkout_redirect 6 0 C 380 Y checkout_redirect N
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
6053 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
6062 variations_show_all_possible_feature_variants 55 56 C 400 N variations_show_all_possible_feature_variants N
17 default_address 6 0 I 410 Y default_address
18 default_zipcode 6 0 I 420 Y default_zipcode
19 default_city 6 0 I 430 Y default_city الرياض
20 default_country 6 0 X 440 Y default_country SA
21 default_state 6 0 W 450 Y default_state Riyadh
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode any_digits
41 default_phone 6 0 L 460 Y default_phone
156 search_objects 2 0 N 1010 Y search_objects