Forum Replies Created

Viewing 15 replies - 481 through 495 (of 540 total)
  • Thread Starter alexliii

    (@alexliii)

    Hello,
    Here is what happens on our side:

    1# In WordPress Multisite, ALD is activated on the main site.

    2# If a product is added from Aliexpress, but not imported and published, it will prevent adding again from Aliexpress into the “Import List”

    3# But, If a product was added from Aliexpress, and also was imported and published on the site, I can still add the same product into the “Import List” on-site again.

    What I expect is to prevent adding it to the “Import List” too in #3, is that possible?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Hello

    Thanks for reply.

    Is it possible to prevent import same product more than one time please?

    If yes, how?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Yes, the “women’s fashion” is parent category, and it has not been created yet, but we just want to create it as parent category, then set all women’s US fashion, women minimal and women’s Paris fashion as subcategories of “women’s fashion”.

    You know the products permanent link will changed, and it will show 404 errors if anyone access the old permanent link like google organic search.

    Any suggestions in this situation pleases?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    About the feature to rename images, yes we will consider it for the following updates.

    That would be great, thanks.

    Thread Starter alexliii

    (@alexliii)

    Hello,

    I found the media files are not only needed to be renamed but also needed to be updated the url, otherwise, the media urls will be broken.

    It would be great if you can take it as feature request and support it natively when the media files are imported at first time.

    Can we expect?

    Thanks and have a nice day.

    Thread Starter alexliii

    (@alexliii)

    Hello,

    Thanks for the reply.
    I am not coding background, and it would be great if there is an option to enable/disable rename images imported.

    Alternatively, is it possible to achieve it by code snippets?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Thanks for reply.

    Would you take it as a feature request?

    Alternatively, set a new role to operate this plugin functions?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Got it, and thanks.

    I am running a woo commerce site, Any suggestions upon product Seo or any extension needed?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Thanks.

    Any plan to release the new feature?

    Thread Starter alexliii

    (@alexliii)

    Hello,

    Thanks for the reply, and I am not technical background, but I think I got the point from your following words:

    The primary difference is that TSF renders everything SEO for you and stays in the background, whereas Rank Math is front and center and wants you to follow their guidelines and tweak every little detail in and of your content.

    Yes, I did try both of them, can I use both of TSF and Rathmath at the same time?

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Hello,

    I already changed the code, it fixed the critical error and will waiting for the result on Google merchant.

    For now, if you like, please check the sample product at https://lovcour.com/19-inch-polyester-unisex-urban-streetwear-travel-backpack-bag

    and check the structated data on Google, and check whether it is expected.

    Also, please note we enabled this code snippts:

    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
    	global $product;
    	if ( ! is_a( $product, 'WC_Product' ) ) {
    		return $entity;
    	}
    
    	$entity['mpn'] = "{$product->get_sku()}";
        $entity['brand'] = 'tao';
    	return $entity;
    } );

    Thanks

    • This reply was modified 2 years, 4 months ago by alexliii.
    Thread Starter alexliii

    (@alexliii)

    Hello,

    I update both Woocommerce and wordpress, please check the status info on Woocommerce:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://lovcour.com
    Site address (URL): https://lovcour.com
    WC Version: 6.6.1
    REST API Version: ? 6.6.1
    WC Blocks Version: ? 7.6.2
    Action Scheduler Version: ? 3.4.0
    Log Directory Writable: ?
    WP Version: 6.0
    WP Multisite: ?
    WP Memory Limit: 3 GB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: nginx/1.18.0
    PHP Version: 7.4.25
    PHP Post Max Size: 1,000 MB
    PHP Time Limit: 3000
    PHP Max Input Vars: 200000
    cURL Version: 7.68.0
    OpenSSL/1.1.1f
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.5.13-MariaDB-1:10.5.13+maria~focal-log
    Max Upload Size: 1,000 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 6.6.1
    WC Database Prefix: wp_
    Total Database Size: 641.97MB
    Database Data Size: 506.75MB
    Database Index Size: 135.22MB
    wp_woocommerce_sessions: Data: 30.06MB + Index: 1.36MB + 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.08MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 1.52MB + Index: 0.39MB + 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_2_actionscheduler_actions: Data: 0.06MB + Index: 0.13MB + Engine InnoDB
    wp_2_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_actionscheduler_logs: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_commentmeta: Data: 1.52MB + Index: 0.86MB + Engine InnoDB
    wp_2_comments: Data: 1.52MB + Index: 0.55MB + Engine InnoDB
    wp_2_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB
    wp_2_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_2_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_frmt_form_entry: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_2_frmt_form_entry_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_2_frmt_form_views: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_hypeanimations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_options: Data: 1.52MB + Index: 0.06MB + Engine InnoDB
    wp_2_postmeta: Data: 6.52MB + Index: 0.59MB + Engine InnoDB
    wp_2_posts: Data: 6.52MB + Index: 0.44MB + Engine InnoDB
    wp_2_rank_math_analytics_keyword_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_rank_math_analytics_objects: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_termmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_terms: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_term_relationships: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
    wp_2_term_taxonomy: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_vi_wad_ali_shipping_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_vi_woo_orders_tracking_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_2_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_2_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wfpklist_template_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wotv_woo_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wpmailsmtp_emails_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 16.02MB + Index: 17.50MB + 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: 10.02MB + Index: 5.59MB + Engine InnoDB
    wp_adtribes_my_conversions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_aelia_dismissed_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_bwf_contact: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_bwf_contact_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_bwf_wc_customers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_coderun_oneclickwoo_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_commentmeta: Data: 9.52MB + Index: 8.03MB + Engine InnoDB
    wp_comments: Data: 10.52MB + Index: 8.05MB + Engine InnoDB
    wp_dgwt_wcas_index: Data: 0.34MB + Index: 0.02MB + Engine InnoDB
    wp_dgwt_wcas_invindex_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_dgwt_wcas_invindex_doclist: Data: 1.52MB + Index: 0.69MB + Engine InnoDB
    wp_dgwt_wcas_invindex_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_dgwt_wcas_invindex_wordlist: Data: 0.13MB + Index: 0.06MB + Engine InnoDB
    wp_dgwt_wcas_tax_index: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_dynamic_widgets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_ewwwio_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB
    wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_frmt_form_entry: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_frmt_form_entry_meta: Data: 0.09MB + Index: 0.08MB + Engine InnoDB
    wp_frmt_form_views: Data: 6.52MB + Index: 9.06MB + Engine InnoDB
    wp_fs_accounts: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_access_tokens: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_groups: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_groups_data: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_nodes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_node_status: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_sessions: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_status: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_apps: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_feeds: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_grouped_accounts: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_schedules: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_gla_budget_recommendations: Data: 0.20MB + Index: 0.11MB + Engine InnoDB
    wp_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_hustle_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_hustle_entries_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_hustle_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_hustle_modules_meta: Data: 0.25MB + Index: 0.03MB + Engine InnoDB
    wp_hustle_tracking: Data: 0.09MB + Index: 0.25MB + Engine InnoDB
    wp_hypeanimations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_content_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_core_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_languages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_languages_translations: Data: 0.19MB + Index: 0.09MB + Engine InnoDB
    wp_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_message_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_mo_files_domains: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_node: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_strings: Data: 2.52MB + Index: 1.81MB + Engine InnoDB
    wp_icl_string_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_string_pages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_string_positions: Data: 0.30MB + Index: 0.08MB + Engine InnoDB
    wp_icl_string_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_string_translations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_string_urls: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_translate: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_translations: Data: 4.52MB + Index: 8.06MB + Engine InnoDB
    wp_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_translation_status: Data: 1.52MB + Index: 0.38MB + Engine InnoDB
    wp_legal_pages: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_lp_popups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mclean_refs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mclean_scan: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mpd_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ms_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_ns_cloner_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_options: Data: 12.47MB + Index: 2.28MB + Engine InnoDB
    wp_parcelpanel_courier: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
    wp_parcelpanel_location: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_parcelpanel_tracking: Data: 1.52MB + Index: 0.05MB + Engine InnoDB
    wp_parcelpanel_tracking_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_postmeta: Data: 291.78MB + Index: 38.09MB + Engine InnoDB
    wp_posts: Data: 57.56MB + Index: 16.09MB + Engine InnoDB
    wp_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_analytics_adsense: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_rank_math_analytics_ga: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_analytics_gsc: Data: 0.16MB + Index: 0.20MB + Engine InnoDB
    wp_rank_math_analytics_inspections: Data: 0.17MB + Index: 0.16MB + Engine InnoDB
    wp_rank_math_analytics_keyword_manager: Data: 0.50MB + Index: 0.00MB + Engine InnoDB
    wp_rank_math_analytics_objects: Data: 0.44MB + Index: 0.19MB + Engine InnoDB
    wp_rank_math_internal_links: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_internal_meta: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_rank_math_redirections: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_redirections_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_sc_analytics: Data: 0.11MB + Index: 0.08MB + Engine InnoDB
    wp_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_sitemeta: Data: 1.52MB + Index: 0.14MB + Engine InnoDB
    wp_snippets: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_termmeta: Data: 0.23MB + Index: 0.28MB + Engine InnoDB
    wp_terms: Data: 0.14MB + Index: 0.16MB + Engine InnoDB
    wp_term_relationships: Data: 1.52MB + Index: 0.52MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.17MB + Index: 0.20MB + Engine InnoDB
    wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_trp_dictionary_en_us_de_de_formal: Data: 1.52MB + Index: 0.52MB + Engine InnoDB
    wp_trp_dictionary_en_us_en_gb: Data: 0.48MB + Index: 0.42MB + Engine InnoDB
    wp_trp_gettext_de_de_formal: Data: 0.30MB + Index: 0.28MB + Engine InnoDB
    wp_trp_gettext_en_gb: Data: 0.27MB + Index: 0.28MB + Engine InnoDB
    wp_trp_gettext_en_us: Data: 0.39MB + Index: 0.38MB + Engine InnoDB
    wp_trp_original_meta: Data: 0.08MB + Index: 0.11MB + Engine InnoDB
    wp_trp_original_strings: Data: 1.52MB + Index: 0.41MB + Engine InnoDB
    wp_usermeta: Data: 2.52MB + Index: 1.98MB + Engine InnoDB
    wp_users: Data: 0.17MB + Index: 0.16MB + Engine InnoDB
    wp_viwec_clicked: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_vi_wad_ali_shipping_info: Data: 0.09MB + Index: 0.02MB + Engine InnoDB
    wp_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_vi_woo_orders_tracking_track_info: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_abandoned_cart_record: Data: 0.31MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_cart_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_email_history: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_guest_info_record: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_gpf_render_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_attributes_lookup: Data: 1.50MB + 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: 0.95MB + Engine InnoDB
    wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_remove_bg: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_remove_bg_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_slazzer_process_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_slazzer_process_status: 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_wfacp_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfblockediplog: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfconfig: Data: 1.45MB + Index: 0.00MB + Engine InnoDB
    wp_wfco_report_views: Data: 0.02MB + Index: 0.05MB + 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: 1.02MB + Index: 0.22MB + 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.47MB + Index: 0.13MB + Engine InnoDB
    wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    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_wfpklist_template_data: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
    wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfstatus: Data: 0.13MB + Index: 0.09MB + Engine InnoDB
    wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wmcc_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wmcs_cf: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wmcs_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wmcs_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_amazon_buyer_index: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_gpf_google_taxonomy: Data: 1.52MB + Index: 0.13MB + Engine InnoDB
    wp_woocommerce_prl_deploymentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_prl_deployments: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_prl_frequencies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_prl_tracking_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_prl_tracking_conversions: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_prl_tracking_views: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wotv_woo_track_info: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpmailsmtp_emails_log: Data: 2.52MB + Index: 0.17MB + Engine InnoDB
    wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpr_rucss_resources: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wpr_rucss_used_css: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_yith_ywrac_email_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_yookassa_payment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 64629
    br_product_tab: 5
    br_tabs_location: 1
    cookielawinfo: 6
    ct_size_guide: 2
    custom_css: 2
    elementor_library: 117
    forminator_forms: 3
    language_switcher: 4
    nav_menu_item: 36
    oembed_cache: 3
    page: 67
    polylang_mo: 3
    portfolio: 8
    post: 2
    postman_sent_mail: 5
    product: 883
    product_variation: 4400
    question_answer: 4
    revision: 544
    shop_coupon: 11
    shop_order: 270
    shop_order_refund: 17
    snitch: 27
    team: 4
    vi_wad_draft_product: 1084
    viwec_template: 15
    wacv_email_template: 3
    wc_order_email: 1
    wc_order_status: 10
    wcpf_item: 4
    wcpf_project: 1
    wcsts_ticket: 7
    wcsts_ticket_message: 9
    wfacp_checkout: 1
    xlwcty_thankyou: 1
    yith_wc_surveys: 5
    yith-wccos-ostatus: 1
    yith-wcgpf-feed: 2
    yith-wcgpf-template: 1
    ywrac_email: 2
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (59) ###
    
    Async JavaScript: by Frank Goossens (futtta) – 2.21.08.31
    Auto Tag Creator: by Ecreate Infotech – 1.0.1
    Autoptimize: by Frank Goossens (futtta) – 3.0.4
    Cancel order request for WooCommerce: by PI Websolution – 1.2.67
    Classic Editor: by WordPress Contributors – 1.6.2
    Code Snippets: by Code Snippets Pro – 3.1.1
    GDPR Cookie Consent: by WebToffee – 2.1.2
    Elementor Pro: by Elementor.com – 3.6.5
    Elementor: by Elementor.com – 3.6.7
    Enable Media Replace: by ShortPixel – 3.6.3
    Facebook Chat Plugin - Live Chat Plugin for WordPress: by Meta – 2.4
    Instant Indexing: by Rank Math – 1.1.16
    Flexible Checkout Fields PRO: by WP Desk – 3.2.6
    Flexible Checkout Fields: by WP Desk – 3.3.0
    Forminator: by WPMU DEV – 1.17.1
    FS Poster: by FS-Code – 5.1.0
    Heartbeat Control by WP Rocket: by WP Rocket – 2.0
    HTML Editor Syntax Highlighter: by James Bradford – 2.4.4
    Insert Headers and Footers: by WPBeginner – 1.6.2
    Loco Translate: by Tim Whitlock – 2.6.2
    Media File Renamer (Pro): by Jordy Meow – 5.3.8
    Savoy Theme - Content Elements: by NordicMade – 1.5.7
    Savoy Theme - Settings Panel: by NordicMade – 1.2.1
    Savoy Theme - Wishlist: by NordicMade – 2.4.2
    Parcel Panel Order Tracking for WooCommerce: by Parcel Panel – 2.1.3
    Rank Math SEO PRO: by Rank Math – 3.0.15
    Rank Math SEO: by Rank Math – 1.0.92.1
    Shortcode in Menus: by Gagan Deep Singh – 3.5.1
    SVG Support: by Benbodhi – 2.4.2
    Tumult Hype Animations: by  – 1.9.6
    Payment Gateway Payoneer For WooCommerce: by ThemeBing – 1.1.1
    Ship Estimate for WooCommerce: by Richard Lerma Design & Development – 1.1.11
    Product Feed ELITE for WooCommerce: by AdTribes.io – 3.5.5
    Variation Swatches for WooCommerce - Pro: by Emran Ahmed – 2.0.3
    Variation Swatches for WooCommerce: by Emran Ahmed – 2.0.3
    WooCommerce Abandoned Cart Recovery Premium: by VillaTheme – 1.0.9
    ALD - Aliexpress Dropshipping and Fulfillment for WooCommerce: by VillaTheme(villatheme.com) – 1.0.22
    WooCommerce Conversion Tracking Pro: by weDevs – 1.0.7
    WooCommerce Conversion Tracking: by weDevs – 2.0.10
    WooCommerce Email Template Customizer Premium: by VillaTheme – 1.1.9
    WooCommerce Free Shipping Bar Premium: by VillaTheme – 1.1.13
    CURCY - WooCommerce Multi Currency Premium: by VillaTheme – 2.1.36
    WooCommerce Orders Tracking Premium: by VillaTheme – 1.0.15
    WooCommerce PayPal Payments: by WooCommerce – 1.9.0
    WooCommerce Photo Reviews Premium: by VillaTheme – 1.3.1
    WooCommerce Product Tab Manager: by BeRocket – 3.0.3
    WooCommerce Smart Coupons: by StoreApps – 5.5.0
    WooCommerce Support Ticket System: by Lagudi Domenico – 13.5
    WooCommerce: by Automattic – 6.6.1
    WP Paint - WordPress Image Editor: by ZetaMatic – 0.5.3
    WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels: by WebToffee – 4.0.8
    YITH WooCommerce Bulk Product Editing Premium: by YITH – 1.2.30
    YITH WooCommerce Custom Order Status Premium: by YITH – 1.2.13
    YITH WooCommerce Questions and Answers Premium: by YITH – 1.3.7
    Leira Letter Avatar: by Ariel – 1.3.6
    Nginx Helper: by rtCamp – 2.2.2
    Widget Disable: by required – 2.1.0
    WP Mail SMTP Pro: by WPForms – 3.4.0
    Wordfence Security: by Wordfence – 7.5.10
    
    ### Inactive Plugins (94) ###
    
    2Checkout Convert Plus Payment Gateway: by 2Checkout – 2.2.0
    2Checkout Inline Payment Gateway: by 2Checkout – 2.2.0
    2Checkout Payment Gateway: by 2Checkout – 2.2.0
    Admin Bar & Dashboard Control: by Author: Collins Agbonghama (W3Guy LLC) – 1.2.5
    Admin CSS MU: by Arun Basil Lal – 2.6
    Advanced Database Cleaner PRO: by Younes JFR. – 3.1.7
    Advanced iFrame custom folder: by Michael Dempfle – 1.0
    Automatic Translate Addon For Loco Translate: by Cool Plugins – 2.0
    Automatic Translate Addon For TranslatePress: by Cool Plugins – 0.7
    Booster Plus for WooCommerce: by Pluggabl LLC – 5.4.7
    Checkout Address AutoFill For WooCommerce: by zetamatic – 1.1.8
    Colorlib Login Customizer: by Colorlib – 1.3.1
    Customer Order Cancellation for WooCommerce: by fmeaddons – 1.0.1
    DeepL for WordPress : translation plugin: by Fluenx – 1.7.4.1
    Duplicate Page: by mndpsingh287 – 4.4.8
    ELEX Address Validation & Google Address Auto Complete Plugin for WooCommerce (Basic): by ELEXtensions – 1.5.7
    Envato Market: by Envato – 2.0.6
    Facebook for WooCommerce: by Facebook – 2.6.16
    Gateway for Wise on WooCommerce: by alx359 – 2.1.1
    Google Customer Reviews for WooCommerce: by eCreations – 1.0.3
    Google Listings and Ads: by WooCommerce – 1.5.0
    Hustle Pro: by WPMU DEV – 4.4.13
    Lianlian Pay for WooCommerce: by Lianlian Pay – 1.0.3
    Loco Automatic Translate Addon PRO: by Cool Plugins – 1.2
    Media Cleaner (Pro): by Jordy Meow – 6.3.2
    Microsoft Advertising Universal Event Tracking (UET): by Microsoft Corporation – 1.0.3
    Mollie Payments for WooCommerce: by Mollie – 6.7.0
    Multisite Auth: by Samuel Elh – 0.1.4
    NS Cloner - Site Copier: by Never Settle – 4.1.6
    Payment gateway - Webmoney for WooCommerce: by Mofsy – 2.1.0
    Payment Gateway for Paddle on WooCommerce: by DivDojo – 1.0.2
    Payment Gateway for VISA: by alnazer – 1.1.1
    Phoenix Media Rename: by crossi72 – 3.7.0
    PopUp by Supsystic PRO: by supsystic.com – 1.6.3
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.5
    Savoy Theme - Instagram Gallery: by NordicMade – 1.3.5
    Savoy Theme - Portfolio: by NordicMade – 1.2.8
    Savoy Theme - Team Members: by NordicMade – 1.0.8
    Sg Checkout Location Picker for WooCommerce: by Sevengits – 1.0.11
    SG Map to Address: by Sevengits – 1.0.4
    Shipping Packages for WooCommerce: by OneTeamSoftware – 1.1.25
    Snitch: by pluginkollektiv – 1.1.8
    TagGator Pro!: by Bouzid Zitouni – 2.0
    TM WooCommerce Product API Link: by Manish – 1.1.0
    TranslatePress - Business: by Cozmoslabs
    Razvan Mocanu
    Madalin Ungureanu – 1.0.4
    
    TranslatePress - Multilingual: by Cozmoslabs
    Razvan Mocanu
    Madalin Ungureanu
    Cristophor Hurduban – 2.3.0
    
    Unconfirmed: by Boone B Gorges – 1.3.5
    UPI QR Code Payment Gateway: by Sayan Datta – 1.2.2
    User Switching: by John Blackbourn & contributors – 1.5.8
    Variation Swatches for WooCommerce Pro: by RadiusTheme – 1.1.35
    Verifone Hosted Cart: by verifone – 2.5.0
    Web Stories: by Google – 1.15.1
    Widget Importer & Exporter: by ChurchThemes.com – 1.6
    WooCommerce Accepted Payment Methods: by jameskoster – 0.7.0
    Woocommerce autocomplete checkout address: by Acespritech Solutions Pvt. Ltd. – 1.1.0
    WooCommerce Custom Payment Gateway Pro: by WPRuby – 2.4.1
    WooCommerce Dynamic Pricing & Discounts: by RightPress – 2.4.3
    WooCommerce Google Analytics Pro: by SkyVerge – 1.10.0
    WooCommerce Google Product Feed: by Ademti Software Ltd. – 10.7.2
    WooCommerce MPGS: by Ali Basheer – 1.4.0
    WooCommerce Order Status Manager: by SkyVerge – 1.13.3
    WooCommerce Payssion: by Payssion – 1.1.9
    WooCommerce Product Variations Swatches Premium: by VillaTheme – 1.0.3
    WooCommerce Shipping & Tax: by WooCommerce – 1.26.2
    Woocommerce Shipping Calculator On Product Page: by Magerips – 2.5
    WooCommerce Show Attributes: by Isabel Castillo – 1.6.4
    WooCommerce Single Variations: by weLaunch – 1.3.15
    WooCommerce Split Orders: by Vibe Agency – 1.5.0
    WooCommerce Stripe Gateway: by WooCommerce – 6.3.0
    WooCommerce Thank You Page - NextMove: by XLPlugins – 1.15.1
    WooCommerce Variation Structured Data - Option 3: by Lee Willis – 0.3
    WOOCS - WooCommerce Currency Switcher: by realmag777 – 2.3.8
    WooPricely - Dynamic Pricing & Discounts: by zendcrew – 1.3.5
    Woo Shipping Class Filter: by Reuven Karasik – 1.0
    WooThumbs for WooCommerce by Iconic: by Iconic – 4.8.12
    Wordfence Security: by Wordfence – 7.5.11
    WordPress Multisite Posts, Pages and Custom Post Type Posts Sync: by Obtain Infotech – 1.4.0
    WP-Optimize Premium - Clean, Compress, Cache: by David Anderson
    Ruhani Rabin
    Team Updraft – 3.2.1
    
    WP DB Search & Replace: by Weptile – 0.2.0
    WP Disable Automatic Updates: by Daniele De Rosa – 1.1
    WP Downgrade | Specific Core Version: by Reisetiger – 1.2.5
    WPLegalPages: by WPEka Club – 2.8.1
    WP Legal Pages Pro: by WPEkaClub – 7.6
    WP Migrate DB Pro: by Delicious Brains – 2.2.1
    WP Migrate DB Pro Media Files: by Delicious Brains – 2.1.0
    WP Migrate DB Pro Multisite Tools: by Delicious Brains – 1.4.1
    WP Migrate DB Pro Theme & Plugin Files: by Delicious Brains – 1.2.0
    WP Rollback: by Impress.org – 1.7.1
    YITH Google Product Feed for WooCommerce Premium: by YITH – 1.1.20
    YITH Product Size Charts for WooCommerce Premium: by YITH – 1.1.26
    YITH WooCommerce Checkout Manager: by YITH – 1.4.0
    YITH WooCommerce SMS Notifications Premium: by YITH – 1.4.7
    YITH WooCommerce Surveys Premium: by YITH – 1.2.14
    ЮKassa для WooCommerce: by YooMoney – 2.3.0
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: backpack (backpack)
    external (external)
    grouped (grouped)
    simple (simple)
    subscription (subscription)
    variable (variable)
    variable subscription (variable-subscription)
    
    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: –
    
    ### WC Pages ###
    
    Shop base: #769 - /
    Cart: #770 - /cart/
    Checkout: #771 - /checkout/
    My account: #772 - /my-account/
    Terms and conditions: #105483 - /terms-of-service/
    
    ### Theme ###
    
    Name: Savoy Child
    Version: 1.0
    Author URL: https://www.nordicmade.com
    Child Theme: ?
    Parent Theme Name: Savoy
    Parent Theme Version: 2.7.1
    Parent Theme Author URL: https://www.nordicmade.com
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: savoy/woocommerce/archive-product.php
    savoy/woocommerce/cart/cart-empty.php
    savoy/woocommerce/cart/cart-item-data.php
    savoy/woocommerce/cart/cart-shipping.php
    savoy/woocommerce/cart/cart-totals.php
    savoy/woocommerce/cart/cart.php
    savoy/woocommerce/cart/cross-sells.php
    savoy/woocommerce/cart/mini-cart.php
    savoy/woocommerce/cart/proceed-to-checkout-button.php
    savoy/woocommerce/cart/shipping-calculator.php
    savoy/woocommerce/checkout/cart-errors.php
    savoy/woocommerce/checkout/form-billing.php
    savoy/woocommerce/checkout/form-checkout.php
    savoy/woocommerce/checkout/form-coupon.php
    savoy/woocommerce/checkout/form-login.php
    savoy/woocommerce/checkout/form-pay.php
    savoy/woocommerce/checkout/form-shipping.php
    savoy/woocommerce/checkout/payment-method.php
    savoy/woocommerce/checkout/payment.php
    savoy/woocommerce/checkout/review-order.php
    savoy/woocommerce/checkout/terms.php
    savoy/woocommerce/checkout/thankyou.php
    savoy/woocommerce/content-product.php
    savoy/woocommerce/content-single-product.php
    savoy/woocommerce/content-widget-price-filter.php
    savoy/woocommerce/content-widget-product.php
    savoy/woocommerce/content-widget-reviews.php
    savoy/woocommerce/global/breadcrumb.php
    savoy/woocommerce/global/form-login.php
    savoy/woocommerce/global/quantity-input.php
    savoy/woocommerce/global/sidebar.php
    savoy/woocommerce/global/wrapper-end.php
    savoy/woocommerce/global/wrapper-start.php
    savoy/woocommerce/loop/add-to-cart.php
    savoy/woocommerce/loop/loop-end.php
    savoy/woocommerce/loop/loop-start.php
    savoy/woocommerce/loop/no-products-found.php
    savoy/woocommerce/loop/pagination.php
    savoy/woocommerce/loop/price.php
    savoy/woocommerce/loop/rating.php
    savoy/woocommerce/loop/sale-flash.php
    savoy/woocommerce/myaccount/dashboard.php
    savoy/woocommerce/myaccount/downloads.php
    savoy/woocommerce/myaccount/form-add-payment-method.php
    savoy/woocommerce/myaccount/form-edit-account.php
    savoy/woocommerce/myaccount/form-edit-address.php
    savoy/woocommerce/myaccount/form-login.php
    savoy/woocommerce/myaccount/form-lost-password.php
    savoy/woocommerce/myaccount/form-reset-password.php
    savoy/woocommerce/myaccount/lost-password-confirmation.php
    savoy/woocommerce/myaccount/my-account.php
    savoy/woocommerce/myaccount/my-address.php
    savoy/woocommerce/myaccount/navigation.php
    savoy/woocommerce/myaccount/orders.php
    savoy/woocommerce/myaccount/payment-methods.php
    savoy/woocommerce/myaccount/view-order.php
    savoy/woocommerce/notices/error.php
    savoy/woocommerce/notices/notice.php
    savoy/woocommerce/notices/success.php
    savoy/woocommerce/order/form-tracking.php
    savoy/woocommerce/order/order-again.php
    savoy/woocommerce/order/order-details-customer.php
    savoy/woocommerce/order/order-details-item.php
    savoy/woocommerce/order/order-details.php
    savoy/woocommerce/order/tracking.php
    savoy/woocommerce/product-searchform.php
    savoy/woocommerce/single-product/add-to-cart/external.php
    savoy/woocommerce/single-product/add-to-cart/grouped.php
    savoy/woocommerce/single-product/add-to-cart/simple.php
    savoy/woocommerce/single-product/add-to-cart/variable.php
    savoy/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
    savoy/woocommerce/single-product/add-to-cart/variation.php
    savoy/woocommerce/single-product/meta.php
    savoy/woocommerce/single-product/photoswipe.php
    savoy/woocommerce/single-product/price.php
    savoy/woocommerce/single-product/product-attributes.php
    savoy/woocommerce/single-product/product-image.php
    savoy/woocommerce/single-product/product-thumbnails.php
    savoy/woocommerce/single-product/rating.php
    savoy/woocommerce/single-product/related.php
    savoy/woocommerce/single-product/review-meta.php
    savoy/woocommerce/single-product/review-rating.php
    savoy/woocommerce/single-product/review.php
    savoy/woocommerce/single-product/sale-flash.php
    savoy/woocommerce/single-product/share.php
    savoy/woocommerce/single-product/short-description.php
    savoy/woocommerce/single-product/stock.php
    savoy/woocommerce/single-product/tabs/additional-information.php
    savoy/woocommerce/single-product/tabs/description.php
    savoy/woocommerce/single-product/tabs/tabs.php
    savoy/woocommerce/single-product/title.php
    savoy/woocommerce/single-product/up-sells.php
    savoy/woocommerce/single-product-reviews.php
    savoy/woocommerce/single-product.php
    savoy/woocommerce/taxonomy-product-cat.php
    savoy/woocommerce/taxonomy-product-tag.php
    savoy/woocommerce/content-product_cat.php
    
    ### WooCommerce PayPal Payments ###
    
    Onboarded: ?
    Shop country code: US
    WooCommerce currency supported: ?
    PayPal card processing available in country: ?
    Pay Later messaging available in country: ?
    Webhook status: ?
    Vault enabled: ?
    Logging enabled: –
    Reference Transactions: –
    Used PayPal Checkout plugin: ?
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    experimental-products-task
    experimental-import-products-task
    experimental-fashion-sample-products
    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
    wc-pay-promotion
    wc-pay-welcome-page
    wc-pay-subscriptions-page
    
    Disabled Features: minified-js
    settings
    
    Daily Cron: ? Next scheduled: 2022-07-08 04:40:00 -08:00
    Options: ?
    Notes: 23
    Onboarding: completed
    
    ### Action Scheduler ###
    
    Canceled: 7
    Oldest: 2022-07-03 04:15:48 +0000
    Newest: 2022-07-03 04:15:48 +0000
    
    Complete: 40,082
    Oldest: 2022-06-06 18:59:52 +0000
    Newest: 2022-07-07 09:09:14 +0000
    
    Failed: 9
    Oldest: 2021-09-08 09:17:18 +0000
    Newest: 2022-05-28 06:47:39 +0000
    
    Pending: 9
    Oldest: 2022-07-08 01:34:29 +0000
    Newest: 2022-08-03 16:54:06 +0000
    
    ### Smart Coupons related settings ###
    
    Number of coupons to show: 5
    Number of characters in auto-generated coupon code: 
    Valid order status for auto-generating coupon: Array
    Include tax in the amount of the generated gift card: no
    Deduct credit/gift before doing tax calculations: no
    Gift Card discount is inclusive of tax: no
    Automatic deletion: no
    Coupon emails: yes
    Printing coupons: yes
    Sell gift cards at less price?: no
    Use gift card applied in first subscription order for subsequent renewals until credit reaches zero: yes
    Renewal orders should not generate coupons even when they include a product that issues coupons: no
    Allow sending of coupons to others: yes
    Allow schedule sending of coupons?: no
    Combine emails: no
    Auto generated coupon email: yes
    Combined auto generated coupons email: no
    Acknowledgement email: yes
    Enable taxes: yes
    Prices entered with tax: no
    Rounding: no
    Display prices in the shop: excl
    Display prices during cart and checkout: excl
    Display tax totals: single
    Enable the use of coupon codes: yes
    Calculate coupon discounts sequentially: no
    Account endpoints > Coupons: wc-smart-coupons
    
    ### Status report information ###
    
    Generated at: 2022-07-07 02:05:31 -08:00
    

    but critical error is still there:

    https://prnt.sc/eAvtQW5V8O6A

    and Woocommerce error log:

    2022-07-07T10:02:45+00:00 CRITICAL Uncaught Error: Call to a member function get_price() on null in /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php:293
    Stack trace:
    #0 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php(248): RankMath\Schema\Product_WooCommerce->set_offers_variable()
    #1 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php(61): RankMath\Schema\Product_WooCommerce->set_offers()
    #2 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product.php(48): RankMath\Schema\Product_WooCommerce->set_product()
    #3 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php(56): RankMath\Schema\Product->process()
    #4 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonl in /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php on line 293

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Hello,

    On Woocommerce status, there are lots of repeated error log:

    2022-07-07T03:56:15+00:00 CRITICAL Uncaught Error: Call to a member function get_price() on null in /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php:293
    Stack trace:
    #0 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php(248): RankMath\Schema\Product_WooCommerce->set_offers_variable()
    #1 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php(61): RankMath\Schema\Product_WooCommerce->set_offers()
    #2 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product.php(48): RankMath\Schema\Product_WooCommerce->set_product()
    #3 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php(56): RankMath\Schema\Product->process()
    #4 /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonl in /var/www/lovcour.com/htdocs/wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-product-woocommerce.php on line 293

    and here is system status info:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://lovcour.com
    Site address (URL): https://lovcour.com
    WC Version: 6.4.1
    REST API Version: ? 6.4.1
    WC Blocks Version: ? 7.2.2
    Action Scheduler Version: ? 3.4.0
    WC Admin Version: ? 3.3.2
    Log Directory Writable: ?
    WP Version: ? 5.8.4 - There is a newer version of WordPress available (6.0)
    WP Multisite: ?
    WP Memory Limit: 3 GB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: nginx/1.18.0
    PHP Version: 7.4.25
    PHP Post Max Size: 1,000 MB
    PHP Time Limit: 3000
    PHP Max Input Vars: 200000
    cURL Version: 7.68.0
    OpenSSL/1.1.1f
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.5.13-MariaDB-1:10.5.13+maria~focal-log
    Max Upload Size: 1,000 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 6.4.1
    WC Database Prefix: wp_
    Total Database Size: 641.93MB
    Database Data Size: 506.76MB
    Database Index Size: 135.17MB
    wp_woocommerce_sessions: Data: 30.06MB + Index: 1.36MB + 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.08MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 1.52MB + Index: 0.39MB + 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_2_actionscheduler_actions: Data: 0.06MB + Index: 0.13MB + Engine InnoDB
    wp_2_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_actionscheduler_logs: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_commentmeta: Data: 1.52MB + Index: 0.86MB + Engine InnoDB
    wp_2_comments: Data: 1.52MB + Index: 0.55MB + Engine InnoDB
    wp_2_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB
    wp_2_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_2_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_frmt_form_entry: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_2_frmt_form_entry_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_2_frmt_form_views: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_hypeanimations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_options: Data: 1.52MB + Index: 0.06MB + Engine InnoDB
    wp_2_postmeta: Data: 6.52MB + Index: 0.59MB + Engine InnoDB
    wp_2_posts: Data: 6.52MB + Index: 0.44MB + Engine InnoDB
    wp_2_rank_math_analytics_keyword_manager: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_rank_math_analytics_objects: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_termmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_terms: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_term_relationships: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
    wp_2_term_taxonomy: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_2_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_vi_wad_ali_shipping_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_vi_woo_orders_tracking_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_2_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_2_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_wfpklist_template_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_2_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_2_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wotv_woo_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_2_wpmailsmtp_emails_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_2_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 16.02MB + Index: 17.50MB + 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: 10.02MB + Index: 5.59MB + Engine InnoDB
    wp_adtribes_my_conversions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_aelia_dismissed_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_bwf_contact: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_bwf_contact_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_bwf_wc_customers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_coderun_oneclickwoo_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_commentmeta: Data: 9.52MB + Index: 8.03MB + Engine InnoDB
    wp_comments: Data: 10.52MB + Index: 8.05MB + Engine InnoDB
    wp_dgwt_wcas_index: Data: 0.34MB + Index: 0.02MB + Engine InnoDB
    wp_dgwt_wcas_invindex_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_dgwt_wcas_invindex_doclist: Data: 1.52MB + Index: 0.69MB + Engine InnoDB
    wp_dgwt_wcas_invindex_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_dgwt_wcas_invindex_wordlist: Data: 0.13MB + Index: 0.06MB + Engine InnoDB
    wp_dgwt_wcas_tax_index: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_dynamic_widgets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_ewwwio_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB
    wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_frmt_form_entry: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_frmt_form_entry_meta: Data: 0.09MB + Index: 0.08MB + Engine InnoDB
    wp_frmt_form_views: Data: 6.52MB + Index: 9.06MB + Engine InnoDB
    wp_fs_accounts: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_access_tokens: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_groups: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_groups_data: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_nodes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_node_status: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_sessions: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_account_status: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_apps: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_feeds: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_fs_grouped_accounts: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_fs_schedules: Data: 0.01MB + Index: 0.00MB + Engine InnoDB
    wp_gla_budget_recommendations: Data: 0.20MB + Index: 0.11MB + Engine InnoDB
    wp_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_hustle_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_hustle_entries_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_hustle_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_hustle_modules_meta: Data: 0.25MB + Index: 0.03MB + Engine InnoDB
    wp_hustle_tracking: Data: 0.09MB + Index: 0.25MB + Engine InnoDB
    wp_hypeanimations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_content_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_core_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_languages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_languages_translations: Data: 0.19MB + Index: 0.09MB + Engine InnoDB
    wp_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_message_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_mo_files_domains: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_node: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_strings: Data: 2.52MB + Index: 1.81MB + Engine InnoDB
    wp_icl_string_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_string_pages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_string_positions: Data: 0.30MB + Index: 0.08MB + Engine InnoDB
    wp_icl_string_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_string_translations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_icl_string_urls: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_translate: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_icl_translations: Data: 4.52MB + Index: 8.06MB + Engine InnoDB
    wp_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_icl_translation_status: Data: 1.52MB + Index: 0.38MB + Engine InnoDB
    wp_legal_pages: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_lp_popups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mclean_refs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mclean_scan: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mpd_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ns_cloner_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_options: Data: 12.47MB + Index: 2.28MB + Engine InnoDB
    wp_parcelpanel_courier: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
    wp_parcelpanel_location: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_parcelpanel_tracking: Data: 1.52MB + Index: 0.05MB + Engine InnoDB
    wp_parcelpanel_tracking_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_postmeta: Data: 291.78MB + Index: 38.09MB + Engine InnoDB
    wp_posts: Data: 57.56MB + Index: 16.09MB + Engine InnoDB
    wp_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_analytics_adsense: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_rank_math_analytics_ga: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_analytics_gsc: Data: 0.16MB + Index: 0.20MB + Engine InnoDB
    wp_rank_math_analytics_inspections: Data: 0.17MB + Index: 0.16MB + Engine InnoDB
    wp_rank_math_analytics_keyword_manager: Data: 0.50MB + Index: 0.00MB + Engine InnoDB
    wp_rank_math_analytics_objects: Data: 0.44MB + Index: 0.19MB + Engine InnoDB
    wp_rank_math_internal_links: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_internal_meta: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_rank_math_redirections: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_redirections_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_rank_math_sc_analytics: Data: 0.11MB + Index: 0.08MB + Engine InnoDB
    wp_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_sitemeta: Data: 1.52MB + Index: 0.14MB + Engine InnoDB
    wp_snippets: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_termmeta: Data: 0.23MB + Index: 0.28MB + Engine InnoDB
    wp_terms: Data: 0.14MB + Index: 0.16MB + Engine InnoDB
    wp_term_relationships: Data: 1.52MB + Index: 0.52MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.17MB + Index: 0.20MB + Engine InnoDB
    wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_trp_dictionary_en_us_de_de_formal: Data: 1.52MB + Index: 0.52MB + Engine InnoDB
    wp_trp_dictionary_en_us_en_gb: Data: 0.48MB + Index: 0.42MB + Engine InnoDB
    wp_trp_gettext_de_de_formal: Data: 0.30MB + Index: 0.28MB + Engine InnoDB
    wp_trp_gettext_en_gb: Data: 0.27MB + Index: 0.28MB + Engine InnoDB
    wp_trp_gettext_en_us: Data: 0.39MB + Index: 0.38MB + Engine InnoDB
    wp_trp_original_meta: Data: 0.08MB + Index: 0.11MB + Engine InnoDB
    wp_trp_original_strings: Data: 1.52MB + Index: 0.41MB + Engine InnoDB
    wp_usermeta: Data: 2.52MB + Index: 1.98MB + Engine InnoDB
    wp_users: Data: 0.17MB + Index: 0.16MB + Engine InnoDB
    wp_viwec_clicked: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_vi_wad_ali_shipping_info: Data: 0.09MB + Index: 0.02MB + Engine InnoDB
    wp_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_vi_woo_orders_tracking_track_info: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_abandoned_cart_record: Data: 0.31MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_cart_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_email_history: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    wp_wacv_guest_info_record: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_gpf_render_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_attributes_lookup: Data: 1.50MB + Index: 1.30MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 1.52MB + Index: 0.95MB + Engine InnoDB
    wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_remove_bg: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_remove_bg_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_slazzer_process_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_slazzer_process_status: 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_wfacp_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfblockediplog: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfconfig: Data: 1.48MB + Index: 0.00MB + Engine InnoDB
    wp_wfco_report_views: Data: 0.02MB + Index: 0.05MB + 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: 1.02MB + Index: 0.25MB + 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.47MB + Index: 0.13MB + Engine InnoDB
    wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    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_wfpklist_template_data: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
    wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfstatus: Data: 0.13MB + Index: 0.09MB + Engine InnoDB
    wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wmcc_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wmcs_cf: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wmcs_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wmcs_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_amazon_buyer_index: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_gpf_google_taxonomy: Data: 1.52MB + Index: 0.13MB + Engine InnoDB
    wp_woocommerce_prl_deploymentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_prl_deployments: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_prl_frequencies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_prl_tracking_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_prl_tracking_conversions: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_prl_tracking_views: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wotv_woo_track_info: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpmailsmtp_emails_log: Data: 2.52MB + Index: 0.17MB + Engine InnoDB
    wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpr_rucss_resources: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wpr_rucss_used_css: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_yith_ywrac_email_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_yookassa_payment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 64620
    br_product_tab: 5
    br_tabs_location: 1
    cookielawinfo: 6
    ct_size_guide: 2
    custom_css: 2
    elementor_library: 117
    forminator_forms: 3
    language_switcher: 4
    nav_menu_item: 36
    oembed_cache: 3
    page: 67
    polylang_mo: 3
    portfolio: 8
    post: 2
    postman_sent_mail: 5
    product: 883
    product_variation: 4400
    question_answer: 4
    revision: 544
    shop_coupon: 11
    shop_order: 270
    shop_order_refund: 17
    snitch: 27
    team: 4
    vi_wad_draft_product: 1084
    viwec_template: 15
    wacv_email_template: 3
    wc_order_email: 1
    wc_order_status: 10
    wcpf_item: 4
    wcpf_project: 1
    wcsts_ticket: 7
    wcsts_ticket_message: 9
    wfacp_checkout: 1
    xlwcty_thankyou: 1
    yith_wc_surveys: 5
    yith-wccos-ostatus: 1
    yith-wcgpf-feed: 2
    yith-wcgpf-template: 1
    ywrac_email: 2
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (59) ###
    
    Async JavaScript: by Frank Goossens (futtta) – 2.21.08.31
    Auto Tag Creator: by Ecreate Infotech – 1.0.1
    Autoptimize: by Frank Goossens (futtta) – 3.0.4
    Cancel order request for WooCommerce: by PI Websolution – 1.2.49
    Classic Editor: by WordPress Contributors – 1.6.2
    Code Snippets: by Code Snippets Pro – 2.14.3
    GDPR Cookie Consent: by WebToffee – 2.1.1
    Elementor Pro: by Elementor.com – 3.6.5
    Elementor: by Elementor.com – 3.6.4
    Enable Media Replace: by ShortPixel – 3.6.3
    Facebook Chat Plugin - Live Chat Plugin for WordPress: by Meta – 2.4
    Instant Indexing: by Rank Math – 1.1.16
    Flexible Checkout Fields PRO: by WP Desk – 3.2.2
    Flexible Checkout Fields: by WP Desk – 3.2.2
    Forminator: by WPMU DEV – 1.16.2
    FS Poster: by FS-Code – 5.1.0
    Heartbeat Control by WP Rocket: by WP Rocket – 2.0
    HTML Editor Syntax Highlighter: by James Bradford – 2.4.4
    Insert Headers and Footers: by WPBeginner – 1.6.0
    Loco Translate: by Tim Whitlock – 2.6.1
    Media File Renamer (Pro): by Jordy Meow – 5.3.8
    Savoy Theme - Content Elements: by NordicMade – 1.5.7
    Savoy Theme - Settings Panel: by NordicMade – 1.2.1
    Savoy Theme - Wishlist: by NordicMade – 2.4.2
    Parcel Panel Order Tracking for WooCommerce: by Parcel Panel – 2.1.2
    Rank Math SEO PRO: by Rank Math – 3.0.15
    Rank Math SEO: by Rank Math – 1.0.92.1
    Shortcode in Menus: by Gagan Deep Singh – 3.5.1
    SVG Support: by Benbodhi – 2.4.2
    Tumult Hype Animations: by  – 1.9.6
    Payment Gateway Payoneer For WooCommerce: by ThemeBing – 1.1.0
    Ship Estimate for WooCommerce: by Richard Lerma Design & Development – 1.1.8
    Product Feed ELITE for WooCommerce: by AdTribes.io – 3.5.5
    Variation Swatches for WooCommerce - Pro: by Emran Ahmed – 2.0.2
    Variation Swatches for WooCommerce: by Emran Ahmed – 2.0.1
    WooCommerce Abandoned Cart Recovery Premium: by VillaTheme – 1.0.9
    WooCommerce Conversion Tracking Pro: by weDevs – 1.0.7
    WooCommerce Conversion Tracking: by weDevs – 2.0.9
    WooCommerce Email Template Customizer Premium: by VillaTheme – 1.1.8
    WooCommerce Free Shipping Bar Premium: by VillaTheme – 1.1.13
    CURCY - WooCommerce Multi Currency Premium: by VillaTheme – 2.1.32
    WooCommerce Orders Tracking Premium: by VillaTheme – 1.0.13
    WooCommerce PayPal Payments: by WooCommerce – 1.8.0 (update to version 1.9.0 is available)
    WooCommerce Photo Reviews Premium: by VillaTheme – 1.2.0
    WooCommerce Product Tab Manager: by BeRocket – 3.0.3
    WooCommerce Smart Coupons: by StoreApps – 5.5.0
    WooCommerce Support Ticket System: by Lagudi Domenico – 13.5
    WooCommerce: by Automattic – 6.4.1 (update to version 6.6.1 is available)
    WP Paint - WordPress Image Editor: by ZetaMatic – 0.5.3
    WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels: by WebToffee – 4.0.8
    YITH WooCommerce Bulk Product Editing Premium: by YITH – 1.2.30
    YITH WooCommerce Custom Order Status Premium: by YITH – 1.2.13
    YITH WooCommerce Questions and Answers Premium: by YITH – 1.3.7
    Leira Letter Avatar: by Ariel – 1.3.6
    Nginx Helper: by rtCamp – 2.2.2
    Widget Disable: by required – 2.1.0
    WP Mail SMTP Pro: by WPForms – 3.4.0
    Wordfence Security: by Wordfence – 7.5.10
    
    ### Inactive Plugins (94) ###
    
    2Checkout Convert Plus Payment Gateway: by 2Checkout – 2.2.0
    2Checkout Inline Payment Gateway: by 2Checkout – 2.2.0
    2Checkout Payment Gateway: by 2Checkout – 2.2.0
    Admin Bar & Dashboard Control: by Author: Collins Agbonghama (W3Guy LLC) – 1.2.5
    Admin CSS MU: by Arun Basil Lal – 2.6
    Advanced Database Cleaner PRO: by Younes JFR. – 3.1.7
    Advanced iFrame custom folder: by Michael Dempfle – 1.0
    Automatic Translate Addon For Loco Translate: by Cool Plugins – 2.0
    Automatic Translate Addon For TranslatePress: by Cool Plugins – 0.7
    Booster Plus for WooCommerce: by Pluggabl LLC – 5.4.7
    Checkout Address AutoFill For WooCommerce: by zetamatic – 1.1.8
    Colorlib Login Customizer: by Colorlib – 1.3.1
    Customer Order Cancellation for WooCommerce: by fmeaddons – 1.0.1
    DeepL for WordPress : translation plugin: by Fluenx – 1.7.4.1
    Duplicate Page: by mndpsingh287 – 4.4.8
    ELEX Address Validation & Google Address Auto Complete Plugin for WooCommerce (Basic): by ELEXtensions – 1.5.7
    Envato Market: by Envato – 2.0.6
    Facebook for WooCommerce: by Facebook – 2.6.16
    Gateway for Wise on WooCommerce: by alx359 – 2.1.1
    Google Customer Reviews for WooCommerce: by eCreations – 1.0.3
    Google Listings and Ads: by WooCommerce – 1.5.0
    Hustle Pro: by WPMU DEV – 4.4.13
    Lianlian Pay for WooCommerce: by Lianlian Pay – 1.0.3
    Loco Automatic Translate Addon PRO: by Cool Plugins – 1.2
    Media Cleaner (Pro): by Jordy Meow – 6.3.2
    Microsoft Advertising Universal Event Tracking (UET): by Microsoft Corporation – 1.0.3
    Mollie Payments for WooCommerce: by Mollie – 6.7.0
    Multisite Auth: by Samuel Elh – 0.1.4
    NS Cloner - Site Copier: by Never Settle – 4.1.6
    Payment gateway - Webmoney for WooCommerce: by Mofsy – 2.1.0
    Payment Gateway for Paddle on WooCommerce: by DivDojo – 1.0.2
    Payment Gateway for VISA: by alnazer – 1.1.1
    Phoenix Media Rename: by crossi72 – 3.7.0
    PopUp by Supsystic PRO: by supsystic.com – 1.6.3
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.5
    Savoy Theme - Instagram Gallery: by NordicMade – 1.3.5
    Savoy Theme - Portfolio: by NordicMade – 1.2.8
    Savoy Theme - Team Members: by NordicMade – 1.0.8
    Sg Checkout Location Picker for WooCommerce: by Sevengits – 1.0.11
    SG Map to Address: by Sevengits – 1.0.4
    Shipping Packages for WooCommerce: by OneTeamSoftware – 1.1.24
    Snitch: by pluginkollektiv – 1.1.8
    TagGator Pro!: by Bouzid Zitouni – 2.0
    TM WooCommerce Product API Link: by Manish – 1.1.0
    TranslatePress - Business: by Cozmoslabs
    Razvan Mocanu
    Madalin Ungureanu – 1.0.4
    
    TranslatePress - Multilingual: by Cozmoslabs
    Razvan Mocanu
    Madalin Ungureanu
    Cristophor Hurduban – 2.2.4
    
    Unconfirmed: by Boone B Gorges – 1.3.5
    UPI QR Code Payment Gateway: by Sayan Datta – 1.2.2
    User Switching: by John Blackbourn & contributors – 1.5.8
    Variation Swatches for WooCommerce Pro: by RadiusTheme – 1.1.35
    Verifone Hosted Cart: by verifone – 2.5.0
    Web Stories: by Google – 1.15.1
    Widget Importer & Exporter: by ChurchThemes.com – 1.6
    WooCommerce Accepted Payment Methods: by jameskoster – 0.7.0
    Woocommerce autocomplete checkout address: by Acespritech Solutions Pvt. Ltd. – 1.1.0
    WooCommerce Custom Payment Gateway Pro: by WPRuby – 2.4.1
    WooCommerce Dynamic Pricing & Discounts: by RightPress – 2.4.3
    WooCommerce Google Analytics Pro: by SkyVerge – 1.10.0
    WooCommerce Google Product Feed: by Ademti Software Ltd. – 10.7.2
    WooCommerce MPGS: by Ali Basheer – 1.4.0
    WooCommerce Order Status Manager: by SkyVerge – 1.13.3
    WooCommerce Payssion: by Payssion – 1.1.9
    WooCommerce Product Variations Swatches Premium: by VillaTheme – 1.0.3
    WooCommerce Shipping & Tax: by WooCommerce – 1.25.25 (update to version 1.26.2 is available)
    Woocommerce Shipping Calculator On Product Page: by Magerips – 2.5
    WooCommerce Show Attributes: by Isabel Castillo – 1.6.4
    WooCommerce Single Variations: by weLaunch – 1.3.15
    WooCommerce Split Orders: by Vibe Agency – 1.5.0
    WooCommerce Stripe Gateway: by WooCommerce – 6.3.0
    WooCommerce Thank You Page - NextMove: by XLPlugins – 1.15.1
    WooCommerce Variation Structured Data - Option 3: by Lee Willis – 0.3
    WOOCS - WooCommerce Currency Switcher: by realmag777 – 2.3.8
    WooPricely - Dynamic Pricing & Discounts: by zendcrew – 1.3.5
    Woo Shipping Class Filter: by Reuven Karasik – 1.0
    WooThumbs for WooCommerce by Iconic: by Iconic – 4.8.12
    Wordfence Security: by Wordfence – 7.5.11
    WordPress Multisite Posts, Pages and Custom Post Type Posts Sync: by Obtain Infotech – 1.4.0
    WP-Optimize Premium - Clean, Compress, Cache: by David Anderson
    Ruhani Rabin
    Team Updraft – 3.2.1
    
    WP DB Search & Replace: by Weptile – 0.2.0
    WP Disable Automatic Updates: by Daniele De Rosa – 1.1
    WP Downgrade | Specific Core Version: by Reisetiger – 1.2.5
    WPLegalPages: by WPEka Club – 2.8.1
    WP Legal Pages Pro: by WPEkaClub – 7.6
    WP Migrate DB Pro: by Delicious Brains – 2.2.1
    WP Migrate DB Pro Media Files: by Delicious Brains – 2.1.0
    WP Migrate DB Pro Multisite Tools: by Delicious Brains – 1.4.1
    WP Migrate DB Pro Theme & Plugin Files: by Delicious Brains – 1.2.0
    WP Rollback: by Impress.org – 1.7.1
    YITH Google Product Feed for WooCommerce Premium: by YITH – 1.1.20
    YITH Product Size Charts for WooCommerce Premium: by YITH – 1.1.26
    YITH WooCommerce Checkout Manager: by YITH – 1.4.0
    YITH WooCommerce SMS Notifications Premium: by YITH – 1.4.7
    YITH WooCommerce Surveys Premium: by YITH – 1.2.14
    ЮKassa для WooCommerce: by YooMoney – 2.3.0
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: backpack (backpack)
    external (external)
    grouped (grouped)
    simple (simple)
    subscription (subscription)
    variable (variable)
    variable subscription (variable-subscription)
    
    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: –
    
    ### WC Pages ###
    
    Shop base: #769 - /
    Cart: #770 - /cart/
    Checkout: #771 - /checkout/
    My account: #772 - /my-account/
    Terms and conditions: #105483 - /terms-of-service/
    
    ### Theme ###
    
    Name: Savoy Child
    Version: 1.0
    Author URL: https://www.nordicmade.com
    Child Theme: ?
    Parent Theme Name: Savoy
    Parent Theme Version: 2.6.9
    Parent Theme Author URL: https://www.nordicmade.com
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: savoy/woocommerce/archive-product.php
    savoy/woocommerce/cart/cart-empty.php
    savoy/woocommerce/cart/cart-item-data.php
    savoy/woocommerce/cart/cart-shipping.php
    savoy/woocommerce/cart/cart-totals.php
    savoy/woocommerce/cart/cart.php
    savoy/woocommerce/cart/cross-sells.php
    savoy/woocommerce/cart/mini-cart.php
    savoy/woocommerce/cart/proceed-to-checkout-button.php
    savoy/woocommerce/cart/shipping-calculator.php
    savoy/woocommerce/checkout/cart-errors.php
    savoy/woocommerce/checkout/form-billing.php
    savoy/woocommerce/checkout/form-checkout.php
    savoy/woocommerce/checkout/form-coupon.php
    savoy/woocommerce/checkout/form-login.php
    savoy/woocommerce/checkout/form-pay.php
    savoy/woocommerce/checkout/form-shipping.php
    savoy/woocommerce/checkout/payment-method.php
    savoy/woocommerce/checkout/payment.php
    savoy/woocommerce/checkout/review-order.php
    savoy/woocommerce/checkout/terms.php
    savoy/woocommerce/checkout/thankyou.php
    savoy/woocommerce/content-product.php
    savoy/woocommerce/content-single-product.php
    savoy/woocommerce/content-widget-price-filter.php
    savoy/woocommerce/content-widget-product.php
    savoy/woocommerce/content-widget-reviews.php
    savoy/woocommerce/global/breadcrumb.php
    savoy/woocommerce/global/form-login.php
    savoy/woocommerce/global/quantity-input.php
    savoy/woocommerce/global/sidebar.php
    savoy/woocommerce/global/wrapper-end.php
    savoy/woocommerce/global/wrapper-start.php
    savoy/woocommerce/loop/add-to-cart.php
    savoy/woocommerce/loop/loop-end.php
    savoy/woocommerce/loop/loop-start.php
    savoy/woocommerce/loop/no-products-found.php
    savoy/woocommerce/loop/pagination.php
    savoy/woocommerce/loop/price.php
    savoy/woocommerce/loop/rating.php
    savoy/woocommerce/loop/sale-flash.php
    savoy/woocommerce/myaccount/dashboard.php
    savoy/woocommerce/myaccount/downloads.php
    savoy/woocommerce/myaccount/form-add-payment-method.php
    savoy/woocommerce/myaccount/form-edit-account.php
    savoy/woocommerce/myaccount/form-edit-address.php
    savoy/woocommerce/myaccount/form-login.php
    savoy/woocommerce/myaccount/form-lost-password.php
    savoy/woocommerce/myaccount/form-reset-password.php
    savoy/woocommerce/myaccount/lost-password-confirmation.php
    savoy/woocommerce/myaccount/my-account.php
    savoy/woocommerce/myaccount/my-address.php
    savoy/woocommerce/myaccount/navigation.php
    savoy/woocommerce/myaccount/orders.php
    savoy/woocommerce/myaccount/payment-methods.php
    savoy/woocommerce/myaccount/view-order.php
    savoy/woocommerce/notices/error.php
    savoy/woocommerce/notices/notice.php
    savoy/woocommerce/notices/success.php
    savoy/woocommerce/order/form-tracking.php
    savoy/woocommerce/order/order-again.php
    savoy/woocommerce/order/order-details-customer.php
    savoy/woocommerce/order/order-details-item.php
    savoy/woocommerce/order/order-details.php
    savoy/woocommerce/order/tracking.php
    savoy/woocommerce/product-searchform.php
    savoy/woocommerce/single-product/add-to-cart/external.php
    savoy/woocommerce/single-product/add-to-cart/grouped.php
    savoy/woocommerce/single-product/add-to-cart/simple.php
    savoy/woocommerce/single-product/add-to-cart/variable.php
    savoy/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
    savoy/woocommerce/single-product/add-to-cart/variation.php
    savoy/woocommerce/single-product/meta.php
    savoy/woocommerce/single-product/photoswipe.php
    savoy/woocommerce/single-product/price.php
    savoy/woocommerce/single-product/product-attributes.php
    savoy/woocommerce/single-product/product-image.php
    savoy/woocommerce/single-product/product-thumbnails.php
    savoy/woocommerce/single-product/rating.php
    savoy/woocommerce/single-product/related.php
    savoy/woocommerce/single-product/review-meta.php
    savoy/woocommerce/single-product/review-rating.php
    savoy/woocommerce/single-product/review.php
    savoy/woocommerce/single-product/sale-flash.php
    savoy/woocommerce/single-product/share.php
    savoy/woocommerce/single-product/short-description.php
    savoy/woocommerce/single-product/stock.php
    savoy/woocommerce/single-product/tabs/additional-information.php
    savoy/woocommerce/single-product/tabs/description.php
    savoy/woocommerce/single-product/tabs/tabs.php
    savoy/woocommerce/single-product/title.php
    savoy/woocommerce/single-product/up-sells.php
    savoy/woocommerce/single-product-reviews.php
    savoy/woocommerce/single-product.php
    savoy/woocommerce/taxonomy-product-cat.php
    savoy/woocommerce/taxonomy-product-tag.php
    savoy/woocommerce/content-product_cat.php
    
    ### WooCommerce PayPal Payments ###
    
    Onboarded: ?
    Shop country code: US
    WooCommerce currency supported: ?
    PayPal card processing available in country: ?
    Pay Later messaging available in country: ?
    Webhook status: ?
    Vault enabled: ?
    Logging enabled: –
    Reference Transactions: –
    Used PayPal Checkout plugin: ?
    
    ### Action Scheduler ###
    
    Canceled: 7
    Oldest: 2022-07-03 04:15:48 +0000
    Newest: 2022-07-03 04:15:48 +0000
    
    Complete: 40,052
    Oldest: 2022-06-06 08:35:39 +0000
    Newest: 2022-07-07 07:26:57 +0000
    
    Failed: 9
    Oldest: 2021-09-08 09:17:18 +0000
    Newest: 2022-05-28 06:47:39 +0000
    
    Pending: 47
    Oldest: 2022-07-07 07:27:01 +0000
    Newest: 2022-08-03 16:54:06 +0000
    
    ### Smart Coupons related settings ###
    
    Number of coupons to show: 5
    Number of characters in auto-generated coupon code: 
    Valid order status for auto-generating coupon: Array
    Include tax in the amount of the generated gift card: no
    Deduct credit/gift before doing tax calculations: no
    Gift Card discount is inclusive of tax: no
    Automatic deletion: no
    Coupon emails: yes
    Printing coupons: yes
    Sell gift cards at less price?: no
    Use gift card applied in first subscription order for subsequent renewals until credit reaches zero: yes
    Renewal orders should not generate coupons even when they include a product that issues coupons: no
    Allow sending of coupons to others: yes
    Allow schedule sending of coupons?: no
    Combine emails: no
    Auto generated coupon email: yes
    Combined auto generated coupons email: no
    Acknowledgement email: yes
    Enable taxes: yes
    Prices entered with tax: no
    Rounding: no
    Display prices in the shop: excl
    Display prices during cart and checkout: excl
    Display tax totals: single
    Enable the use of coupon codes: yes
    Calculate coupon discounts sequentially: no
    Account endpoints > Coupons: wc-smart-coupons
    
    ### Status report information ###
    
    Generated at: 2022-07-06 23:26:58 -08:00
    
    • This reply was modified 2 years, 4 months ago by alexliii.
    • This reply was modified 2 years, 4 months ago by alexliii.
    Thread Starter alexliii

    (@alexliii)

    Hello,

    When using the beta version, it will cause a critical error at the site frontend pages.

    Please let me know what I should do

    Thanks

    Thread Starter alexliii

    (@alexliii)

    Thanks, and sorry for the delayed reply.

    I already enabled beta version, and I need waiting for the result on Google merchant, and will update to you.

Viewing 15 replies - 481 through 495 (of 540 total)