You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have carried out troubleshooting steps and I believe I have found a bug.
I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
Describe the bug
When I use the endpoint to request payment methods (/cocart/v1/payment-methods) we receive the payment methods however there is an issue. The method title returned is not what is being set in woocommerce settings but the default title.
Expected behavior
To show the title configured in the woocommerce shipping methods settings.
You can see the method title I have set is "Klarna Pay Later" and I have disabled the option to "Retreive the gateway title from Mollie".
Still when I query the endpoint i get this result:
"Rechnung" is the default method name coming from Mollie/WC.
Actual behavior
The Api should return the title set in the settings as configured in the screenshot above.
Steps to reproduce
Go to Woocommerce > Settings > Payments
Select a payment method
Adjust the title
Query the API to see the result
WordPress Environment
`
WordPress Environment
WordPress address (URL): ----
Site address (URL): ----
WC Version: 7.8.2
REST API Version: ✔ 7.8.2
WC Blocks Version: ✔ 10.6.0
Action Scheduler Version: ✔ 3.5.4
Log Directory Writable: ✔
WP Version: ❌ 6.2.2 - There is a newer version of WordPress available (6.3.1)
WP Multisite: –
WP Memory Limit: 1 GB
WP Debug Mode: –
WP Cron: ✔
Language: de_DE
External object cache: –
Server Environment
Server Info: Apache/2
PHP Version: 7.4.30
PHP Post Max Size: 512 MB
PHP Time Limit: 300
PHP Max Input Vars: 3000
cURL Version: 7.71.0
OpenSSL/1.1.1p
Secure connection (HTTPS): ✔
Hide errors from visitors: ✔
Active Plugins (42)
Query Monitor: by John Blackbourn – 3.13.0
ACF to REST API: by Aires Gonçalves – 3.3.3
Advanced Custom Fields PRO: by Delicious Brains – 5.12.2
AJAX Thumbnail Rebuild: by junkcoder
ristoniinemets – 1.14
CoCart - Headless ecommerce: by Sébastien Dumont – 3.8.1
CoCart - Cart Enhanced: by Sébastien Dumont – 3.3.0
CoCart Pro: by Sébastien Dumont – 1.0.0-rc.3
Contact Form 7: by Takayuki Miyoshi – 5.7.7
Custom Post Type UI: by WebDevStudios – 1.13.7
Elfsight Countdown Timer CC: by Elfsight – 1.4.0
Facebook for WooCommerce: by Facebook – 3.0.27
Flamingo: by Takayuki Miyoshi – 2.4
Guillotheme: by David Matthew – 1.0.0
Health Check & Troubleshooting: by Die WordPress.org-Community – 1.6.0
Mollie Payments for WooCommerce: by Mollie – 7.3.9
Images Endpoint for Product Designer: by Whale Agency – 1.0.0
PDF Forms Filler for CF7: by Maximum.Software – 2.1.5
Post SMTP: by Post SMTP – 2.5.8
Post Types Order: by Nsp Code – 2.0.9
Redirection: by John Godley – 5.3.10
Remove Schema: by Plugin.nl – 1.6.1
REST API - Head Tags: by Frontity – 1.2.1
Advanced Editor Tools: by Automattic – 5.9.0
Converter for Media: by matt plugins – 5.9.4
Wicked Folders: by Wicked Plugins – 2.18.18
Woo Discount Rules: by Flycart – 2.6.1
WooCommerce Blocks: by Automattic – 10.6.0
WooCommerce JTL-Connector: by JTL-Software GmbH – 1.39.8
Premmerce Permalink Manager for WooCommerce: by Premmerce – 2.3.8
Product Feed PRO for WooCommerce: by AdTribes.io – 10.9.4
WooCommerce Bulk Product Editor: by Lagudi Domenico – 2.7
WooCommerce: by Automattic – 7.8.2 (update to version 8.0.3 is available)
Wordfence Security: by Wordfence – 7.10.2
WordPress Importer: by wordpressdotorg – 0.8.1
Yoast SEO Premium: by Team Yoast – 20.11
Yoast SEO: by Team Yoast – 20.11
WP Downgrade | Specific Core Version: by Reisetiger – 1.2.6
WP-REST-API V2 Menus: by Claudio La Barbera – 0.12.1
WP REST Cache: by Acato – 2023.1.1
WP Rollback: by GiveWP.com – 1.7.3
WP Activity Log: by WP White Security – 4.4.3.2
Yoast SEO: WooCommerce: by Team Yoast – 15.7
Inactive Plugins (5)
BEAR – Bulk Editor and Products Manager Professional for WooCommerce: by realmag777 – 1.1.3.3
Classic Editor: by WordPress Contributors – 1.6.3
WooCommerce Amazon Pay: by WooCommerce – 2.4.1 (update to version 2.5.0 is available)
WP Activity Log for WooCommerce: by WP White Security – 1.5.0
WP REST Filter: by SK8Tech – 1.4.3
Must Use Plugins (3)
Health Check Troubleshooting Mode: by – 1.7.2
WordPress automation by Installatron: by –
WP REST Cache - Must-Use Plugin: by Richard Korthuis - Acato – 2021.3.0
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)
Name: KH backend clean
Version: 1.0.0
Author URL: http://www.whale-agency.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
Version: 3.8.1
Database Version: 3.8.2
Install Date: June 24
2020
Carts in Session: 687
Carts Active: 666 out of 687 in session.
Carts Expiring Soon: 36 out of 687 in session.
Carts Expired: 21 out of 687 in session.
Carts Source (by CoCart): 687
Carts Source (by Web): 0
Carts Source (by Other): 0
Status report information
Generated at: 2023-09-12 10:06:00 +01:00
`
Isolating the problem
I have deactivated other plugins and confirmed this bug occurs when only CoCart plugin is active.
I can reproduce this bug consistently using the steps above.
The text was updated successfully, but these errors were encountered:
seb86
transferred this issue from cocart-headless/cocart-core
Sep 12, 2023
Prerequisites
Describe the bug
When I use the endpoint to request payment methods (
/cocart/v1/payment-methods
) we receive the payment methods however there is an issue. The method title returned is not what is being set in woocommerce settings but the default title.Expected behavior
To show the title configured in the woocommerce shipping methods settings.

