• Resolved mohit2002

    (@mohit2002)


    When placing an order while selecting pickup as a delivery option and paying with credit card the checkout ajax results in a 500 error. I investigated and applied a patch in the class file class-wc-cart-totals.php to solve the issue. Can you please check this if it is a bug and solve it in an upcoming version?

    Old code:

    $shipping_line->taxes     = array_map( array( $this, ’round_item_subtotal’ ), $shipping_line->taxes );

    $shipping_line->total_tax = array_sum( $shipping_line->taxes );

    Updated code:

    if( is_array($shipping_line->taxes) && !empty($shipping_line->taxes) ) {

        $shipping_line->taxes     = array_map( array( $this, ’round_item_subtotal’ ), $shipping_line->taxes );

    }else {

        $shipping_line->taxes     = $shipping_line->taxes;

    }

    if( is_array($shipping_line->taxes) && !empty($shipping_line->taxes) ) {

        $shipping_line->total_tax = array_sum( $shipping_line->taxes );

    } else {

        $shipping_line->total_tax = $shipping_line->taxes;

    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mohit2002

    (@mohit2002)

    Status Report:

    WordPress Environment<br><br>WordPress address (URL): https://sparkysballoons.com<br>Site address (URL): https://sparkysballoons.com<br>WC Version: 9.6.0<br>Legacy REST API Package Version: ? 1.0.5<br>Action Scheduler Version: ? 3.9.0<br>Log Directory Writable: ?<br>WP Version: 42<br>WP Multisite: –<br>WP Memory Limit: 512 MB<br>WP Debug Mode: ?<br>WP Cron: ?<br>Language: en_US<br>External object cache: ? Server Environment<br><br>Server Info: nginx/1.21.6<br>PHP Version: 8.3.16<br>PHP Post Max Size: 512 MB<br>PHP Time Limit: 300<br>PHP Max Input Vars: 5000<br>cURL Version: 7.68.0<br>OpenSSL/1.1.1f<br><br>SUHOSIN Installed: –<br>MySQL Version: 8.0.31-23<br>Max Upload Size: 512 MB<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ?<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ? Database<br><br>WC Database Version: 9.6.0<br>WC Database Prefix: wp_<br>Total Database Size: 776.34MB<br>Database Data Size: 661.56MB<br>Database Index Size: 114.78MB<br>wp_woocommerce_sessions: Data: 5.02MB + Index: 0.14MB + Engine InnoDB<br>wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_order_items: Data: 1.52MB + Index: 0.45MB + Engine InnoDB<br>wp_woocommerce_order_itemmeta: Data: 32.56MB + Index: 12.03MB + Engine InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_payment_tokens: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_payment_tokenmeta: Data: 0.08MB + Index: 0.09MB + Engine InnoDB<br>wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>0iryoiq_wp_phpmyadmin_extension__errors_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>8d7jwfx_wp_phpmyadmin_extension__errors_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_actions: Data: 3.05MB + Index: 6.36MB + Engine InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_logs: Data: 2.05MB + Index: 2.03MB + Engine InnoDB<br>wp_aepc_custom_audiences: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_aepc_logs: Data: 30.52MB + Index: 0.00MB + Engine InnoDB<br>wp_aryo_activity_log: Data: 0.02MB + Index: 0.13MB + Engine InnoDB<br>wp_cfw_acr_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_comments: Data: 4.52MB + Index: 7.03MB + Engine InnoDB<br>wp_dgwt_wcas_index: Data: 1.06MB + Index: 0.06MB + Engine InnoDB<br>wp_dgwt_wcas_invindex_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_dgwt_wcas_invindex_doclist: Data: 2.06MB + Index: 3.27MB + Engine InnoDB<br>wp_dgwt_wcas_invindex_wordlist: Data: 0.22MB + Index: 0.14MB + Engine InnoDB<br>wp_dgwt_wcas_tax_index: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_email_log: Data: 28.52MB + Index: 0.00MB + Engine InnoDB<br>wp_eopa_global_rule_table: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_eopa_poptions_table: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_eopa_rowoption_table: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_eopa_temp_table: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_form_views_daily: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_fpd_products: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_fpd_views: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_gf_entry: Data: 0.36MB + Index: 0.09MB + Engine InnoDB<br>wp_gf_entry_meta: Data: 2.52MB + Index: 4.47MB + Engine InnoDB<br>wp_gf_entry_notes: Data: 0.23MB + Index: 0.08MB + Engine InnoDB<br>wp_gf_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_gf_form_meta: Data: 0.09MB + Index: 0.00MB + Engine InnoDB<br>wp_gf_form_revisions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_gf_form_view: Data: 0.11MB + Index: 0.11MB + Engine InnoDB<br>wp_gf_rest_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_gla_budget_recommendations: Data: 0.19MB + Index: 0.14MB + Engine InnoDB<br>wp_gla_merchant_issues: Data: 0.20MB + Index: 0.00MB + Engine InnoDB<br>wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_hfcm_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_imagify_files: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_imagify_folders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_imsanity: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_jetpack_sync_queue: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_kadence_conversions_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_kbp_countdown_entry: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_kbp_form_entry: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_kbp_form_entrymeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_kbp_form_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_kbp_query_index: Data: 50.59MB + Index: 0.00MB + Engine InnoDB<br>wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_ms_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_ns_cloner_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_options: Data: 29.31MB + Index: 6.17MB + Engine InnoDB<br>wp_pmxe_exports: Data: 0.16MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxe_google_cats: Data: 0.47MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxe_posts: Data: 0.30MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxe_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_hash: Data: 0.33MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_images: Data: 2.52MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_imports: Data: 1.52MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_posts: Data: 4.52MB + Index: 0.00MB + Engine InnoDB<br>wp_pmxi_templates: Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>wp_postmeta: Data: 189.63MB + Index: 44.84MB + Engine InnoDB<br>wp_posts: Data: 13.42MB + Index: 6.94MB + Engine InnoDB<br>wp_say_what_available_strings: Data: 1.52MB + Index: 0.00MB + Engine InnoDB<br>wp_say_what_strings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_say_what_wildcards: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_scalability_pro_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_sfa_abandoned_carts: Data: 187.61MB + Index: 0.00MB + Engine InnoDB<br>wp_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_social_users: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_term_relationships: Data: 0.50MB + Index: 0.34MB + Engine InnoDB<br>wp_term_taxonomy: Data: 0.11MB + Index: 0.14MB + Engine InnoDB<br>wp_termmeta: Data: 0.52MB + Index: 0.75MB + Engine InnoDB<br>wp_terms: Data: 0.09MB + Index: 0.09MB + Engine InnoDB<br>wp_update_tracking: Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>wp_usermeta: Data: 5.52MB + Index: 8.03MB + Engine InnoDB<br>wp_users: Data: 0.20MB + Index: 0.17MB + Engine InnoDB<br>wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_customer_lookup: Data: 0.38MB + Index: 0.25MB + Engine InnoDB<br>wp_wc_cvo_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_composite_lookup: Data: 1.52MB + Index: 1.45MB + Engine InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_product_lookup: Data: 1.52MB + Index: 1.36MB + Engine InnoDB<br>wp_wc_order_stats: Data: 1.52MB + Index: 0.42MB + Engine InnoDB<br>wp_wc_order_tax_lookup: Data: 0.30MB + Index: 0.27MB + Engine InnoDB<br>wp_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_product_attributes_lookup: Data: 1.45MB + Index: 1.39MB + Engine InnoDB<br>wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_meta_lookup: Data: 0.28MB + Index: 0.56MB + Engine InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wcj_track_users: Data: 6.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wdi_themes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfauditevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wfconfig: Data: 3.28MB + Index: 0.00MB + Engine InnoDB<br>wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wffilemods: Data: 18.55MB + Index: 0.00MB + Engine InnoDB<br>wp_wfhits: Data: 0.08MB + Index: 0.05MB + Engine InnoDB<br>wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfissues: Data: 0.03MB + Index: 0.06MB + Engine InnoDB<br>wp_wfknownfilelist: Data: 8.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wflogins: Data: 0.42MB + Index: 0.16MB + Engine InnoDB<br>wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfls_role_counts: Data: 0.00MB + Index: 0.00MB + Engine MEMORY<br>wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfsecurityevents: Data: 0.17MB + Index: 0.00MB + Engine InnoDB<br>wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wfstatus: Data: 1.02MB + Index: 0.09MB + Engine InnoDB<br>wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfwaffailures: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpforms_entries: Data: 4.52MB + Index: 0.08MB + Engine InnoDB<br>wp_wpforms_entry_fields: Data: 2.52MB + Index: 1.08MB + Engine InnoDB<br>wp_wpforms_entry_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmerge_inc_exc_contents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wpmerge_log_queries: Data: 0.02MB + Index: 0.16MB + Engine InnoDB<br>wp_wpmerge_options: Data: 0.09MB + Index: 0.02MB + Engine InnoDB<br>wp_wpmerge_process_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmerge_relog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmerge_unique_ids: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpnb_pages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpnb_subscribers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpr_above_the_fold: Data: 0.20MB + Index: 0.06MB + Engine InnoDB<br>wp_wpr_lazy_render_content: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wpr_rocket_cache: Data: 0.14MB + Index: 0.22MB + Engine InnoDB<br>wp_wpr_rucss_used_css: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>wp_wsai_locations_settings: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_yith_wcwl: Data: 0.08MB + Index: 0.02MB + Engine InnoDB<br>wp_yith_wcwl_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_yith_wcwl_lists: Data: 0.09MB + Index: 0.16MB + Engine InnoDB<br>wp_yoast_indexable: Data: 1.50MB + Index: 0.44MB + Engine InnoDB<br>wp_yoast_indexable_hierarchy: Data: 0.09MB + Index: 0.16MB + Engine InnoDB<br>wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_yoast_primary_term: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_yoast_seo_links: Data: 0.48MB + Index: 0.27MB + Engine InnoDB<br>wp_zoo_cw_global_config: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_zoo_cw_product_attribute_swatch_type: Data: 0.02MB + Index: 0.00MB + Engine InnoDB Post Type Counts<br><br>acf-field: 77<br>acf-field-group: 6<br>amn_wpforms-lite: 4<br>attachment: 19106<br>blocks: 3<br>cfw_pickup_location: 1<br>client_report_notes: 22<br>content_block: 17<br>custom_css: 3<br>customize_changeset: 19<br>event_type: 7<br>fl-builder-template: 26<br>fl-theme-layout: 6<br>fpf_fields: 3<br>handsome-checkout: 1<br>jp_img_sitemap: 2<br>jp_img_sitemap_index: 1<br>jp_sitemap: 1<br>jp_sitemap_master: 1<br>jp_vid_sitemap: 1<br>kadence_element: 4<br>kadence_navigation: 7<br>kadence_query: 1<br>kadence_query_card: 1<br>kadence_wootemplate: 2<br>nav_menu_item: 221<br>page: 83<br>pewc_field: 3<br>pewc_group: 1<br>pewc_product_extra: 2<br>post: 13<br>product: 772<br>product_variation: 1853<br>revision: 275<br>seedprod: 4<br>shop_coupon: 99<br>shop_order: 4355<br>shop_order_refund: 136<br>vpc-config: 2<br>wdi_instagram: 1<br>wp_block: 27<br>wp_navigation: 17<br>wpcode: 4<br>wpforms: 5 Security<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ? Active Plugins (66)<br><br>Advanced Custom Fields PRO: by WP Engine – 6.3.12<br>Advanced Database Cleaner PRO: by Younes JFR. – 3.2.10<br>FiboSearch - AJAX Search for WooCommerce (Pro): by FiboSearch Team – 1.29.0<br>Akismet Anti-spam: Spam Protection: by Automattic - Anti-spam Team – 5.3.5<br>Activity Log: by Activity Log Team – 2.11.2<br>Better Search Replace: by WP Engine – 1.4.7<br>CheckoutWC: by Kestrel – 10.0.1<br>Code Snippets: by Code Snippets Pro – 3.6.6.1<br>Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd: by SeedProd – 6.18.14<br>Custom Post Type UI: by WebDevStudios – 1.17.2<br>Content Blocks (Custom Post Widget): by Johan van der Wijk – 3.3.7<br>Customizer Export/Import: by The Beaver Builder Team – 0.9.7.3<br>Email Log: by Sudar – 2.4.9<br>Facebook for WooCommerce: by Facebook – 3.3.2<br>Flexible Product Fields Pro: by WP Desk – 1.1.3<br>Flexible Product Fields: by WP Desk – 2.7.0<br>Google for WooCommerce: by WooCommerce – 2.9.6<br>Gravity Forms: by Gravity Forms – 2.9.2<br>Header Footer Code Manager: by DraftPress – 1.1.39<br>Hide Admin Notices: by PontetLabs – 2.1<br>Imagify: by Imagify Image Optimizer – Optimize Images & Convert WebP & Avif – 2.2.4<br>Kadence Blocks - PRO Extension: by Kadence WP – 2.5.2<br>Kadence Blocks – Gutenberg Blocks for Page Builder Features: by Kadence WP – 3.4.6<br>Kadence Conversions - Popups, slide-ins: by Kadence WP – 1.1.2<br>Kadence Pro - Premium addon for the Kadence Theme: by Kadence WP – 1.1.3<br>Kadence Shop Kit: by Kadence WP – 2.3.4<br>Mailchimp for WooCommerce: by Mailchimp – 5.1<br>Mailgun: by Mailgun – 2.1.3<br>Nginx Helper: by rtCamp – 2.3.2<br>Order Delivery Date Pro for WooCommerce: by Tyche Softwares – 12.0.0<br>Pinterest for WooCommerce: by WooCommerce – 1.4.15<br>Query Monitor: by John Blackbourn – 3.17.0<br>Redis Object Cache: by Till Krüss – 2.5.4<br>Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.6<br>TLS 1.2 Compatibility Test: by Stranger Studios – 1.0.1<br>Spectra: by Brainstorm Force – 2.18.2<br>Abandoned Cart Reports For WooCommerce: by Small Fish Analytics – 2.6.4<br>WooCommerce No Shipping Message: by dangoodman – 2.1.13<br>Widget Importer & Exporter: by ChurchThemes.com – 1.6.1<br>Friendly User Agent for WooCommerce: by Blaze Concepts – 1.3.0<br>WooCommerce.com Update Manager: by Automattic – 1.0.3<br>WooCommerce Catalog Visibility Options: by Lucas Stark – 3.3.4<br>WooCommerce Checkout Field Editor: by WooCommerce – 1.7.21<br>WooCommerce Composite Products: by Woo – 10.3.1<br>WooCommerce Stripe Gateway: by Stripe – 9.1.1<br>Google Analytics for WooCommerce: by WooCommerce – 2.1.11<br>WooCommerce Legacy REST API: by WooCommerce – 1.0.5<br>WooCommerce Min/Max Quantities: by Woo – 5.1.0<br>WooCommerce Shipping & Tax: by WooCommerce – 2.8.7<br>WooCommerce Shipping: by WooCommerce – 1.4.0<br>WooCommerce Variation Swatches and Photos: by Element Stark – 3.1.10<br>WooCommerce: by Automattic – 9.6.0<br>WooSidebars: by WooCommerce – 1.4.6<br>Wordfence Security: by Wordfence – 8.0.3<br>WordPress Importer: by wordpressdotorg – 0.8.3<br>Yoast SEO: by Team Yoast – 24.3<br>ManageWP - Worker: by GoDaddy – 4.9.20<br>WP Client Reports Pro: by SwitchWP – 1.0.16<br>WP Client Reports: by SwitchWP – 1.0.23<br>WP fail2ban: by Charles Lecklider – 5.3.4<br>WP Rocket | Disable Page Caching: by WP Rocket Support Team –<br>WP Rocket: by WP Media – 3.18<br>WPS Menu Exporter: by WPServeur<br>NicolasKulka<br>wpformation<br>benoti – 1.3.7.1<br><br>YITH WooCommerce Minimum Maximum Quantity Premium: by YITHEMES – 1.2.9<br>YITH WooCommerce Wishlist: by YITH – 4.1.0<br>Shipping Checker: by Zen Agency – 1.0.0 Inactive Plugins (2)<br><br>Pixel Caffeine: by AdEspresso – 2.3.0<br>WooCommerce Hide Checkout Shipping Address: by Web Whales – 1.3 Dropin Plugins ()<br><br>advanced-cache.php: advanced-cache.php<br>object-cache.php: Redis Object Cache Drop-In Must Use Plugins (8)<br><br>GridPane Block Username Enumeration: by GridPane – 0.1.0<br>GridPane Disable XMLRPC: by Jeff Cleverley – 0.1.0<br>GridPane Disable XMLRPC: by Jeff Cleverley – 0.1.0<br>GridPane Kill All Emoji: by GridPane – 0.1.0<br>GridPane Remove WP Version: by GridPane – 0.1.0<br>ManageWP - Worker Loader: by GoDaddy – 1.0.0<br>WP CLI Login Command Server: by Evan Mattson – 1.5<br>WP fail2ban: by Charles Lecklider – 5.3.4 Settings<br><br>Legacy API Enabled: ?<br>Force SSL: –<br>Currency: USD ($)<br>Currency Position: left<br>Thousand Separator: ,<br>Decimal Separator: .<br>Number of Decimals: 2<br>Taxonomies: Product Types: composite (composite)<br>external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br><br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br><br>Connected to WooCommerce.com: ?<br>Enforce Approved Product Download Directories: ?<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: – Logging<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 days<br>Level threshold: –<br>Log directory size: 1 MB WC Pages<br><br>Shop base: #4 - /shop/<br>Cart: #5 - /cart/ - Contains the [woocommerce_cart] shortcode<br>Checkout: #6 - /checkout/ - Contains the [woocommerce_checkout] shortcode<br>My account: #7 - /my-account/<br>Terms and conditions: ? Page not set Theme<br><br>Name: Kadence Child<br>Version: 1.0.0<br>Author URL: https://www.kadencewp.com/<br>Child Theme: ?<br>Parent Theme Name: Kadence<br>Parent Theme Version: 1.2.14<br>Parent Theme Author URL: https://www.kadencewp.com/<br>Theme type: Classic theme<br>WooCommerce Support: ? Templates<br><br>Overrides: – Composite Products<br><br>Database Version: 10.3.1<br>Loopback Test: ?<br>Template Overrides: – Admin<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br>add-to-cart-with-options-stepper-layout<br>blockified-add-to-cart<br><br>Daily Cron: ? Next scheduled: 2025-01-24 08:28:24 -08:00<br>Options: ?<br>Notes: 65<br>Onboarding: completed Action Scheduler<br><br>Complete: 3,946<br>Oldest: 2024-12-24 00:19:28 -0800<br>Newest: 2025-01-24 00:01:05 -0800<br><br>Failed: 86<br>Oldest: 2024-02-25 06:29:45 -0800<br>Newest: 2025-01-23 21:29:39 -0800<br><br>Pending: 10<br>Oldest: 2025-01-24 00:48:48 -0800<br>Newest: 2025-01-29 12:34:59 -0800 Status report information<br><br>Generated at: 2025-01-24 00:18:51 -08:00<br>

    Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello mohit2002,

    Thank you for contacting WooCommerce support.

    I understand you’re encountering a 500 error during checkout when selecting pickup and paying with a credit card. This issue might be related to your site’s configuration, as we haven’t received similar reports.

    I have reviewed your site’s system status report and noticed there are 66 plugins active.
    Having a large number of plugins might cause conflicts sometimes.
    Therefore, I suggest you perform a Conflict Test.
    You may create a staging site to perform the conflict test.

    Let me know how it goes. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.