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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 1.222722135,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_settings_objects.position",
            "table": {
              "table_name": "cscart_settings_objects",
              "access_type": "ALL",
              "loops": 1,
              "rows": 706,
              "cost": 0.129352,
              "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": [
            "u985510652_ecartify.cscart_settings_objects.object_id",
            "const",
            "const"
          ],
          "loops": 706,
          "rows": 1,
          "cost": 0.63229384,
          "filtered": 100
        }
      }
    ]
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
5900 notice 96 97 O 0 N notice
8214 provider 959 960 S 0 N provider gemeni
6424 api_url 345 346 I 0 N api_url https://graph.facebook.com/v22.0/106700965703692/messages
6428 enable_daily_report 345 347 C 0 N enable_daily_report Y
6429 enable_weekly_report 345 348 C 0 N enable_weekly_report Y
8222 gemeni_ai_api_key 959 961 I 0 N gemeni_ai_api_key AIzaSyCtzk1kpll0scKmUe-bm__QVG2v4r0iWWU
31 company_name 5 0 I 0 Y company_name CS-Cart
6431 enable_monthly_report 345 349 C 0 N enable_monthly_report Y
8223 open_ai_api_key 959 962 I 0 N open_ai_api_key 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
6432 enable_logging 345 350 C 0 N enable_logging Y
7200 google_api_key 635 636 I 0 N google_api_key AIzaSyCCGlBA4kuSsuX38LA-5XkxaRtuf9UaFy0
8224 auction_history_limit1 963 964 I 0 N auction_history_limit1 10
8233 sg_onesignal_app_id 963 965 I 0 N sg_onesignal_app_id
6698 agent_enable_chatbot 443 444 C 0 N agent_enable_chatbot Y
6189 0 0 I 0 Y test-zaid_core
8237 cron_pass 963 966 I 0 N cron_pass CRONPASS
6190 0 0 I 0 Y Y
5679 default_upload_high_res_image 17 18 C 0 N default_upload_high_res_image N
6191 0 0 I 0 Y N
5680 twitter_enable 19 20 C 0 N twitter_enable Y
6192 0 0 I 0 Y MYPASS
5937 cz_animation_time 100 101 I 0 N cz_animation_time 200
6194 0 0 I 0 Y Y
5939 cron_password 102 103 I 0 N cron_password MYPASS
6195 0 0 I 0 Y #M#products=Y&categories=Y&pages=Y&companies=Y
5940 price_list_info 104 105 O 0 N price_list_info
5685 facebook_enable 19 21 C 0 N facebook_enable Y
7478 qdrant_url 739 740 I 0 N qdrant_url https://debfc74d-4f29-4b05-b4cb-02f829d27be4.us-east4-0.gcp.cloud.qdrant.io
6199 sg_agent_company_id_long 147 0 I 0 Y sg_agent_company_id_long 1
6200 agent_category_id_long 147 0 I 0 Y agent_category_id_long 274
5945 main_store_mode 106 107 R 0 N main_store_mode catalog
8250 addon_status 985 986 C 0 N addon_status Y
5947 icons_pack 108 109 S 0 N icons_pack flat_32x32
5949 general_info 110 111 O 0 N general_info
8253 sg_cron_tpl 987 988 E 0 N sg_cron_tpl cron.tpl
8254 client_id 989 990 I 0 N client_id
5952 text_general 112 113 E 0 N text_general general.tpl
8256 enable_invoices 989 991 C 0 N enable_invoices Y
5697 vkontakte_enable 19 22 C 0 N vkontakte_enable
5953 gdpr_cookie_consent 114 115 S 0 N gdpr_cookie_consent explicit
5956 gdpr_settings 114 116 E 0 N gdpr_settings settings.tpl
5958 product_fields_configuration 117 118 D 0 N product_fields_configuration {"detailed":{"information":{"status":0},"pricing_inventory":{"list_price":0},"availability":{"usergroup_ids":0,"timestamp":0,"avail_since":0,"out_of_stock_actions":0},"extra":{"details_layout":0,"short_description":0,"popularity":0, "search_words":0, "promo_text":0}}}
8262 revenue_account 989 992 I 0 N revenue_account 200
5704 yandex_enable 19 23 C 0 N yandex_enable Y
5961 color_schema 117 119 D 0 N color_schema Light
5707 pinterest_enable 19 24 C 0 N pinterest_enable Y
8268 default_tax_type 989 993 S 0 N default_tax_type OUTPUT
5966 hide_products 120 121 D 0 N hide_products Y
5711 tags_for_products 25 26 C 0 N tags_for_products Y
8271 invoice_statuses 989 994 N 0 N invoice_statuses P,C
8272 webhook_key 989 995 I 0 N webhook_key
5713 managing_editor 27 28 I 0 N managing_editor
5716 em_show_on_checkout 29 30 C 0 N em_show_on_checkout N
8276 api_template 989 996 E 0 N api_template xero_settings.tpl
7766 n8n_webhook_url 809 810 I 0 N n8n_webhook_url http://168.231.122.141:5678/webhook/ai-agent
5976 default_vendor_usesrgroup 122 123 S 0 N default_vendor_usesrgroup 7
7770 auto_confirm_read 809 811 C 0 N auto_confirm_read Y
5723 em_mailchimp_api_key 29 31 I 0 N em_mailchimp_api_key
5725 newsletters_per_pass 32 33 I 0 N newsletters_per_pass 10
7774 provide_schema 809 812 C 0 N provide_schema Y
7777 conversation_memory 809 813 I 0 N conversation_memory 20
5734 coupon 32 34 S 0 N coupon
5735 allow_save_attachments_to_server 35 36 C 0 N allow_save_attachments_to_server N
5736 formula 37 38 D 0 N formula paidOrdersCount + paidOrdersTotal + activeProductsCount + manualVendorRating
6765 provider 469 470 S 0 N provider open_ai
5744 provider 39 40 S 0 N provider google
5746 yandex_api_key 39 41 I 0 N yandex_api_key
7285 mode 679 680 S 0 N mode test
5750 google_api_notice 39 42 O 0 N google_api_notice
5753 vendor_to_customer_communication 43 44 C 0 N vendor_to_customer_communication Y
6266 gemini_credentials 253 254 0 N gemini_credentials AIzaSyDYThVja-cJk2_9avhEBW3xxlDnPwlD-vw
5755 show_on_product 43 45 C 0 N show_on_product Y
7293 sg_email_notification 681 682 I 0 N sg_email_notification example@email.com
7042 invoice_product_id 575 576 D 0 N invoice_product_id 461005
5763 min_amount 48 49 I 0 N min_amount 50
7304 default_vendor 689 690 S 0 N default_vendor 1
5769 print_map 50 51 C 0 N print_map Y
6025 agent_category_id 147 0 I 0 Y agent_category_id 223
5771 variations_allow_own_images 52 53 C 0 N variations_allow_own_images Y
6795 search_console_client_id 493 494 I 0 N search_console_client_id 288854331614-vkr8o8joig980cp8asttpm9bc38bhcaj.apps.googleusercontent.com
143 init_addons 0 0 C 0 Y init_addons restore
5776 notice 54 55 O 0 N notice
7575 agent_name 757 758 I 0 N agent_name Ecartify
7580 enable_talk_to_human 757 759 C 0 N enable_talk_to_human Y
8350 dashboard 1015 1016 E 0 N dashboard config.tpl
5791 forbidden_countries_notice 54 56 O 0 N forbidden_countries_notice
8351 video_provider 1017 1018 S 0 N video_provider sora
7584 allow_login 757 760 C 0 N allow_login Y
5793 access_key 57 58 I 0 N access_key f862960278d00eaeb68818a7a03ee653
5794 show_bundles 59 60 S 0 N show_bundles before_product_description
5795 returnable 61 62 C 0 N returnable Y
7587 bot_message_background_color 757 761 I 0 N bot_message_background_color #ffffff
5799 final_sale_from 63 64 I 0 N final_sale_from 40
7592 dashboard 757 762 E 0 N dashboard dashboard.tpl
5801 period 63 65 S 0 N period all
5803 seo_product_type 66 67 S 0 N seo_product_type product_category_nohtml
5810 point_rate 68 69 I 0 N point_rate 1
7348 publicKey 703 704 I 0 N publicKey FLWPUBK_TEST-ebb54f1d188fc047b406646921d53975-X
5820 vendors_prior_approval 70 71 S 0 N vendors_prior_approval all
5824 products_prior_approval 70 72 S 0 N products_prior_approval all
5828 pixel_id 73 74 I 0 N pixel_id
6086 sg_agent_company_id 147 0 I 0 Y sg_agent_company_id 1
5832 tracking_code 75 76 I 0 N tracking_code
201 store_key 0 0 I 0 Y store_key 999601355;uat.ecartify.com;sagar.agrawal@ecartify.com
6863 select_status_for_hours 519 520 N 0 N select_status_for_hours #M#C=Y
7381 open_ai_credential 715 716 I 0 N open_ai_credential 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
5853 polls_votes_on_page 81 82 I 0 N polls_votes_on_page 20
5866 banner_multilang 85 86 C 0 N banner_multilang Y
5867 product_posts_per_page 87 88 I 0 N product_posts_per_page 10
5872 category_posts_per_page 87 89 I 0 N category_posts_per_page 10
6641 dashboard 415 416 E 0 N dashboard dashboard.tpl
6642 ecartify_access_key 415 417 I 0 N ecartify_access_key test-zaid_core
5876 order_posts_per_page 87 90 I 0 N order_posts_per_page 10
5878 page_posts_per_page 87 91 I 0 N page_posts_per_page 10
6648 enable_query_suggestions 415 418 C 0 N enable_query_suggestions Y
5882 home_page_posts_per_page 87 92 I 0 N home_page_posts_per_page 10
5886 company_discussion_type 87 93 S 0 N company_discussion_type D
55 secure_storefront 15 0 C 1 Y secure_storefront Y
56 secure_admin 15 0 C 2 Y secure_admin Y
312 log_lifetime 12 0 I 5 Y log_lifetime 90
138 use_for 11 0 N 5 Y use_for #M#register=Y&form_builder=Y&email_share=Y&discussion=Y&checkout=Y&polls=Y&gift_certificates=Y
1010 mailer_send_from_admin 1 0 C 5 N mailer_send_from_admin N
5892 watermark_settings 94 95 E 10 N watermark_settings watermark.tpl
12 license_number 13 0 I 10 N license_number CS-MV-PL-7O5A-REDS-DJ47-VSPT
5901 reviews_per_page 96 97 I 10 N reviews_per_page 10
15 alternative_currency 2 0 S 10 Y alternative_currency use_only_selected
274 log_type_general 12 0 N 10 Y log_type_general #M#runtime=Y&deprecated=Y&
8215 generate_html_data_for_content 959 960 C 10 N generate_html_data_for_content Y
5912 clear_url 98 99 O 10 N clear_url
6425 api_key 345 346 I 10 N api_key EAAWTZBRVXpN8BQcZB1ZBR9mCQ5BgqR6AfF8KDNgSZCV0WCjrxN3vvkZCuMUidSXmUoljePjZAGvkr7Mdo7ZAJNPPWvEthiS4EB8KFbXnOnO3HqwyMKpijauRZAb45x8nXr9yW5ZCfZA2hriRfehS3R9oo9rRXfodDdZCdh91fcxKag1gUkZBjkZBfff8JjLjzVFn5djmyVZAOXIrEhi6kZCFBofcaGiLaRvmyQEZBXVml9FUovhpXJbJhpQE6srZAJ38sytDgjTuZCW1BpUKAZCgNh6AZBS5uY875cFuRQZDZD
27 company_address 5 0 I 10 Y company_address 44 Main street
6430 weekly_report_day 345 348 S 10 N weekly_report_day saturday
7201 threshold_to_suggest_seo_related_addon 635 636 I 10 N threshold_to_suggest_seo_related_addon 90
8225 max_auction_bid_limit 963 964 I 10 N max_auction_bid_limit 10
291 storage 0 0 I 10 N storage a:1:{s:7:"storage";s:4:"file";}
294 cdn 0 0 I 10 N cdn
8234 sg_onesignal_api_key 963 965 I 10 N sg_onesignal_api_key
6699 n8n_agent_webhook_url 443 444 I 10 N n8n_agent_webhook_url http://localhost:5678/webhook/ai-agent
5678 current_timestamp 0 0 T 10 Y current_timestamp 1762017008
8238 config_tpl 963 966 E 10 N config_tpl config.tpl
5681 twitter_via 19 20 I 10 N twitter_via
5938 cz_zoom_position 100 101 S 10 N cz_zoom_position 3
5941 price_list_fields 104 105 B 10 N price_list_fields #M#product_code=Y&product=Y&amount=Y&price=Y
5686 facebook_app_id 19 21 I 10 N facebook_app_id
7479 qdrant_api_key 739 740 I 10 N qdrant_api_key debfc74d-4f29-4b05-b4cb-02f829d27be4
5946 add_to_cart_empty_buy_now_url 106 107 C 10 N add_to_cart_empty_buy_now_url N
8251 auto_mapping 985 986 C 10 N auto_mapping Y
5948 autogen_email 108 109 C 10 N autogen_email N
5950 apikey 110 111 I 10 N apikey
8255 client_secret 989 990 P 10 N client_secret
8257 enable_payments 989 991 C 10 N enable_payments Y
5698 vkontakte_appid 19 22 I 10 N vkontakte_appid
5954 privacy_policy_page 114 115 S 10 N privacy_policy_page 3
5957 gdpr_settings_data 114 116 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"},"apply_for_vendor":{"enable":"Y"},"newsletters_subscribe":{"enable":"Y"},"call_requests":{"enable":"Y"},"discussions_add_review":{"enable":"Y"}}
5959 product_tabs_configuration 117 118 D 10 N product_tabs_configuration {"seo":"0","qty_discounts":"0","subscribers":"0","addons":"0","tags":"0","attachments":"0","reward_points":"0","required_products":"0"}
8263 shipping_account 989 992 I 10 N shipping_account 200
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>
5962 sidebar_color 117 119 D 10 N sidebar_color #eef1f3
5708 pinterest_size 19 24 S 10 N pinterest_size 20
8269 other_tax_value 989 993 I 10 N other_tax_value
5967 block_admin_panel 120 121 D 10 N block_admin_panel N
5712 tags_for_pages 25 26 C 10 N tags_for_pages Y
8273 enable_logging 989 995 C 10 N enable_logging N
5714 display_rss_feed_in_category 27 28 C 10 N display_rss_feed_in_category N
5717 em_checkout_enabled 29 30 C 10 N em_checkout_enabled N
7767 enable_widget 809 810 C 10 N enable_widget Y
7771 require_confirmation 809 811 C 10 N require_confirmation Y
5724 em_mailchimp_list 29 31 S 10 N em_mailchimp_list
7775 excluded_tables 809 812 T 10 N excluded_tables sessions,user_session_products,api_sessions
7778 enable_logging 809 813 C 10 N enable_logging Y
105 show_cats 8 0 C 10 N show_cats Y
5737 start_rating_period 37 38 D 10 N start_rating_period 0
108 mailer_send_method 1 0 S 10 N mailer_send_method smtp
6766 open_ai_api_key 469 470 I 10 N open_ai_api_key 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
5743 log_type_vendor_rating 12 0 N 10 N log_type_vendor_rating #M#vr_failure=Y
5745 show_shippings_on_product 39 40 C 10 N show_shippings_on_product N
5747 yandex_suggest_api_key 39 41 I 10 N yandex_suggest_api_key
7286 skeyid 679 680 10 N skeyid EEA3C78FF4D78410C636E912683633BD
5751 google_api_key 39 42 I 10 N google_api_key
5754 vendor_to_admin_communication 43 44 C 10 N vendor_to_admin_communication Y
6267 crondetail 253 254 E 10 N crondetail crondetail.tpl
5756 show_on_vendor 43 45 C 10 N show_on_vendor Y
7294 expire_days 681 682 I 10 N expire_days 7
5759 include_shipping 46 47 C 10 N include_shipping Y
5764 max_amount 48 49 I 10 N max_amount 1500
133 width 11 0 D 10 N width 110
7305 image_required 689 690 C 10 N image_required N
5770 show_locations_at_geolocator 50 51 C 10 N show_locations_at_geolocator N
5772 variations_allow_own_features 52 53 C 10 N variations_allow_own_features N
6796 search_console_client_secret 493 494 I 10 N search_console_client_secret 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
7576 agent_description 757 758 I 10 N agent_description Ecartify Assistant for chat
7581 enable_account_issue 757 759 C 10 N enable_account_issue Y
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
5792 forbidden_countries 54 56 B 10 N forbidden_countries #M#CN=Y&CG=Y&IR=Y
8352 kling_access_key 1017 1018 I 10 N kling_access_key AMfgYP4mQeGAaJtggLTQKChabyLrLPKy
161 log_type_categories 12 0 N 10 Y log_type_categories #M#create=Y&delete=Y&update=Y
7585 allow_vendor_regstration 757 760 C 10 N allow_vendor_regstration 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
5796 return_period 61 62 I 10 N return_period 10
7588 chat_background_color 757 761 I 10 N chat_background_color #b8ebfd
5800 sales_amount_from 63 64 I 10 N sales_amount_from 1
5802 last_days 63 65 I 10 N last_days 3
5804 seo_category_type 66 67 S 10 N seo_category_type category_nohtml
174 min_account_password_length 15 0 I 10 Y min_account_password_length 5
5811 auto_price_in_points 68 69 C 10 N auto_price_in_points Y
7349 secretKey 703 704 I 10 N secretKey FLWSECK_TEST-18a1e8c6220fcc63c101cac37f6a7b16-X
5821 vendor_profile_updates_approval 70 71 S 10 N vendor_profile_updates_approval all
5825 products_updates_approval 70 72 S 10 N products_updates_approval none
5829 track_all_page_views 73 74 C 10 N track_all_page_views Y
5833 track_ecommerce 75 76 C 10 N track_ecommerce Y
5835 info 77 78 O 10 N info
6864 input_hours_for_reminder 519 520 I 10 N input_hours_for_reminder 1
5843 elm_image_info 79 80 O 10 N elm_image_info
7382 curldiv 715 716 E 10 N curldiv curldetail.tpl
5854 polls_comments_on_page 81 82 I 10 N polls_comments_on_page 20
5856 admin_reverse_ip_access 83 84 C 10 N admin_reverse_ip_access
5868 product_post_approval 87 88 S 10 N product_post_approval any
5873 category_post_approval 87 89 S 10 N category_post_approval any
6643 fetch_pdt_on_backend 415 417 C 10 N fetch_pdt_on_backend Y
5877 order_initiate 87 90 C 10 N order_initiate Y
5879 page_post_approval 87 91 S 10 N page_post_approval disabled
6649 show_result_for 415 418 N 10 N show_result_for #M#products=Y&categories=Y&pages=Y&companies=Y
5883 home_page_post_approval 87 92 S 10 N home_page_post_approval any
5887 company_only_buyers 87 93 C 10 N company_only_buyers Y
13 product_release_info 13 0 O 11 N product_release_info
54 backend_default_language 4 0 S 15 Y backend_default_language en
5888 company_posts_per_page 87 93 I 20 N company_posts_per_page 10
5902 review_approval 96 97 S 20 N review_approval any
8216 translation_for_reviews 959 960 C 20 N translation_for_reviews Y
5913 cron_command 98 99 E 20 N cron_command cron_command.tpl
26 company_city 5 0 I 20 Y company_city Boston
6426 enable_reports 345 346 C 20 N enable_reports Y
7202 threshold_to_suggest_performance_related_addon 635 636 I 20 N threshold_to_suggest_performance_related_addon 80
8226 max_purchase_day_limit 963 964 I 20 N max_purchase_day_limit 3
8235 mail_last_bidder_limit 963 965 I 20 N mail_last_bidder_limit 2
6700 company_id 443 444 E 20 N company_id company.tpl
5682 twitter_size 19 20 S 20 N twitter_size medium
5942 price_list_sorting 104 105 S 20 N price_list_sorting product_code
5687 facebook_href 19 21 I 20 N facebook_href
7480 cohere_api_key 739 740 I 20 N cohere_api_key fCGuxjHj09BzSVqinAwCy1Rh3mNKeCILyMQ9oKXI
8252 warranty_feature_name 985 986 I 20 N warranty_feature_name Warranty
5951 appdomain 110 111 I 20 N appdomain
8258 enable_credit_notes 989 991 C 20 N enable_credit_notes Y
5699 vkontakte_button_style 19 22 S 20 N vkontakte_button_style mini
5955 gdpr_cookie_consent_texts 114 115 E 20 N gdpr_cookie_consent_texts cookie_consent_texts.tpl
5960 config_form 117 118 E 20 N config_form config.tpl
8264 discount_account 989 992 I 20 N discount_account 210
5706 yandex_display_on 19 23 N 20 N yandex_display_on products,pages
5963 element_color 117 119 D 20 N element_color #024567
5709 pinterest_shape 19 24 S 20 N pinterest_shape rect
8270 tax_inclusive 989 993 C 20 N tax_inclusive N
5968 disable_suspended_vendors 120 121 D 20 N disable_suspended_vendors Y
8274 log_retention_days 989 995 I 20 N log_retention_days 30
5715 category_max_products_items 27 28 I 20 N category_max_products_items 5
84 day 10 0 S 20 Y day %a, %b %e
5718 em_double_opt_in 29 30 C 20 N em_double_opt_in N
7768 widget_position 809 810 S 20 N widget_position bottom-right
7772 enable_sql_execution 809 811 C 20 N enable_sql_execution N
5727 mailer_send_method 32 33 S 20 N mailer_send_method default
7776 max_results 809 812 I 20 N max_results 50
7779 log_retention_days 809 813 I 20 N log_retention_days 90
106 show_rootcats_only 8 0 C 20 N show_rootcats_only N
5738 rating_above_price 37 38 D 20 N rating_above_price N
6767 gemini_ai_api_key 469 470 I 20 N gemini_ai_api_key AIzaSyDYThVja-cJk2_9avhEBW3xxlDnPwlD-vw
5748 yandex_commercial 39 41 C 20 N yandex_commercial
117 height 11 0 D 20 N height 30
7287 svalue 679 680 20 N svalue sk_sbox_42r73cqu2lxf7hd23qeytxs6ved
5752 google_map 39 42 E 20 N google_map map.tpl
7295 allow_vendor_wise_quotation 681 682 C 20 N allow_vendor_wise_quotation
5760 include_taxes_in_commission 46 47 C 20 N include_taxes_in_commission Y
5765 code_prefix 48 49 I 20 N code_prefix GC
5773 variations_allow_auto_change_default_variation 52 53 C 20 N variations_allow_auto_change_default_variation Y
6797 authorization 493 494 E 20 N authorization authorization.tpl
5778 recaptcha_site_key 54 55 I 20 N recaptcha_site_key
7577 avatar_image 757 758 F 20 N avatar_image logos/svgviewer-png-output.png
7582 enable_return_and_refund_issue 757 759 C 20 N enable_return_and_refund_issue Y
8353 kling_secret_key 1017 1018 I 20 N kling_secret_key ThMRfBB9dm4yyDdgQ3Rfnh8QybTdLkNy
7586 allow_user_regstration 757 760 C 20 N allow_user_regstration Y
5797 display_product_return_period 61 62 C 20 N display_product_return_period Y
7589 font_color 757 761 I 20 N font_color #090909
5805 seo_page_type 66 67 S 20 N seo_page_type page_nohtml
175 account_passwords_must_contain_mix 15 0 C 20 Y account_passwords_must_contain_mix N
5812 price_in_points_with_discounts 68 69 C 20 N price_in_points_with_discounts Y
7350 encryptionKey 703 704 I 20 N encryptionKey FLWSECK_TEST142a0549d752
5822 approval_info 70 71 O 20 N approval_info
5826 product_premoderation_fields 70 72 N 20 N product_premoderation_fields #M#product_prices:*=Y&products:list_price=Y
5830 track_add_to_cart 73 74 C 20 N track_add_to_cart N
5836 phone 77 78 I 20 N phone
6865 config_tpl 519 520 E 20 N config_tpl config.tpl
5857 unsuccessful_attempts_login 83 84 C 20 N unsuccessful_attempts_login
5869 product_post_ip_check 87 88 C 20 N product_post_ip_check N
5874 category_post_ip_check 87 89 C 20 N category_post_ip_check N
6644 fetch_pdt_on_frontend 415 417 C 20 N fetch_pdt_on_frontend Y
5880 page_post_ip_check 87 91 C 20 N page_post_ip_check N
5884 home_page_post_ip_check 87 92 C 20 N home_page_post_ip_check Y
5889 company_post_approval 87 93 S 30 N company_post_approval any
5894 use_for_product_icons 94 95 C 30 N use_for_product_icons N
8 ftp_hostname 13 0 I 30 N ftp_hostname
5903 review_ip_check 96 97 C 30 N review_ip_check N
16 weight_symbol 2 0 I 30 Y weight_symbol lbs
8217 translation_for_massages 959 960 C 30 N translation_for_massages Y
6427 info 345 346 O 30 N info
34 company_country 5 0 X 30 Y company_country US
8227 auction_history_limit 963 964 C 30 N auction_history_limit N
8236 send_push_notification_to_all_bidders 963 965 C 30 N send_push_notification_to_all_bidders Y
6701 company_id_info 443 444 E 30 N company_id_info sg_company.tpl
5683 twitter_display_count 19 20 S 30 N twitter_display_count horizontal
5943 group_by_category 104 105 C 30 N group_by_category Y
5688 facebook_send 19 21 C 30 N facebook_send Y
7481 weight_view 739 740 I 30 N weight_view 1
8259 enable_customers 989 991 C 30 N enable_customers Y
5700 vkontakte_height 19 22 I 30 N vkontakte_height 22
8265 payment_account 989 992 I 30 N payment_account 970
5964 sidebar_background_image 117 119 D 30 N sidebar_background_image
5710 pinterest_display_on 19 24 N 30 N pinterest_display_on #M#products=Y
5969 days_before_disable 120 121 D 30 N days_before_disable 90
8275 sg_webhook_file 989 995 E 30 N sg_webhook_file webhook.tpl
85 week 10 0 S 30 Y week %U, %b
5719 em_welcome_letter 29 30 C 30 N em_welcome_letter N
7769 company_id 809 810 E 30 N company_id company.tpl
7773 rate_limit 809 811 I 30 N rate_limit 100
7780 show_sql_preview 809 813 C 30 N show_sql_preview Y
5739 bronze_rating_lower_limit 37 38 D 30 N bronze_rating_lower_limit 50
109 mailer_smtp_host 1 0 I 30 N mailer_smtp_host sandbox.smtp.mailtrap.io:2525
6768 enable_what_customer_says_negative_points 469 470 C 30 N enable_what_customer_says_negative_points Y
5749 yandex_map 39 41 E 30 N yandex_map map.tpl
118 string_length 11 0 D 30 N string_length 5
7288 pkeyid 679 680 30 N pkeyid 74DF6C90D7816CA405D321575B6CFBA3
5757 show_on_order 43 45 C 30 N show_on_order Y
5761 collect_taxes_from_vendors 46 47 C 30 N collect_taxes_from_vendors N
5766 cert_per_page 48 49 I 30 N cert_per_page 10
5774 variations_show_all_possible_feature_variants 52 53 C 30 N variations_show_all_possible_feature_variants Y
6798 provider 493 494 S 30 N provider openai
5779 recaptcha_secret 54 55 I 30 N recaptcha_secret
7578 agent_id 757 758 I 30 N agent_id b69d0dce-94f9-49ff-a4c6-a096bdbb5a46
7583 enable_support_for_payment_issues 757 759 C 30 N enable_support_for_payment_issues Y
8354 kling_model 1017 1018 S 30 N kling_model kling-v2-master
5798 dont_take_weekends_into_account 61 62 C 30 N dont_take_weekends_into_account Y
7590 send_icon_color 757 761 I 30 N send_icon_color #014ba8
5806 seo_other_type 66 67 S 30 N seo_other_type directory
176 change_admin_password_on_first_login 15 0 C 30 Y change_admin_password_on_first_login N
5813 points_with_discounts 68 69 C 30 N points_with_discounts Y
5823 preventing_registration_info 70 71 O 30 N preventing_registration_info
5827 approval_info 70 72 O 30 N approval_info
5831 track_order_placed 73 74 C 30 N track_order_placed N
5837 phone_prefix_length 77 78 I 30 N phone_prefix_length 7
5845 type 79 80 S 30 N type C128B
5858 number_unsuccessful_attempts 83 84 I 30 N number_unsuccessful_attempts 5
5870 product_discussion_type 87 88 S 30 N product_discussion_type D
5875 category_discussion_type 87 89 S 30 N category_discussion_type D
6645 cron_pass 415 417 I 30 N cron_pass MYPASS
5881 page_discussion_type 87 91 S 30 N page_discussion_type D
5885 home_page_testimonials 87 92 S 30 N home_page_testimonials B
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
5890 company_post_ip_check 87 93 C 40 N company_post_ip_check N
5895 use_for_product_detailed 94 95 C 40 N use_for_product_detailed N
9 ftp_username 13 0 I 40 N ftp_username
5904 review_fields 96 97 S 40 N review_fields advanced
25 company_state 5 0 W 40 Y company_state MA
8218 free_ai_for_translation 959 960 C 40 N free_ai_for_translation N
5915 site_change 98 99 S 40 N site_change daily
8228 display_message_to_winner 963 964 C 40 N display_message_to_winner Y
42 weight_symbol_grams 2 0 I 40 Y weight_symbol_grams 453.6
5684 twitter_display_on 19 20 N 40 N twitter_display_on #M#products=Y
5944 include_options 104 105 C 40 N include_options N
5689 facebook_width 19 21 I 40 N facebook_width 450
7482 weight_cart 739 740 I 40 N weight_cart 2
8260 enable_products 989 991 C 40 N enable_products Y
5701 vkontakte_width 19 22 I 40 N vkontakte_width 350
8266 inventory_account 989 992 I 40 N inventory_account 630
5965 vendor_panel_config 117 119 E 40 N vendor_panel_config panel.tpl
5970 default_lowers_allowed_balance 120 121 I 40 N default_lowers_allowed_balance 0
86 month 10 0 S 40 Y month %B
5720 em_service 29 30 S 40 N em_service dummy
5729 mailer_smtp_host 32 33 I 40 N mailer_smtp_host
5740 silver_rating_lower_limit 37 38 D 40 N silver_rating_lower_limit 80
111 mailer_smtp_username 1 0 I 40 N mailer_smtp_username
6769 enable_what_customer_says_positive_points 469 470 C 40 N enable_what_customer_says_positive_points Y
119 min_font_size 11 0 D 40 N min_font_size 14
7289 pvalue 679 680 40 N pvalue pk_sbox_he55c7q2ybaj42gtp4dokd3fyee
5762 allow_vendors_to_change_plan 46 47 C 40 N allow_vendors_to_change_plan Y
5767 free_products_allow 48 49 C 40 N free_products_allow Y
5775 quantity_discount_on_different_variations 52 53 C 40 N quantity_discount_on_different_variations N
6799 gemini_credentials 493 494 I 40 N gemini_credentials AIzaSyDYThVja-cJk2_9avhEBW3xxlDnPwlD-vw
5780 recaptcha_theme 54 55 S 40 N recaptcha_theme light
7579 contact_us_page 757 758 S 40 N contact_us_page 30
8355 kling_mode 1017 1018 S 40 N kling_mode pro
7591 user_message 757 761 I 40 N user_message #3cc8fc
5807 seo_language 66 67 C 40 N seo_language N
177 account_password_expiration_period 15 0 I 40 Y account_password_expiration_period 0
5814 price_in_points_order_discount 68 69 C 40 N price_in_points_order_discount Y
5838 phone_mask 77 78 I 40 N phone_mask
5846 output 79 80 S 40 N output png
5859 login_intervals 83 84 I 40 N login_intervals 60
6646 config_tpl 415 417 E 40 N config_tpl config.tpl
10 ftp_password 13 0 P 50 N ftp_password
5905 review_after_purchase 96 97 C 50 N review_after_purchase N
8219 allowed_for_vendor_plans 959 960 N 50 N allowed_for_vendor_plans #M#3=Y
5916 site_priority 98 99 S 50 N site_priority 1
33 company_zipcode 5 0 I 50 Y company_zipcode 02116
8229 hidden_auction_produc 963 964 C 50 N hidden_auction_produc N
5690 facebook_layout 19 21 S 50 N facebook_layout button_count
7483 weight_search 739 740 I 50 N weight_search 1
8261 enable_inventory 989 991 C 50 N enable_inventory N
5702 vkontakte_buttons_name 19 22 S 50 N vkontakte_buttons_name like
8267 cogs_account 989 992 I 50 N cogs_account 310
5971 default_grace_period_to_refill_balance 120 121 I 50 N default_grace_period_to_refill_balance 7
87 year 10 0 S 50 Y year %Y
5721 em_token 29 30 D 50 N em_token 802baaffcd5c9271fb5d13bd86745024
5730 mailer_smtp_username 32 33 I 50 N mailer_smtp_username
5741 gold_rating_lower_limit 37 38 D 50 N gold_rating_lower_limit 90
112 mailer_smtp_password 1 0 P 50 N mailer_smtp_password
6770 enable_fake_reviews_detection 469 470 C 50 N enable_fake_reviews_detection Y
120 max_font_size 11 0 D 50 N max_font_size 16
7290 accesskeyid 679 680 50 N accesskeyid ack_njwowb5ack_njwowb5mzzqe7pfi6zqxw2p2timzzqe7pfi6zqxw2p2ti
5768 redeem_shipping_cost 48 49 C 50 N redeem_shipping_cost Y
6800 openai_credentials 493 494 I 50 N openai_credentials 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
5781 recaptcha_size 54 55 S 50 N recaptcha_size normal
8356 video_duration 1017 1018 S 50 N video_duration 10
168 store_mode 2 0 O 50 Y store_mode N
5808 single_url 66 67 C 50 N single_url Y
178 cron_password 15 0 I 50 Y cron_password MYPASS
5815 reward_points_order_discount 68 69 C 50 N reward_points_order_discount Y
5839 buy_now_with_one_click 77 78 C 50 N buy_now_with_one_click Y
5847 text 79 80 S 50 N text Y
5860 time_block 83 84 I 50 N time_block 24
5871 product_review_after_purchase 87 88 C 50 N product_review_after_purchase N
6647 sent_connect_req 415 417 D 50 N sent_connect_req done
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 tls
7 feedback_type 2 0 S 57 Y feedback_type auto
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
5897 use_for_category_icons 94 95 C 60 N use_for_category_icons N
11 ftp_directory 13 0 I 60 N ftp_directory
5906 review_ask_for_customer_location 96 97 S 60 N review_ask_for_customer_location none
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 +19177227425
8220 cron_pass 959 960 I 60 N cron_pass MYPASS
8230 show_bidder 963 964 R 60 N show_bidder full_name
49 default_wysiwyg_editor 4 0 S 60 Y default_wysiwyg_editor redactor2
5691 facebook_show_faces 19 21 C 60 N facebook_show_faces N
7484 weight_order 739 740 I 60 N weight_order 3
5703 vkontakte_display_on 19 22 N 60 N vkontakte_display_on
335 image_file_size 9 0 Q 60 Y image_file_size
5972 vendor_taxes 120 121 N 60 N vendor_taxes
5722 em_lastsync 29 30 D 60 N em_lastsync 1762168773
5731 mailer_smtp_password 32 33 I 60 N mailer_smtp_password
110 mailer_smtp_auth 1 0 C 60 N mailer_smtp_auth N
5742 config_tpl 37 38 E 60 N config_tpl config.tpl
6771 highlight_fake_reviews_on_storefront 469 470 C 60 N highlight_fake_reviews_on_storefront Y
121 string_type 11 0 D 60 N string_type mixed
7291 accessvalue 679 680 60 N accessvalue yxJZYWzBjQRc-jdQr248YjQgffZetaNEcmiQDc87SrcUQKqzZnGqMYqEn2wvPs0HoOkxz6G3q53zGuE9A_Njvg
5782 recaptcha_type 54 55 S 60 N recaptcha_type image
8357 aspect_ratio 1017 1018 S 60 N aspect_ratio 16:9
5809 non_latin_symbols 66 67 C 60 N non_latin_symbols N
5816 higher_level_extract 68 69 C 60 N higher_level_extract Y
5840 enable_call_requests_for_vendors 77 78 C 60 N enable_call_requests_for_vendors Y
5848 height 79 80 I 60 N height 60
122 char_shadow 11 0 D 65 N char_shadow N
5898 use_for_category_detailed 94 95 C 70 N use_for_category_detailed N
5907 split_reviews_by_storefronts 96 97 C 70 N split_reviews_by_storefronts N
29 company_phone_2 5 0 L 70 Y company_phone_2
8221 config_tpl 959 960 E 70 N config_tpl config.tpl
5918 include_products 98 99 C 70 N include_products Y
8231 allow_customers_to_add_auction_products 963 964 C 70 N allow_customers_to_add_auction_products Y
5692 facebook_action 19 21 S 70 N facebook_action like
7485 cron_pass 739 740 I 70 N cron_pass MYPASS
5973 global_lowers_allowed_balance 120 121 I 70 N global_lowers_allowed_balance 0
91 thumbnail_background_color 9 0 I 70 Y thumbnail_background_color #ffffff
5732 mailer_smtp_ecrypted_connection 32 33 S 70 N mailer_smtp_ecrypted_connection none
6772 enter_threshold_percentage_for_fake_reviews 469 470 I 70 N enter_threshold_percentage_for_fake_reviews 60
123 colour 11 0 D 70 N colour N
7292 processing_channel_id 679 680 70 N processing_channel_id pc_tuswbdgtjsde3ldyitzb7szmcu
8358 cfg_scale 1017 1018 I 70 N cfg_scale 0.9
5817 several_points_action 68 69 S 70 N several_points_action minimal_absolute
5841 order_status 77 78 S 70 N order_status Y
5849 width 79 80 I 70 N width 250
5862 unsuccessful_attempts_login_customer 83 84 C 70 N unsuccessful_attempts_login_customer
5899 images_access_info 94 95 O 80 N images_access_info
5908 images_upload_allowed 96 97 D 80 N images_upload_allowed Y
5919 products_change 98 99 S 80 N products_change daily
8232 vendor_for_customer_products 963 964 S 80 N vendor_for_customer_products 10
53 frontend_default_language 4 0 S 80 Y frontend_default_language en
5693 facebook_lang 19 21 S 80 N facebook_lang en_US
7486 weight_cat_view 739 740 I 80 N weight_cat_view 1.5
5974 global_grace_period_to_refill_balance 120 121 I 80 N global_grace_period_to_refill_balance 7
90 convert_to 9 0 S 80 Y convert_to original
5733 mailer_smtp_auth 32 33 C 80 N mailer_smtp_auth N
113 mailer_sendmail_path 1 0 I 80 N mailer_sendmail_path /usr/sbin/sendmail
6773 cron_pass 469 470 I 80 N cron_pass CRONPASS
124 background_image 11 0 D 80 N background_image
5784 recaptcha_v3_site_key 54 55 I 80 N recaptcha_v3_site_key
8359 sora_model 1017 1018 S 80 N sora_model sora-2-pro
5818 consider_zero_values 68 69 C 80 N consider_zero_values N
5850 prefix 79 80 I 80 N prefix FF45CR99
5863 number_unsuccessful_attempts_customer 83 84 I 80 N number_unsuccessful_attempts_customer 5
334 frontend_default_currency 4 0 S 85 Y frontend_default_currency USD
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
5909 product_variations 96 97 E 90 N product_variations product_variations.tpl
32 company_website 5 0 I 90 Y company_website http://www.example.com/
5920 products_priority 98 99 S 90 N products_priority 0.5
46 orders_per_page 4 0 U 90 Y orders_per_page 10
5694 facebook_action_font 19 21 S 90 N facebook_action_font arial
7487 config_tpl 739 740 E 90 N config_tpl config.tpl
5975 settings_template 120 121 E 90 N settings_template settings.tpl
89 jpeg_quality 9 0 U 90 Y jpeg_quality 80
6774 config_tpl 469 470 E 90 N config_tpl config.tpl
5785 recaptcha_v3_secret 54 55 I 90 N recaptcha_v3_secret
8360 sora_size 1017 1018 S 90 N sora_size 1920x1080
5819 log_per_page 68 69 I 90 N log_per_page 10
5864 login_intervals_customer 83 84 I 90 N login_intervals_customer 60
40 company_start_year 5 0 I 95 Y company_start_year 2004
22 products_per_page 4 0 U 100 Y products_per_page 12
5910 split_reviews_for_variations_as_separate_products 96 97 D 100 N split_reviews_for_variations_as_separate_products Y
35 company_users_department 5 0 I 100 Y company_users_department sagar.agrawal@ecartify.com
5695 facebook_colorscheme 19 21 S 100 N facebook_colorscheme light
5786 recaptcha_v3_success_score 54 55 S 100 N recaptcha_v3_success_score 0.5
8361 sora_duration 1017 1018 S 100 N sora_duration 12
184 product_lists_thumbnail_width 9 0 U 100 Y product_lists_thumbnail_width 150
5852 elm_spec_descr 79 80 O 100 N elm_spec_descr
5865 time_block_customer 83 84 I 100 N time_block_customer 24
5922 include_categories 98 99 C 110 N include_categories Y
36 company_site_administrator 5 0 I 110 Y company_site_administrator sagar.agrawal@ecartify.com
5696 facebook_display_on 19 21 N 110 N facebook_display_on #M#products=Y
8362 openai_api_key 1017 1018 I 110 N openai_api_key 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
185 product_lists_thumbnail_height 9 0 U 110 Y product_lists_thumbnail_height 150
5923 categories_change 98 99 S 120 N categories_change daily
37 company_orders_department 5 0 I 120 Y company_orders_department sagar.agrawal@ecartify.com
5788 recaptcha_use_for_value 54 55 D 120 N recaptcha_use_for_value
8363 openai_model 1017 1018 S 120 N openai_model gpt-4o
186 product_details_thumbnail_width 9 0 U 120 Y product_details_thumbnail_width 280
5924 categories_priority 98 99 S 130 N categories_priority 0.5
38 company_support_department 5 0 I 130 Y company_support_department sagar.agrawal@ecartify.com
47 elements_per_page 4 0 U 130 Y elements_per_page 10
307 enable_compare_products 2 0 C 130 Y enable_compare_products Y
58 inventory_tracking 2 0 C 130 Y inventory_tracking Y
331 default_tracking 2 0 C 130 Y default_tracking B
332 global_tracking 2 0 C 130 Y global_tracking
5789 recaptcha_use_for 54 55 E 130 N recaptcha_use_for use_for_settings.tpl
8364 poll_timeout 1017 1018 I 130 N poll_timeout 600
187 product_details_thumbnail_height 9 0 U 130 Y product_details_thumbnail_height
1001 apply_for_vendor 16 0 C 130 Y apply_for_vendor Y
292 product_quick_view_thumbnail_width 9 0 U 135 Y product_quick_view_thumbnail_width 220
44 allow_negative_amount 2 0 C 135 Y allow_negative_amount Y
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
39 company_newsletter_email 5 0 I 140 Y company_newsletter_email sagar.agrawal@ecartify.com
65 edp_key_ttl 2 0 I 140 Y edp_key_ttl 24
5790 settings_proxy 54 55 O 140 N settings_proxy
1002 create_vendor_administrator_account 16 0 D 140 Y create_vendor_administrator_account Y
77 low_stock_threshold 2 0 I 145 Y low_stock_threshold 0
5926 include_pages 98 99 C 150 N include_pages Y
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
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
5927 pages_change 98 99 S 160 N pages_change daily
190 product_cart_thumbnail_width 9 0 U 160 Y product_cart_thumbnail_width 120
1011 allow_vendor_manage_features 16 0 C 160 Y allow_vendor_manage_features N
5928 pages_priority 98 99 S 170 N pages_priority 0.5
191 product_cart_thumbnail_height 9 0 U 170 Y product_cart_thumbnail_height
1012 allow_approve_vendors_in_two_steps 16 0 C 170 Y allow_approve_vendors_in_two_steps N
315 product_variant_mini_icon_width 9 0 U 171 Y product_variant_mini_icon_width 70
316 product_variant_mini_icon_height 9 0 U 172 Y product_variant_mini_icon_height 70
94 show_out_of_stock_products 2 0 C 180 Y show_out_of_stock_products Y
192 category_lists_thumbnail_width 9 0 U 180 Y category_lists_thumbnail_width 60
150 taxes_using_default_address 4 0 C 183 Y taxes_using_default_address N
116 show_prices_taxed_clean 4 0 C 184 Y show_prices_taxed_clean N
145 cart_prices_w_taxes 4 0 C 185 Y cart_prices_w_taxes N
146 in_stock_field 4 0 C 186 Y in_stock_field N
147 thumbnails_gallery 4 0 C 186 Y thumbnails_gallery N
148 quantity_changer 4 0 C 186 Y quantity_changer Y
149 top_pagination 4 0 C 187 Y top_pagination N
50 default_image_previewer 4 0 S 189 Y default_image_previewer owl
5930 include_extended 98 99 C 190 N include_extended Y
401 global_show_videos_before_images 4 0 C 190 Y global_show_videos_before_images N
402 default_show_videos_before_images 4 0 C 190 Y default_show_videos_before_images N
403 global_autoplay_videos 4 0 C 190 Y global_autoplay_videos N
404 default_autoplay_videos 4 0 C 190 Y default_autoplay_videos N
193 category_lists_thumbnail_height 9 0 U 190 Y category_lists_thumbnail_height
223 disregard_options_for_discounts 2 0 C 190 Y disregard_options_for_discounts N
272 display_track_orders 4 0 C 191 Y display_track_orders Y
288 product_details_in_tab 4 0 C 191 Y product_details_in_tab Y
333 global_product_details_view 4 0 S 191 Y global_product_details_view
180 default_product_details_view 4 0 S 191 Y default_product_details_view default_template
171 default_products_view_templates 4 0 G 194 Y default_products_view_templates #M#products_multicolumns=Y&products_without_options=Y&short_list=Y
169 default_products_view 4 0 K 195 Y default_products_view products_multicolumns
170 save_selected_view 4 0 C 196 Y save_selected_view Y
289 available_product_list_sortings 4 0 G 197 Y available_product_list_sortings #M#timestamp-desc=Y&product-asc=Y&product-desc=Y&price-asc=Y&price-desc=Y&popularity-desc=Y
290 enable_quick_view 4 0 C 198 Y enable_quick_view Y
64 default_products_sorting 4 0 K 198 Y default_products_sorting product-asc
5931 extended_change 98 99 S 200 N extended_change daily
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
5932 extended_priority 98 99 S 210 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/Kolkata
196 category_detailed_image_width 9 0 U 220 Y category_detailed_image_width
98 use_single_coupon 2 0 C 225 Y use_single_coupon Y
5934 include_companies 98 99 C 230 N include_companies 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
5935 companies_change 98 99 S 240 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 monday_first
70 min_order_amount_type 2 0 D 242 Y min_order_amount_type only_products
73 disable_anonymous_checkout 6 0 C 244 Y disable_anonymous_checkout N
2 allow_usergroup_signup 2 0 C 249 Y allow_usergroup_signup Y
5936 companies_priority 98 99 S 250 N companies_priority 0.5
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
275 quick_registration 2 0 C 260 Y quick_registration Y
48 notice_displaying_time 4 0 I 260 Y notice_displaying_time 5
276 show_delete_account_button 2 0 C 270 Y show_delete_account_button N
100 agree_terms_conditions 6 0 D 270 Y agree_terms_conditions N
309 product_admin_mini_icon_width 9 0 U 300 Y product_admin_mini_icon_width 40
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
302 display_payment_step 6 0 D 330 Y display_payment_step Y
152 proxy_port 2 0 I 330 Y proxy_port
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 0
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
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 subtotal
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
314 show_unavailable_shipping_methods 6 0 C 390 Y show_unavailable_shipping_methods N
140 estimate_shipping_cost 6 0 C 390 Y estimate_shipping_cost Y
308 email_templates 4 0 S 400 Y email_templates new
17 default_address 6 0 I 410 Y default_address Boston street
18 default_zipcode 6 0 I 420 Y default_zipcode 02125
19 default_city 6 0 I 430 Y default_city Boston
20 default_country 6 0 X 440 Y default_country US
21 default_state 6 0 W 450 Y default_state MA
313 phone_validation_mode 4 0 S 450 Y phone_validation_mode phone_number_with_country_selection
41 default_phone 6 0 L 460 Y default_phone +16175556985
156 search_objects 2 0 N 1010 Y search_objects