You can see the method title I have set is "Klarna Pay Later" and I have disabled the option to "Retreive the gateway title from Mollie".
Still when I query the endpoint i get this result:

"Rechnung" is the default method name coming from Mollie/WC.
Actual behavior
The Api should return the title set in the settings as configured in the screenshot above.
Steps to reproduce
WordPress Environment
`
WordPress Environment
WordPress address (URL): ----
Site address (URL): ----
WC Version: 7.8.2
REST API Version: ✔ 7.8.2
WC Blocks Version: ✔ 10.6.0
Action Scheduler Version: ✔ 3.5.4
Log Directory Writable: ✔
WP Version: ❌ 6.2.2 - There is a newer version of WordPress available (6.3.1)
WP Multisite: –
WP Memory Limit: 1 GB
WP Debug Mode: –
WP Cron: ✔
Language: de_DE
External object cache: –
Server Environment
Server Info: Apache/2
PHP Version: 7.4.30
PHP Post Max Size: 512 MB
PHP Time Limit: 300
PHP Max Input Vars: 3000
cURL Version: 7.71.0
OpenSSL/1.1.1p
SUHOSIN Installed: –
MySQL Version: 5.5.5-10.3.23-MariaDB-cll-lve
Max Upload Size: 256 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
Database
WC Database Version: 7.8.2
WC Database Prefix: wp_
Total Database Size: 650.39MB
Database Data Size: 483.21MB
Database Index Size: 167.18MB
wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_order_items: Data: 0.14MB + Index: 0.08MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 1.52MB + Index: 1.88MB + Engine InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_actions: Data: 2.02MB + Index: 1.30MB + Engine InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Data: 1.06MB + Index: 0.66MB + Engine InnoDB
wp_adtribes_my_conversions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_aws_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_aws_index: Data: 0.48MB + Index: 0.00MB + Engine InnoDB
wp_cocart_carts: Data: 7.02MB + Index: 0.08MB + Engine InnoDB
wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_comments: Data: 25.14MB + Index: 8.77MB + Engine MyISAM
wp_elfsight_countdown_timer_widgets: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
wp_fpd_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_fpd_category_products_rel: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_fpd_designs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_fpd_products: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_fpd_views: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_gdsec_csp_reports: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_gdsec_xxp_reports: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_jtl_connector_category_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_category: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_crossselling: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_crossselling_group: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_currency: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_customer: Data: 1.52MB + Index: 4.03MB + Engine InnoDB
wp_jtl_connector_link_customer_group: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_jtl_connector_link_image: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_jtl_connector_link_language: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_manufacturer: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_measurement_unit: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_order: Data: 1.52MB + Index: 1.52MB + Engine InnoDB
wp_jtl_connector_link_payment: Data: 1.52MB + Index: 1.52MB + Engine InnoDB
wp_jtl_connector_link_product: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_shipping_class: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_shipping_method: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_specific: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_specific_value: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_link_tax_class: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_jtl_connector_product_checksum: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_litespeed_img_optm: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ngg_album: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ngg_gallery: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ngg_pictures: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_options: Data: 134.71MB + Index: 0.41MB + Engine MyISAM
wp_postmeta: Data: 163.32MB + Index: 92.05MB + Engine MyISAM
wp_posts: Data: 45.55MB + Index: 4.90MB + Engine MyISAM
wp_post_smtp_logmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_post_smtp_logs: Data: 8.02MB + Index: 0.00MB + Engine InnoDB
wp_redirection_404: Data: 50.59MB + Index: 12.55MB + Engine InnoDB
wp_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_redirection_logs: Data: 4.52MB + Index: 2.08MB + Engine InnoDB
wp_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_revslider_css_bkp: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides: Data: 0.14MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides_bkp: Data: 0.27MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_termmeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
wp_terms: Data: 0.01MB + Index: 0.03MB + Engine MyISAM
wp_term_relationships: Data: 0.16MB + Index: 0.33MB + Engine MyISAM
wp_term_taxonomy: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_usermeta: Data: 0.11MB + Index: 0.05MB + Engine MyISAM
wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_admin_notes: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.08MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 3.52MB + Index: 3.03MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 1.52MB + Index: 0.69MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 8.52MB + Index: 12.06MB + Engine InnoDB
wp_wc_order_stats: Data: 5.52MB + Index: 5.55MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 3.52MB + Index: 3.03MB + Engine InnoDB
wp_wc_product_attributes_lookup: Data: 2.41MB + Index: 1.30MB + Engine InnoDB
wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_product_meta_lookup: Data: 1.52MB + Index: 2.59MB + Engine InnoDB
wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wdr_order_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wdr_order_item_discounts: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wdr_rules: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wfconfig: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wffilemods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfhits: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wfknownfilelist: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wflogins: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfls_role_counts: Data: 0.00MB + Index: 0.00MB + Engine MEMORY
wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfsecurityevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wfstatus: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfwaffailures: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woobe_history: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woobe_history_bulk: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpml_mails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wp_quiz_play_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wrc_caches: Data: 0.25MB + Index: 0.23MB + Engine InnoDB
wp_wrc_relations: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
wp_wsal_metadata: Data: 2.52MB + Index: 4.03MB + Engine InnoDB
wp_wsal_occurrences: Data: 1.52MB + Index: 0.27MB + Engine InnoDB
wp_yoast_indexable: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_yoast_prominent_words: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_yoast_seo_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
Post Type Counts
acf-field: 157
acf-field-group: 27
attachment: 2156
components: 22
custom_css: 1
daily-deal-banner: 5
faq_pt: 6
flamingo_contact: 1468
flamingo_inbound: 5875
ktsprotype: 1
mc4wp-form: 1
mts_notification_bar: 1
nav_menu_item: 78
oembed_cache: 12
page: 40
post: 66
postman_sent_mail: 250
product: 122
product_manuals: 6
product_variation: 4153
revision: 2320
shop_coupon: 22
shop_order: 44304
shop_order_refund: 2543
urp_review: 3
wp_block: 24
wp_global_styles: 1
wp_navigation: 1
wpcf7_contact_form: 4
Security
Secure connection (HTTPS): ✔
Hide errors from visitors: ✔
Active Plugins (42)
Query Monitor: by John Blackbourn – 3.13.0
ACF to REST API: by Aires Gonçalves – 3.3.3
Advanced Custom Fields PRO: by Delicious Brains – 5.12.2
AJAX Thumbnail Rebuild: by junkcoder
ristoniinemets – 1.14
CoCart - Headless ecommerce: by Sébastien Dumont – 3.8.1
CoCart - Cart Enhanced: by Sébastien Dumont – 3.3.0
CoCart Pro: by Sébastien Dumont – 1.0.0-rc.3
Contact Form 7: by Takayuki Miyoshi – 5.7.7
Custom Post Type UI: by WebDevStudios – 1.13.7
Elfsight Countdown Timer CC: by Elfsight – 1.4.0
Facebook for WooCommerce: by Facebook – 3.0.27
Flamingo: by Takayuki Miyoshi – 2.4
Guillotheme: by David Matthew – 1.0.0
Health Check & Troubleshooting: by Die WordPress.org-Community – 1.6.0
Mollie Payments for WooCommerce: by Mollie – 7.3.9
Images Endpoint for Product Designer: by Whale Agency – 1.0.0
PDF Forms Filler for CF7: by Maximum.Software – 2.1.5
Post SMTP: by Post SMTP – 2.5.8
Post Types Order: by Nsp Code – 2.0.9
Redirection: by John Godley – 5.3.10
Remove Schema: by Plugin.nl – 1.6.1
REST API - Head Tags: by Frontity – 1.2.1
Advanced Editor Tools: by Automattic – 5.9.0
Converter for Media: by matt plugins – 5.9.4
Wicked Folders: by Wicked Plugins – 2.18.18
Woo Discount Rules: by Flycart – 2.6.1
WooCommerce Blocks: by Automattic – 10.6.0
WooCommerce JTL-Connector: by JTL-Software GmbH – 1.39.8
Premmerce Permalink Manager for WooCommerce: by Premmerce – 2.3.8
Product Feed PRO for WooCommerce: by AdTribes.io – 10.9.4
WooCommerce Bulk Product Editor: by Lagudi Domenico – 2.7
WooCommerce: by Automattic – 7.8.2 (update to version 8.0.3 is available)
Wordfence Security: by Wordfence – 7.10.2
WordPress Importer: by wordpressdotorg – 0.8.1
Yoast SEO Premium: by Team Yoast – 20.11
Yoast SEO: by Team Yoast – 20.11
WP Downgrade | Specific Core Version: by Reisetiger – 1.2.6
WP-REST-API V2 Menus: by Claudio La Barbera – 0.12.1
WP REST Cache: by Acato – 2023.1.1
WP Rollback: by GiveWP.com – 1.7.3
WP Activity Log: by WP White Security – 4.4.3.2
Yoast SEO: WooCommerce: by Team Yoast – 15.7
Inactive Plugins (5)
BEAR – Bulk Editor and Products Manager Professional for WooCommerce: by realmag777 – 1.1.3.3
Classic Editor: by WordPress Contributors – 1.6.3
WooCommerce Amazon Pay: by WooCommerce – 2.4.1 (update to version 2.5.0 is available)
WP Activity Log for WooCommerce: by WP White Security – 1.5.0
WP REST Filter: by SK8Tech – 1.4.3
Must Use Plugins (3)
Health Check Troubleshooting Mode: by – 1.7.2
WordPress automation by Installatron: by –
WP REST Cache - Must-Use Plugin: by Richard Korthuis - Acato – 2021.3.0
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: –
HPOS feature screen enabled: –
HPOS feature enabled: –
Order datastore: WC_Order_Data_Store_CPT
HPOS data sync enabled: –
WC Pages
Shop base: #22144 - /shop/
Cart: #22145 - /warenkorb/
Checkout: #22146 - /kasse/
My account: #22147 - /mein-konto/
Terms and conditions: #607 - /agb/
Theme
Name: KH backend clean
Version: 1.0.0
Author URL: http://www.whale-agency.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
Templates
Overrides: kh-backend-clean/woocommerce/emails/customer-processing-order.php
kh-backend-clean/woocommerce/emails/email-order-details.php
Admin
Enabled Features: activity-panels
analytics
product-block-editor
coupons
customer-effort-score-tracks
import-products-task
experimental-fashion-sample-products
shipping-smart-defaults
shipping-setting-tour
homescreen
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: core-profiler
minified-js
new-product-management-experience
product-variation-management
settings
async-product-editor-category-field
Daily Cron: ✔ Next scheduled: 2023-09-12 15:25:36 +01:00
Options: ✔
Notes: 155
Onboarding: completed
Action Scheduler
Complete: 3,762
Oldest: 2023-08-12 09:23:20 +0000
Newest: 2023-09-12 08:44:00 +0000
Failed: 5
Oldest: 2021-08-16 16:13:26 +0000
Newest: 2023-03-16 15:11:52 +0000
Pending: 2
Oldest: 2023-09-12 16:09:19 +0000
Newest: 2023-09-12 16:09:19 +0000
CoCart
Version: 3.8.1
Database Version: 3.8.2
Install Date: June 24
2020
Carts in Session: 687
Carts Active: 666 out of 687 in session.
Carts Expiring Soon: 36 out of 687 in session.
Carts Expired: 21 out of 687 in session.
Carts Source (by CoCart): 687
Carts Source (by Web): 0
Carts Source (by Other): 0
Status report information
Generated at: 2023-09-12 10:06:00 +01:00
`
Isolating the problem
The text was updated successfully, but these errors were encountered: