Title: Studiofy.de's Replies | WordPress.org

---

# Studiofy.de

  [  ](https://wordpress.org/support/users/studiofy/)

 *   [Profile](https://wordpress.org/support/users/studiofy/)
 *   [Topics Started](https://wordpress.org/support/users/studiofy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/studiofy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/studiofy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/studiofy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/studiofy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/studiofy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] ERROR: Cannot read properties of undefined (reading ‘then’)](https://wordpress.org/support/topic/error-cannot-read-properties-of-undefined-reading-then/)
 *  Thread Starter [Studiofy.de](https://wordpress.org/support/users/studiofy/)
 * (@studiofy)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/error-cannot-read-properties-of-undefined-reading-then/#post-16566037)
 * We finaly fixed the problem.
 * Thank you for your help!
 * We found out that our **child theme** was causing the problem – furthermore the**
   functions.php**.
   There was a script for a ajax search request. We simple had 
   to change the function declaration from
 *     ```wp-block-code
       function fetch(){
       ...
       }
       ```
   
 * to this
 *     ```wp-block-code
       function search_fetch(){
       ...
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] ERROR: Cannot read properties of undefined (reading ‘then’)](https://wordpress.org/support/topic/error-cannot-read-properties-of-undefined-reading-then/)
 *  Thread Starter [Studiofy.de](https://wordpress.org/support/users/studiofy/)
 * (@studiofy)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/error-cannot-read-properties-of-undefined-reading-then/#post-16562372)
 * Hello Roxy,
 * thank you for your kind help.
 * Let me elaborate on the problem:
   After adding contents to the Cart it should 
   be visible in the mini-cart (top-right corner) – instead it’s empty with a endless
   loading animation (see picture for before and after update) and prints out the
   error to the console.
 * ![](https://i0.wp.com/studiofy.de/wp-content/uploads/2023/03/2.jpg?ssl=1)
 * ![](https://i0.wp.com/studiofy.de/wp-content/uploads/2023/03/1.png?ssl=1)
 * ![](https://i0.wp.com/studiofy.de/wp-content/uploads/2023/03/3.jpg?ssl=1)
 * On the checkout customers also cant use Cart-Payments. Upon payment there is 
   a page reload which didnt happenmed before. Sandbox is not active. We have processed
   payments before without any issues.
 * These two Problems only occur on the latest WC-Update – upon rollback its working
   again.
   We cleared Cookies/Cache and disabled Plugins – nothing helped.
 *     ```wp-block-code
       ### WordPress Environment ###
   
       WordPress address (URL): https://studiofy.de
       Site address (URL): https://studiofy.de
       WC Version: 7.5.0
       REST API Version: ✔ 7.5.0
       WC Blocks Version: ✔ 9.6.5
       Action Scheduler Version: ✔ 3.5.4
       Log Directory Writable: ✔
       WP Version: 6.1.1
       WP Multisite: –
       WP Memory Limit: 256 MB
       WP Debug Mode: –
       WP Cron: ✔
       Language: de_DE
       External object cache: –
   
       ### Server Environment ###
   
       Server Info: Apache
       PHP Version: 7.4.33
       PHP Post Max Size: 200 MB
       PHP Time Limit: 600
       PHP Max Input Vars: 3000
       cURL Version: 7.68.0
       OpenSSL/1.1.1f
   
       SUHOSIN Installed: –
       MySQL Version: 5.5.5-10.5.19-MariaDB-1:10.5.19+maria~ubu2004-log
       Max Upload Size: 200 MB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 7.5.0
       WC Database Prefix: wp_
       Datenbank-Gesamtgröße: 103.96MB
       Datenbank-Datengröße: 98.50MB
       Datenbank-Indexgröße: 5.46MB
       wp_woocommerce_sessions: Daten: 0.06MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_api_keys: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_attribute_taxonomies: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_downloadable_product_permissions: Daten: 0.02MB + Index: 0.17MB + Engine InnoDB
       wp_woocommerce_order_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_order_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_tax_rates: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_tax_rate_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_shipping_zones: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_shipping_zone_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_shipping_zone_methods: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_payment_tokens: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_payment_tokenmeta: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_woocommerce_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_actions: Daten: 0.20MB + Index: 0.16MB + Engine InnoDB
       wp_actionscheduler_claims: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_groups: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_logs: Daten: 0.11MB + Index: 0.11MB + Engine InnoDB
       wp_categorymeta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_ce4wp_abandoned_checkout: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_ce4wp_contacts: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_cli_cookie_scan: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_cli_cookie_scan_categories: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_cli_cookie_scan_cookies: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_cli_cookie_scan_url: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_cli_scripts: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_comments: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
       wp_dlm_order: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_dlm_order_customer: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_dlm_order_item: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_dlm_order_transaction: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_dlm_session: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_dokan_announcement: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_dokan_orders: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_dokan_refund: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_dokan_vendor_balance: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_dokan_withdraw: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_download_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_duplicator_packages: Daten: 1.02MB + Index: 0.02MB + Engine InnoDB
       wp_layerslider: Daten: 1.52MB + Index: 0.00MB + Engine InnoDB
       wp_layerslider_revisions: Daten: 0.48MB + Index: 0.00MB + Engine InnoDB
       wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailchimp_carts: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailchimp_jobs: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_automations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_automation_runs: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_automation_run_logs: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_automation_run_subjects: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_automation_triggers: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_automation_versions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_custom_fields: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_dynamic_segment_filters: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_feature_flags: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_forms: Daten: 0.11MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_log: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_mapping_to_external_entities: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_migrations: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletters: Daten: 0.05MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_newsletter_links: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_mailpoet_newsletter_option: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_option_fields: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_posts: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_segment: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_templates: Daten: 3.28MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_scheduled_tasks: Daten: 0.28MB + Index: 0.19MB + Engine InnoDB
       wp_mailpoet_scheduled_task_subscribers: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_segments: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_sending_queues: Daten: 0.03MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_settings: Daten: 0.03MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_statistics_bounces: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_statistics_clicks: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_mailpoet_statistics_forms: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_statistics_newsletters: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_statistics_opens: Daten: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_mailpoet_statistics_unsubscribes: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_mailpoet_statistics_woocommerce_purchases: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_mailpoet_stats_notifications: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_subscribers: Daten: 0.02MB + Index: 0.13MB + Engine InnoDB
       wp_mailpoet_subscriber_custom_field: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_subscriber_ips: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_subscriber_segment: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_subscriber_tag: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_tags: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_user_agents: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_user_flags: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_member_catmeta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_options: Daten: 5.22MB + Index: 0.19MB + Engine InnoDB
       wp_portfolio_catmeta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_postmeta: Daten: 9.17MB + Index: 0.56MB + Engine InnoDB
       wp_posts: Daten: 72.34MB + Index: 0.44MB + Engine InnoDB
       wp_product_catmeta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_redirection_404: Daten: 0.13MB + Index: 0.05MB + Engine InnoDB
       wp_redirection_groups: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_redirection_items: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
       wp_redirection_logs: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_revslider_css: Daten: 0.13MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_css_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_layer_animations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_layer_animations_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_navigations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_navigations_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_sliders: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_sliders_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_slides_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_static_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_revslider_static_slides_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_usermeta: Daten: 0.08MB + Index: 0.03MB + Engine InnoDB
       wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_wc_admin_notes: Daten: 0.06MB + Index: 0.00MB + Engine InnoDB
       wp_wc_admin_note_actions: Daten: 0.05MB + Index: 0.02MB + Engine InnoDB
       wp_wc_category_lookup: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wc_customer_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_download_log: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_wc_order_coupon_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_order_product_lookup: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_wc_order_stats: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_wc_order_tax_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_product_attributes_lookup: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_product_download_directories: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_product_meta_lookup: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
       wp_wc_rate_limits: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_reserved_stock: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wc_tax_rate_classes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_webhooks: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_gzd_dhl_im_products: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_gzd_dhl_im_product_services: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_gzd_dhl_labelmeta: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_woocommerce_gzd_dhl_labels: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_gzd_packaging: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_gzd_packagingmeta: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_woocommerce_gzd_shipmentmeta: Daten: 0.06MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_gzd_shipments: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_woocommerce_gzd_shipment_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_gzd_shipment_items: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_gzd_shipment_labelmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_gzd_shipment_labels: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_gzd_shipping_provider: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_gzd_shipping_providermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wpforms_tasks_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_campaign: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_campaign_list: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_custom_field: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_email: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_email_user_stat: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_email_user_url: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_form: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_list: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_queue: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wysija_subscriber_ips: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wysija_url: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_url_mail: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_user: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wysija_user_field: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_user_history: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wysija_user_list: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_yith_wcwl: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_yith_wcwl_lists: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_yoast_indexable: Daten: 1.03MB + Index: 0.09MB + Engine InnoDB
       wp_yoast_indexable_hierarchy: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_yoast_migrations: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_yoast_primary_term: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_yoast_seo_links: Daten: 0.13MB + Index: 0.09MB + Engine InnoDB
   
       ### Post Type Counts ###
   
       attachment: 718
       cookielawinfo: 15
       dlm_download: 1
       dlm_download_version: 1
       elementor_library: 1
       faq: 2
       hollerbox: 1
       mailpoet_page: 1
       mc4wp-form: 1
       nav_menu_item: 80
       page: 29
       polylang_mo: 2
       popup: 2
       popup_theme: 8
       porto_builder: 2
       post: 9
       product: 7
       revision: 1675
       seedprod: 2
       shop_coupon: 1
       shop_order: 3
       sl-insta-account: 2
       sl-insta-feed: 3
       sl-insta-media: 17
       vc_settings_preset: 1
       wp_global_styles: 1
       wpcf7_contact_form: 1
       wpforms: 4
       wysijap: 1
       yith_wcan_preset: 1
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
   
       ### Active Plugins (13) ###
   
       Spotlight - Social Media Feeds: von RebelCode – 1.4.4
       Advanced Product Fields Pro for WooCommerce: von StudioWombat – 2.6.1
       CookieYes | GDPR Cookie Consent: von CookieYes – 3.0.8
       Yoast Duplicate Post: von Enrico Battocchi & Team Yoast – 4.5
       WPBakery Page Builder: von Michael M - WPBakery.com – 6.10.0
       MailPoet: von MailPoet – 4.8.1
       Porto Theme - Functionality: von P-Themes – 2.8.1
       Redirection: von John Godley – 5.3.9
       WooCommerce Stripe-Gateway: von WooCommerce – 7.2.0
       Germanized für WooCommerce: von vendidero – 3.11.4
       WooCommerce: von Automattic – 7.5.0
       Yoast SEO: von Team Yoast – 20.3
       WPForms Lite: von WPForms – 1.8.0.2
   
       ### Inactive Plugins (4) ###
   
       Duplicator: von Snap Creek – 1.5.2.1
       Loco Translate: von Tim Whitlock – 2.6.4
       WP Rollback: von GiveWP.com – 1.7.3
       WP Super Cache: von Automattic – 1.9.4
   
       ### Settings ###
   
       API Enabled: –
       Force SSL: –
       Currency: EUR (€)
       Currency Position: right_space
       Thousand Separator: .
       Decimal Separator: ,
       Number of Decimals: 2
       Taxonomies: Product Types: external (external)
       grouped (grouped)
       simple (simple)
       variable (variable)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
       exclude-from-search (exclude-from-search)
       featured (featured)
       outofstock (outofstock)
       rated-1 (rated-1)
       rated-2 (rated-2)
       rated-3 (rated-3)
       rated-4 (rated-4)
       rated-5 (rated-5)
   
       Connected to WooCommerce.com: –
       Enforce Approved Product Download Directories: –
       Order datastore: WC_Order_Data_Store_CPT
   
       ### WC Pages ###
   
       Shop-Basis: ❌ Seite nicht festgelegt
       Warenkorb: #10 - /warenkorb
       Kasse: #11 - /kasse
       Mein Konto: #12 - /mein-konto
       Allgemeine Geschäftsbedingungen: #698 - /agb
   
       ### Theme ###
   
       Name: 
       Version: (Update auf Version 0 ist verfügbar)
       Author URL: 
       Child Theme: ✔
       Parent Theme Name: 
       Parent Theme Version: – 0 ist verfügbar
       Parent Theme Author URL: 
       WooCommerce Support: ✔
   
       ### Templates ###
   
       Overrides: porto/woocommerce/archive-product.php
       porto/woocommerce/cart/cart-empty.php
       porto/woocommerce/cart/cart-shipping.php
       porto/woocommerce/cart/cart-totals.php
       porto/woocommerce/cart/cart.php
       porto/woocommerce/cart/cross-sells.php
       porto/woocommerce/cart/mini-cart.php
       porto/woocommerce/cart/proceed-to-checkout-button.php
       porto/woocommerce/cart/shipping-calculator.php
       porto/woocommerce/checkout/form-billing.php
       porto/woocommerce/checkout/form-checkout.php
       porto/woocommerce/checkout/form-coupon.php
       porto/woocommerce/checkout/form-login.php
       porto/woocommerce/checkout/form-pay.php
       porto/woocommerce/checkout/form-shipping.php
       porto/woocommerce/checkout/payment-method.php
       porto/woocommerce/checkout/payment.php
       porto/woocommerce/checkout/review-order.php
       porto/woocommerce/checkout/thankyou.php
       porto/woocommerce/content-product-cat.php
       porto/woocommerce/content-product.php
       porto/woocommerce/content-single-product.php
       porto/woocommerce/content-widget-product.php
       porto-child/woocommerce/emails/customer-processing-order.php
       porto/woocommerce/global/form-login.php
       porto/woocommerce/global/quantity-input.php
       porto/woocommerce/global/wrapper-start.php
       porto/woocommerce/loop/add-to-cart.php
       porto/woocommerce/loop/loop-end.php
       porto/woocommerce/loop/loop-start.php
       porto/woocommerce/loop/no-products-found.php
       porto/woocommerce/loop/orderby.php
       porto/woocommerce/loop/pagination.php
       porto/woocommerce/loop/rating.php
       porto/woocommerce/loop/sale-flash.php
       porto-child/woocommerce/myaccount/dashboard.php
       porto-child/woocommerce/myaccount/downloads.php Version - ist veraltet. Die Hauptversion ist 3.2.0
       porto/woocommerce/myaccount/form-add-payment-method.php
       porto/woocommerce/myaccount/form-edit-account.php
       porto/woocommerce/myaccount/form-edit-address.php
       porto/woocommerce/myaccount/form-login.php
       porto/woocommerce/myaccount/form-lost-password.php
       porto/woocommerce/myaccount/form-reset-password.php
       porto/woocommerce/myaccount/lost-password-confirmation.php
       porto/woocommerce/myaccount/my-account.php
       porto/woocommerce/myaccount/my-address.php
       porto/woocommerce/myaccount/my-downloads.php
       porto/woocommerce/myaccount/my-orders.php
       porto/woocommerce/myaccount/navigation.php
       porto/woocommerce/myaccount/orders.php
       porto/woocommerce/myaccount/payment-methods.php
       porto/woocommerce/myaccount/view-order.php
       porto/woocommerce/order/form-tracking.php
       porto/woocommerce/order/order-details-customer.php
       porto-child/woocommerce/order/order-details.php
       porto/woocommerce/order/order-downloads.php
       porto/woocommerce/order/tracking.php
       porto/woocommerce/single-product/add-to-cart/simple.php
       porto/woocommerce/single-product/add-to-cart/variable.php
       porto/woocommerce/single-product/meta.php
       porto/woocommerce/single-product/product-attributes.php
       porto-child/woocommerce/single-product/product-image.php
       porto/woocommerce/single-product/product-thumbnails.php
       porto/woocommerce/single-product/rating.php
       porto/woocommerce/single-product/related.php
       porto/woocommerce/single-product/review-meta.php
       porto/woocommerce/single-product/review-rating.php
       porto/woocommerce/single-product/review.php
       porto/woocommerce/single-product/sale-flash.php
       porto/woocommerce/single-product/short-description.php
       porto/woocommerce/single-product/tabs/tabs.php
       porto/woocommerce/single-product/title.php
       porto/woocommerce/single-product/up-sells.php
       porto/woocommerce/single-product-reviews.php
   
       Outdated Templates: ❌
   
   
       						Erfahre
       wie du aktualisieren kannst
   
   
       ### Admin ###
   
       Enabled Features: activity-panels
       analytics
       coupons
       customer-effort-score-tracks
       import-products-task
       experimental-fashion-sample-products
       shipping-smart-defaults
       shipping-setting-tour
       homescreen
       marketing
       multichannel-marketing
       mobile-app-banner
       navigation
       onboarding
       onboarding-tasks
       remote-inbox-notifications
       remote-free-extensions
       payment-gateway-suggestions
       shipping-label-banner
       subscriptions
       store-alerts
       transient-notices
       woo-mobile-welcome
       wc-pay-promotion
       wc-pay-welcome-page
   
       Disabled Features: minified-js
       new-product-management-experience
       product-variation-management
       settings
   
       Daily Cron: ✔ Next scheduled: 2023-03-15 23:24:08 +01:00
       Options: ✔
       Notes: 118
       Onboarding: completed
   
       ### Action Scheduler ###
   
       Abgeschlossen: 313
       Oldest: 2023-02-13 07:08:49 +0100
       Newest: 2023-03-15 12:19:09 +0100
   
       Ausstehend: 12
       Oldest: 2023-03-15 15:14:44 +0100
       Newest: 2023-03-20 13:56:02 +0100
   
       Fehlgeschlagen: 49
       Oldest: 2022-10-19 14:48:52 +0200
       Newest: 2023-03-15 11:53:09 +0100
   
       Abgebrochen: 3
       Oldest: 2023-02-13 05:57:48 +0100
       Newest: 2023-03-09 06:07:57 +0100
   
   
       ### Status report information ###
   
       Generated at: 2023-03-15 15:14:19 +01:00
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)