• Resolved antekapa

    (@antekapa)


    Hi, I have some problem when a customer Full Fill his address on Check out page. This is the msg in my Log File:

    “[05-Sep-2023 07:42:35 UTC] The WC_Customer::set_country function is deprecated since version 3.0. Replace with WC_Customer::set_billing_country.
    [05-Sep-2023 07:42:35 UTC] The WC_Customer::set_address_2 function is deprecated since version 3.0. Replace with WC_Customer::set_billing_address_2.
    [05-Sep-2023 07:42:35 UTC] The WC_Customer::set_city function is deprecated since version 3.0. Replace with WC_Customer::set_billing_city.
    [05-Sep-2023 07:42:35 UTC] The WC_Customer::set_state function is deprecated since version 3.0. Replace with WC_Customer::set_billing_state.
    [05-Sep-2023 07:42:35 UTC] The WC_Customer::set_postcode function is deprecated since version 3.0. Replace with WC_Customer::set_billing_postcode.
    [05-Sep-2023 07:42:36 UTC] The WC_Order_Item_Coupon::offsetGet function is deprecated since version 4.4.0.
    [05-Sep-2023 07:42:36 UTC] is_internal_meta_key was called incorrectly. Generic add/update/get meta methods should not be used for internal meta data, including “_customer_ip_address”. Use getters and setters. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->create_order, do_action(‘woocommerce_checkout_update_order_meta’), WP_Hook->do_action, WP_Hook->apply_filters, WACVP\Inc\Execute\Abandoned_Cart->remove_abandoned_cart_after_success_order, WACVP\Inc\Execute\Abandoned_Cart->remove_abandoned_cart_when_cart_is_purchase, WC_Data->get_meta, WC_Data->is_internal_meta_key, wc_doing_it_wrong. This message was added in version 3.2.0.”

    I have no idea from where this Error came from or when it started. I know only about the last lane which is from plugin for Abandoned cart, but it is not related with the Address Fields.

    The result of this issue: When a customer make an order and fill the address at the same time, the Address shows on the Order, but not save it in the Customer account (also generate the same error in the Logs every time).

    Can you help me with an idea from where this errors came from? (WC or somewhere else)

    Thanks!

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter antekapa

    (@antekapa)

    Yesterday I disable the Abandoned cart plugin and this msg not shows again… I don’t know why is related to the addresses, but I will ask the plugin developer.

    Now it left only one message, when I use a coupon in the order:

    [05-Sep-2023 20:07:10 UTC] The WC_Order_Item_Coupon::offsetGet function is deprecated since version 4.4.0.

    But definitely I have no clue where that come from, because I use only the WC Coupon system…

    If you can help me OK if not just close the thread…

    Thanks!

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @antekapa ,

    Thanks for reaching out!

    This is typically caused by a plugin or a theme that is using outdated functions, and it seems you have managed to isolate the root cause of the error to the Abandoned cart plugin, correct?

    It would be best to reach out to the respective plugin developers for further help with this issue, as support related to third-party plugins/themes is outside our scope of support.

    On the other hand, if you require a plugin with this same functionality, feel free to check out the?Abandoned Cart Recovery?extension.

    WooCommerce.com offers a 30-day refund policy which you can take advantage of, allowing you to test the extension, and make sure that it is what you are looking for.

    Should you have any pre-sales related questions, kindly contact us directly at?WooCommerce.com → My Account → Support. You will need to create an account if you do not have one already.

    Hope this helps!

    Thread Starter antekapa

    (@antekapa)

    Thanks for your reply.

    Ignore the issue with Abandoned cart plugin, but what you think about the message with the Coupon?

    The WC_Order_Item_Coupon::offsetGet function is deprecated since version 4.4.0.

    The message shows every time when coupon is used at checkout.This morning, on my staging site, I disable every plugin, except WooCommerce and switch to Storefront. Then I make an order with Coupon and this message appeared again… I not use any other Coupon system except the WooCommerce one…

    Thanks!

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @antekapa ,

    The WC_Order_Item_Coupon::offsetGet function is deprecated since version 4.4.0.

    It appears to be only a notice and it shouldn’t break any functionality of your site in any way.

    Could you make sure that WordPress and WooCommerce are both updated to their latest available version?

    If you are still getting the message, please share a copy of your site’s System Status Report which you can find via WooCommerce?→?Status. Select?Get system report?and then?Copy for support.

    Once you have this, please share the results with us here.

    The message shows every time when coupon is used at checkout

    To clarify, is this being displayed on the front end of the site?

    If so, you can disable that by going to your wp-config.php file and setting the?define ( 'WP_DEBUG', true );?constant to?define( 'WP_DEBUG', false );

    You can read more about this here:

    Cheers!

    Thread Starter antekapa

    (@antekapa)

    Thanks.

    WooCommerce and WP are to the latest versions and I thing the every issues begun then (but not sure). Anyway.

    WP_DEBUG is False a long time ago, but I don’t think that hide the Log will fix anything ?? I keep the logs for these moments with WordPress it’s hard if you don’t know what’s happen. For the last year I have more that 20 times when everything works perfect and in the next moment everything get broken without reason.

    Thanks!

    Plugin Support Beauty of Code (woo-hc)

    (@beautyofcode)

    Hi @antekapa ,

    Thanks for the update!

    Are these being displayed on the front end of the site, or only the logs?

    Also, we’d be happy to take a closer look at your sites current environment to see if anything there may help identify the possible cause.

    We’d need a copy of your sites System Status Report in order to do this. You can find this via?WooCommerce?→?Status. Select?Get system report?and then?Copy for support.

    Cheers!

    Thread Starter antekapa

    (@antekapa)

    Thanks for reply.

    Now this is displayed only in the logs, but you probably know that every Error/Message which going in the Log flie take a time to be writen there, which cause a slow process, like checkout, till it finish. That’s why I don’t like it and make me upset. Anyway, I will send you my Report, but please ignore every Enabled Plugin, because I test it with all Disabled.

    Thanks!

    ` WordPress Environment
    
    WordPress address (URL): https://www.baltazon.com<br>Site address (URL): https://www.baltazon.com<br>WC Version: 8.0.3<br>REST API Version: ? 8.0.3<br>WC Blocks Version: ? 10.6.6<br>Action Scheduler Version: ? 3.6.1<br>Log Directory Writable: ?<br>WP Version: 6.3.1<br>WP Multisite: –<br>WP Memory Limit: 2 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: en_US<br>External object cache: – Server Environment
    
    Server Info: LiteSpeed<br>PHP Version: 8.1.23<br>PHP Post Max Size: 2 GB<br>PHP Time Limit: 100<br>PHP Max Input Vars: 10000<br>cURL Version: 7.61.1<br>OpenSSL/1.1.1k
    
    SUHOSIN Installed: –<br>MySQL Version: 10.6.14-MariaDB<br>Max Upload Size: 2 GB<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ?<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ? Database
    
    WC Database Version: 8.0.3<br>WC Database Prefix: WIQ_<br>Total Database Size: 181.22MB<br>Database Data Size: 157.82MB<br>Database Index Size: 23.40MB<br>WIQ_woocommerce_sessions: Data: 19.06MB + Index: 1.08MB + Engine InnoDB<br>WIQ_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>WIQ_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_woocommerce_order_itemmeta: Data: 0.09MB + Index: 0.09MB + Engine InnoDB<br>WIQ_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>WIQ_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_actionscheduler_actions: Data: 5.08MB + Index: 5.02MB + Engine InnoDB<br>WIQ_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_actionscheduler_logs: Data: 3.06MB + Index: 3.13MB + Engine InnoDB<br>WIQ_adss_meta: Data: 1.52MB + Index: 0.03MB + Engine InnoDB<br>WIQ_adsw_ali_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_aiowps_audit_log: Data: 1.78MB + Index: 0.03MB + Engine MyISAM<br>WIQ_aiowps_debug_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_aiowps_events: Data: 0.38MB + Index: 0.00MB + Engine InnoDB<br>WIQ_aiowps_global_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_aiowps_login_lockdown: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>WIQ_aiowps_message_store: Data: 1.92MB + Index: 0.01MB + Engine MyISAM<br>WIQ_aiowps_permanent_block: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>WIQ_aws_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_aws_index: Data: 0.38MB + Index: 0.38MB + Engine InnoDB<br>WIQ_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_cmplz_dnsmpd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_cmplz_statistics: Data: 0.20MB + Index: 0.00MB + Engine InnoDB<br>WIQ_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>WIQ_easywpsmtp_debug_events: Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>WIQ_easywpsmtp_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>WIQ_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_ff_scheduled_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_entry_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_forms: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_form_analytics: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_submissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_fluentform_submission_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_gla_attribute_mapping_rules: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>WIQ_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB<br>WIQ_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_gla_shipping_rates: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>WIQ_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_jetpack_waf_blocklog: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_litespeed_avatar: Data: 0.02MB + Index: 0.02MB + Engine MyISAM<br>WIQ_litespeed_crawler: Data: 0.03MB + Index: 0.04MB + Engine MyISAM<br>WIQ_litespeed_crawler_blacklist: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>WIQ_litespeed_img_optming: Data: 0.61MB + Index: 0.19MB + Engine MyISAM<br>WIQ_litespeed_url: Data: 0.01MB + Index: 0.02MB + Engine MyISAM<br>WIQ_litespeed_url_file: Data: 0.01MB + Index: 0.02MB + Engine MyISAM<br>WIQ_options: Data: 17.48MB + Index: 1.42MB + Engine InnoDB<br>WIQ_postmeta: Data: 12.52MB + Index: 3.94MB + Engine InnoDB<br>WIQ_posts: Data: 7.42MB + Index: 0.63MB + Engine InnoDB<br>WIQ_pts_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_pts_modules_type: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_pts_tables: Data: 0.36MB + Index: 0.00MB + Engine InnoDB<br>WIQ_pts_usage_stat: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_css: Data: 0.13MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_css_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_revslider_sliders: Data: 0.16MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_sliders_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_slides: Data: 1.52MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_static_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_shirtee_import_products: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_shirtee_import_product_insert_cron: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_shirtee_import_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_shirtee_import_woo_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_termmeta: Data: 1.52MB + Index: 1.83MB + Engine InnoDB<br>WIQ_terms: Data: 0.11MB + Index: 0.16MB + Engine InnoDB<br>WIQ_term_relationships: Data: 0.09MB + Index: 0.06MB + Engine InnoDB<br>WIQ_term_taxonomy: Data: 0.13MB + Index: 0.16MB + Engine InnoDB<br>WIQ_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_usermeta: Data: 0.23MB + Index: 0.13MB + Engine InnoDB<br>WIQ_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>WIQ_viwec_clicked: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_vi_wad_ali_shipping_info: Data: 0.48MB + Index: 0.05MB + Engine InnoDB<br>WIQ_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_vi_woo_orders_tracking_track_info: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wacv_abandoned_cart_record: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wacv_cart_log: Data: 0.45MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wacv_email_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wacv_guest_info_record: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcboost_wishlists: Data: 0.01MB + Index: 0.01MB + Engine MyISAM<br>WIQ_wcboost_wishlist_items: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>WIQ_wcfm_affiliate_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_affiliate_orders_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_daily_analysis: Data: 3.52MB + Index: 2.52MB + Engine InnoDB<br>WIQ_wcfm_delivery_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wcfm_delivery_orders_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_detailed_analysis: Data: 73.61MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_enquiries: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_enquiries_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_enquiries_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_enquiries_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_fbc_chat_rows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_fbc_chat_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wcfm_fbc_chat_visitors: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_fbc_offline_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_following_followers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wcfm_marketplace_orders_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_product_multivendor: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wcfm_marketplace_refund_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_refund_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_reverse_withdrawal: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_reverse_withdrawal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_reviews: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_reviews_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_reviews_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_review_rating_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_store_taxonomies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_vendor_ledger: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_withdraw_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_marketplace_withdraw_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_membership_subscription: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wcfm_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_messages_modifier: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_messages_stat: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_store_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>WIQ_wcfm_store_locations_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>WIQ_wcfm_support: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_support_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_support_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcfm_support_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wc_cancel_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wc_category_lookup: Data: 0.13MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>WIQ_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>WIQ_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>WIQ_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_wc_product_attributes_lookup: Data: 0.09MB + Index: 0.08MB + Engine InnoDB<br>WIQ_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wc_product_meta_lookup: Data: 0.13MB + Index: 0.16MB + Engine InnoDB<br>WIQ_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_wotv_woo_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_wp2static_addons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>WIQ_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>WIQ_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>WIQ_yoast_indexable: Data: 0.28MB + Index: 0.15MB + Engine MyISAM<br>WIQ_yoast_indexable_hierarchy: Data: 0.04MB + Index: 0.10MB + Engine MyISAM<br>WIQ_yoast_migrations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM<br>WIQ_yoast_primary_term: Data: 0.00MB + Index: 0.01MB + Engine MyISAM<br>WIQ_yoast_prominent_words: Data: 0.05MB + Index: 0.10MB + Engine MyISAM<br>WIQ_yoast_seo_links: Data: 0.16MB + Index: 0.03MB + Engine MyISAM Post Type Counts
    
    a2w_shipping: 57<br>acf-field: 1<br>acf-field-group: 1<br>attachment: 1134<br>cookielawinfo: 6<br>custom_css: 4<br>custom-css-js: 3<br>customize_changeset: 1<br>elementor_library: 3<br>elementskit_content: 1<br>frm_form_actions: 2<br>frm_styles: 1<br>ihafs_script: 3<br>itsec-dash-card: 6<br>itsec-dashboard: 1<br>mailpoet_page: 1<br>mas_static_content: 43<br>nav_menu_item: 594<br>oembed_cache: 1<br>page: 48<br>polylang_mo: 1<br>postman_sent_mail: 9<br>product: 50<br>product_variation: 376<br>revision: 284<br>seedprod: 1<br>shop_coupon: 2<br>shop_order: 2<br>shop_order_refund: 12<br>vi_wad_draft_product: 51<br>viwcpf_filter_block: 3<br>viwcpf_filter_menu: 1<br>viwec_template: 14<br>wacv_email_template: 6<br>wcae_tracking: 3<br>wcfm_memberships: 3<br>wcfm_notice: 2<br>wcfm_vendor_groups: 2<br>wp_email_tmpl: 1<br>wp_global_styles: 4<br>wpcode: 2<br>wpforms: 3<br>wplconsentlogs: 155 Security
    
    Secure connection (HTTPS): ?<br>Hide errors from visitors: ? Active Plugins (68)
    
    Advanced Custom Fields: by WP Engine – 6.2.1<br>All-in-One Security and Firewall Premium: by All In One WP Security & Firewall Team<br>DavidAnderson – 1.0.2
    
    All In One WP Security: by All In One WP Security & Firewall Team – 5.2.4<br>Classic Widgets: by WordPress Contributors – 0.3<br>Complianz Privacy Suite (GDPR/CCPA) premium: by Really Simple Plugins – 6.5.4.1<br>Complianz - Terms and Conditions: by Really Simple Plugins – 1.2.6<br>Custom Order Statuses for WooCommerce: by Nuggethon – 1.5.2<br>Disable Blog: by Joshua David Nelson – 0.5.3<br>Easy WP SMTP: by Easy WP SMTP – 2.1.2<br>Elementor: by Elementor.com – 3.15.3<br>Email Verification for WooCommerce Pro: by WPFactory – 2.5.9<br>Envato Market: by Envato – 2.0.10<br>Facebook for WooCommerce: by Facebook – 3.0.33<br>Fluent Forms: by Contact Form - WPManageNinja LLC – 5.0.8<br>Google Listings and Ads: by WooCommerce – 2.5.5<br>Heateor Social Login: by Team Heateor – 1.1.28<br>Insert Headers and Footers Code - HT Script: by HasThemes – 1.1.1<br>Kirki Customizer Framework: by Themeum – 5.0.0<br>LiteSpeed Cache: by LiteSpeed Technologies – 5.6<br>LoginPress - Customizing the WordPress Login Screen.: by WPBrigade – 1.8.0<br>Kikote - Location Picker at Checkout for WooCommerce: by Uriahs Victor – 1.8.7<br>Martfury Addons: by DrFuri – 2.9.2<br>MAS Brands for WooCommerce: by MadrasThemes – 1.0.6<br>Meta Box: by MetaBox.io – 5.7.5<br>Perfmatters: by forgemedia – 2.1.6<br>Pricing Table by Supsystic: by supsystic.com – 1.9.11<br>Product page shipping calculator for WooCommerce: by PI Websolution – 1.3.39<br>Simple Cloudflare Turnstile: by Elliot Sowersby<br>RelyWP – 1.23.1
    
    Temporary Login Without Password: by StoreApps – 1.8.2<br>UpdraftPlus - Backup/Restore: by UpdraftPlus.Com<br>DavidAnderson – 2.23.10.26
    
    User Role Editor: by Vladimir Garagulya – 4.64<br>WC Cancel Order Pro: by WpExperts Hub – 3.8<br>WCFM - WooCommerce Frontend Manager - Affiliate: by WC Lovers – 1.2.8<br>WCFM - WooCommerce Frontend Manager - Analytics: by WC Lovers – 2.2.3<br>WCFM - WooCommerce Frontend Manager - Delivery: by WC Lovers – 1.2.10<br>WCFM - WooCommerce Frontend Manager - Groups & Staffs: by WC Lovers – 3.4.9<br>WooCommerce Frontend Manager - Product Hub: by WC Lovers – 1.0.10<br>WCFM - WooCommerce Frontend Manager - Ultimate: by WC Lovers – 6.7.2<br>WCFM - WooCommerce Frontend Manager: by WC Lovers – 6.7.1<br>WCFM - WooCommerce Multivendor Marketplace: by WC Lovers – 3.6.1<br>WCFM - WooCommerce Multivendor Membership: by WC Lovers – 2.11.2<br>WCBoost - Wishlist: by WCBoost – 1.0.8<br>WooCommerce Address Book: by CrossPeak – 3.0.2.1<br>Checkout Field Editor for WooCommerce: by ThemeHigh – 1.9.1<br>WooCommerce Locations Pack: by dangoodman – 1.9.3<br>WooCommerce Profile Photo: by Web For 99 – 1.1<br>Payment Plugins for Stripe WooCommerce: by Payment Plugins<br>[email protected] – 3.3.48
    
    WooCommerce Abandoned Cart Recovery Premium: by VillaTheme – 1.1.0<br>ALD - Aliexpress Dropshipping and Fulfillment for WooCommerce: by VillaTheme(villatheme.com) – 1.2.1<br>WooCommerce Deals: by Drfuri – 1.0.9<br>WooCommerce Email Template Customizer Premium: by VillaTheme – 1.2.0<br>WooCommerce EU/UK VAT Compliance (Premium): by David Anderson – 1.28.2<br>WooCommerce Stripe Gateway: by WooCommerce – 7.5.0<br>CURCY - WooCommerce Multi Currency Premium: by VillaTheme – 2.2.5<br>WooCommerce Orders Tracking Premium: by VillaTheme – 1.1.8<br>WooCommerce PayPal Payments: by WooCommerce – 2.2.2<br>PDF Invoices & Packing Slips for WooCommerce: by WP Overnight – 3.6.3<br>WooCommerce Photo Reviews Premium: by VillaTheme – 1.3.10.2<br>WooCommerce Product Variations Swatches Premium: by VillaTheme – 1.1.0<br>WooCommerce Shipping & Tax: by WooCommerce – 2.3.4<br>WooCommerce Thank You Page Customizer Premium: by VillaTheme – 1.2.0<br>WooCommerce: by Automattic – 8.0.3<br>Yoast SEO Premium: by Team Yoast – 21.1<br>Yoast SEO: by Team Yoast – 21.1<br>WP Crontrol: by John Blackbourn & crontributors – 1.15.3<br>WP Paint - WordPress Image Editor: by ZetaMatic – 0.5.3<br>WPFactory Helper: by WPFactory – 1.5.3<br>Yoast SEO: WooCommerce: by Team Yoast – 15.8 Inactive Plugins (4)
    
    AliExpress, eBay, Amazon and Etsy dropshipping by Wooshark: by wooproductimporter – 4.1.0<br>Slider Revolution: by ThemePunch – 6.6.7<br>WP-Optimize - Clean, Compress, Cache: by David Anderson<br>Ruhani Rabin<br>Team Updraft – 3.2.18
    
    Yoast Test Helper: by Team Yoast – 1.17 Dropin Plugins (2)
    
    advanced-cache.php: advanced-cache.php<br>db.php: Query Monitor Database Class (Drop-in) Must Use Plugins (2)
    
    aios-firewall-loader.php: by –<br>wcfmmp-google-maps.php: by – Settings
    
    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: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)
    
    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)
    
    Connected to WooCommerce.com: ?<br>Enforce Approved Product Download Directories: –<br>HPOS feature screen enabled: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: – WC Pages
    
    Shop base: #3853 - /shop/<br>Cart: #3134 - /cart/<br>Checkout: #3135 - /checkout/<br>My account: #3854 - /my-account/<br>Terms and conditions: ? Page not set Theme
    
    Name: Martfury Child<br>Version: 1.0<br>Author URL: https://drfuri.com<br>Child Theme: ?<br>Parent Theme Name: Martfury<br>Parent Theme Version: 3.0.8<br>Parent Theme Author URL: https://demo2.drfuri.com<br>WooCommerce Support: ? Templates
    
    Overrides: martfury/woocommerce/cart/cart-shipping.php<br>martfury/woocommerce/cart/cart-totals.php<br>martfury/woocommerce/cart/cart.php<br>martfury/woocommerce/cart/mini-cart.php<br>martfury/woocommerce/checkout/form-checkout.php<br>martfury/woocommerce/checkout/form-coupon.php<br>martfury/woocommerce/checkout/form-login.php<br>martfury/woocommerce/checkout/terms.php<br>martfury/woocommerce/content-product.php<br>martfury/woocommerce/content-single-product.php<br>martfury/woocommerce/content-widget-product.php<br>martfury-child/woocommerce/emails/customer-new-account.php<br>martfury/woocommerce/global/form-login.php<br>martfury/woocommerce/global/quantity-input.php<br>martfury/woocommerce/global/wrapper-end.php<br>martfury/woocommerce/global/wrapper-start.php<br>martfury/woocommerce/loop/add-to-cart.php<br>martfury/woocommerce/loop/orderby.php<br>martfury/woocommerce/loop/pagination.php<br>martfury/woocommerce/myaccount/form-login.php<br>martfury/woocommerce/myaccount/form-lost-password.php<br>martfury/woocommerce/myaccount/my-address.php<br>martfury/woocommerce/single-product/add-to-cart/external.php<br>martfury/woocommerce/single-product/add-to-cart/simple.php<br>martfury/woocommerce/single-product/add-to-cart/variable.php<br>martfury/woocommerce/single-product/meta.php<br>martfury/woocommerce/single-product/product-image.php<br>martfury/woocommerce/single-product/product-thumbnails.php<br>martfury/woocommerce/single-product/rating.php<br>martfury/woocommerce/single-product/related.php<br>martfury/woocommerce/single-product/review-meta.php<br>martfury/woocommerce/single-product/stock.php<br>martfury/woocommerce/single-product/tabs/tabs.php<br>martfury/woocommerce/single-product/up-sells.php<br>martfury/woocommerce/single-product-reviews.php WooCommerce PayPal Payments
    
    Onboarded: ?<br>Shop country code: GB<br>WooCommerce currency supported: ?<br>Advanced Card Processing available in country: ?<br>Pay Later messaging available in country: ?<br>Webhook status: –<br>PayPal Vault enabled: –<br>ACDC Vault enabled: –<br>Logging enabled: –<br>Reference Transactions: –<br>Used PayPal Checkout plugin: –<br>Tracking enabled: ? Admin
    
    Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<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>navigation<br>onboarding<br>onboarding-tasks<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<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
    
    Disabled Features: minified-js<br>new-product-management-experience<br>product-variation-management<br>settings<br>async-product-editor-category-field
    
    Daily Cron: ? Next scheduled: 2023-09-09 00:24:39 +01:00<br>Options: ?<br>Notes: 50<br>Onboarding: completed Action Scheduler
    
    Canceled: 9<br>Oldest: 2023-08-09 19:58:09 +0100<br>Newest: 2023-08-14 20:43:11 +0100
    
    Complete: 11,828<br>Oldest: 2023-08-08 10:38:26 +0100<br>Newest: 2023-09-08 09:37:31 +0100
    
    Failed: 706<br>Oldest: 2022-12-11 09:42:33 +0000<br>Newest: 2023-09-08 10:00:21 +0100
    
    Pending: 13<br>Oldest: 2023-09-08 11:00:21 +0100<br>Newest: 2023-09-09 04:00:00 +0100 Status report information
    
    Generated at: 2023-09-08 10:03:33 +01:00<br>`
    Saif

    (@babylon1999)

    Hello @antekapa,

    Thank you for sharing the logs!

    Most of the time, when the team adds backward compatibility for deprecated functions/methods that other developers rely on for their plugins to work, they also add a notice to alert the developer to change to the new way to achieve this feature, which is what’s happening here.

    It’s very rare that the team would deprecate a function and then use it somewhere else in the codebase, so I’m somewhat confident it’s coming from another source on your site.

    If you’ve disabled all plugins except WooCommerce, try switching to the Storefront theme. Also, make sure to disable all snippets added to the WPCode plugin.

    Moreover, instead of waiting for the log to show up, you can use a plugin like Query Monitor to monitor the errors.

    Let us know how it goes!

    Thread Starter antekapa

    (@antekapa)

    I was sure that you will want me to do it, but I already test Storefront and WooCommerce only on my staging site adn it is the same.

    Thanks!

    Saif

    (@babylon1999)

    I was sure that you will want me to do it, but I already test Storefront and WooCommerce only on my staging site adn it is the same.

    Thank you for the clarification!

    Are you possibly using the WooCommerce Rest API, have integrated a service that depends on it to work?

    Look forward to hearing back from you.

    Thread Starter antekapa

    (@antekapa)

    Yes I use WC Rest API and I need it for another services

    Saif

    (@babylon1999)

    Thank you for confirming, @antekapa!

    I see another report about this here, but it’s still unclear if the issue can be consistently reproduced.

    As previously mentioned, this is merely a deprecation notice and shouldn’t cause any issues. I’ve gone ahead and added your case to the report for the developers to review. :?)

    I suggest you subscribe to the report from the sidebar to receive updates.

    Let us know if you have any other questions!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Issue with the Address fields on Check Out’ is closed to new replies.