Free Shipping/Flat Rate Question
-
Hello, I’m wonder why my flat rate and free shipping is showing on checkout that has a sub total of $129? I would like showing free shipping not both. Is this a feature of woocommerce?
Thank you
Kevin
The page I need help with: [log in to see the link]
-
Hi @kloader04
Thanks for reaching out!
I understand that you are seeing both the shipping options: Free Shipping and Flat Rate on your site’s checkout page when the order total is $129 and you would like to show only Free Shipping, correct?
You could configure these shipping options according to your requirements. Please refer to the documentations below for your reference:
- Flat Rate Shipping
- Free Shipping
- How to set up Free Shipping for some products and Flat Rate for the rest
Hope this helps!
My page has both options for free shipping. How can i have it show just free shipping? Here is what my checkout looks like:
Product: SubtotalSoft Plush Donut Bed – XXL? ×?2 color: Black
$149.98
Subtotal
$149.98
Coupon: extraoff-$7.50 [Remove]
Shipping Flat rate: $10.40 <—- not this
Free shipping <—- i want it this to show only, it met my criteria
HST (13%)
$18.52
Total $171.40
Thank you!
Kevin Loader
It also doesn’t get rid of the $10.40 shipping with selecting free shipping
Kevin
Hi, code did not work in child functions, pasted code from wp site below…
/** * Hide shipping rates when free shipping is available. * Updated to support WooCommerce 2.6 Shipping Zones. * * @param array $rates Array of rates found for the package. * @return array */ function my_hide_shipping_when_free_is_available( $rates ) { $free = array(); foreach ( $rates as $rate_id => $rate ) { if ( 'free_shipping' === $rate->method_id ) { $free[ $rate_id ] = $rate; break; } } return ! empty( $free ) ? $free : $rates; } add_filter( 'woocommerce_package_rates', 'my_hide_shipping_when_free_is_available', 100 );
Kevin
Hi @kloader04
This is quite strange as the code snippet on this support documentation is working on my end as expected.
It looks like a third-party plugin or your theme might be causing the conflict here.
For us to investigate this further, can you please try to switch to the default Storefront theme and only WooCommerce plugin is enabled and see if this works?
If so, then this kind of problem is usually caused by your theme or a third-party plugin present on your site. We can run a conflict test to verify this. I’d recommend cloning your site to a staging environment and performing the tests described on this guide without modifying your live site or impacting customers. Many hosts provide staging facilities, so it’s worth checking in with them. It’s also possible to do it using the free WP Staging plugin.
If this was caused by a third-party plugin present on your site, it would be best to reach out to the developers for further assistance here.
If this did not resolve the issue, please share your System Status Report, that will help us further troubleshoot.
You can find it via
WooCommerce > Status
. SelectGet system report
and thenCopy for support
. Once you’ve done that, you can paste it into your reply here.If you could also provide the fatal error logs (if any) under
WooCommerce > Status > Logs
.You could copy and paste your reply here or paste it via https://gist.github.com/ and send the link here.
Let us know how it goes!
Hi, i’ll see if i can find the suspect plugin if its doing it tomorrow.
The log showed social rabbit causing an error, I deleted the plugin.
WordPress Environment WordPress address (URL): https://thegamebutler.store
Site address (URL): https://thegamebutler.store
WC Version: 7.7.0
REST API Version: ? 7.7.0
WC Blocks Version: ? 10.0.4
Action Scheduler Version: ? 3.5.4
Log Directory Writable: ?
WP Version: 6.2
WP Multisite: –
WP Memory Limit: 4 GB
WP Debug Mode: –
WP Cron: ?
Language: en_US
External object cache: – Server Environment Server Info: Apache
PHP Version: 7.4.33
PHP Post Max Size: 768 MB
PHP Time Limit: 30000
PHP Max Input Vars: 10000
cURL Version: 7.61.1
OpenSSL/1.1.1k SUHOSIN Installed: –
MySQL Version: 8.0.33
Max Upload Size: 768 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ? Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected.
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ? Database WC Database Version: 7.7.0
WC Database Prefix: wp_
Total Database Size: 225.21MB
Database Data Size: 182.49MB
Database Index Size: 42.72MB
wp_woocommerce_sessions: Data: 0.17MB + Index: 0.01MB + Engine MyISAM
wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_woocommerce_attribute_taxonomies: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_actions: Data: 10.47MB + Index: 3.45MB + Engine MyISAM
wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_actionscheduler_logs: Data: 5.86MB + Index: 4.28MB + Engine MyISAM
wp_adrotate: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_adrotate_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_adrotate_linkmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_adrotate_schedule: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_adrotate_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_adrotate_stats_archive: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_adrotate_tracker: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ads_abandoned_emails: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
wp_ads_abandoned_statistic: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ads_abandoned_store: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ads_activities: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ads_ali_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ads_apply: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ads_attributes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ads_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_comments_hash: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ads_orders_item: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ads_products: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ads_products_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_search_analytics: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_shipping: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_shipping_location: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ads_task_upload_images: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_ads_variations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ads_variations_map: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_adsw_activities: Data: 3.24MB + Index: 0.21MB + Engine MyISAM
wp_adsw_ali_meta: Data: 6.88MB + Index: 0.05MB + Engine MyISAM
wp_adsw_comments_hash: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
wp_adsw_search_analytics: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_adsw_task_upload_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_adsw_variations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aioseo_cache: Data: 1.03MB + Index: 0.03MB + Engine InnoDB
wp_aioseo_notifications: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
wp_aioseo_posts: Data: 2.52MB + Index: 0.05MB + Engine InnoDB
wp_aioseo_search_statistics_objects: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_aioseo_terms: Data: 0.31MB + Index: 0.08MB + Engine InnoDB
wp_blc_filters: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_blc_instances: Data: 1.52MB + Index: 0.38MB + Engine InnoDB
wp_blc_links: Data: 9.52MB + Index: 3.20MB + Engine InnoDB
wp_blc_synch: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
wp_cartflows_ca_cart_abandonment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_commentmeta: Data: 0.05MB + Index: 0.02MB + Engine MyISAM
wp_comments: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
wp_defender_audit_log: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_defender_email_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_defender_lockout: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
wp_defender_lockout_log: Data: 0.47MB + Index: 0.23MB + Engine InnoDB
wp_defender_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_defender_scan_item: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_e_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ewwwio_images: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_formmaker: Data: 0.04MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_backup: Data: 0.05MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_blocked: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_cookies: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_display_options: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_query: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_submits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_themes: Data: 0.09MB + Index: 0.00MB + Engine MyISAM
wp_formmaker_views: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_frm_fields: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_frm_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_frm_item_metas: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_frm_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_gdpr_cookie_post_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_gdpr_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_automation_run_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_automation_run_subjects: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_mailpoet_automation_runs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_automation_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_automation_versions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_automations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailpoet_custom_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_dynamic_segment_filters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_feature_flags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_forms: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_log: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_mapping_to_external_entities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailpoet_newsletter_links: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_mailpoet_newsletter_option: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_newsletter_option_fields: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_mailpoet_newsletter_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_newsletter_segment: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_newsletter_templates: Data: 1.73MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_newsletters: Data: 0.05MB + Index: 0.01MB + Engine MyISAM
wp_mailpoet_scheduled_task_subscribers: Data: 0.43MB + Index: 0.39MB + Engine MyISAM
wp_mailpoet_scheduled_tasks: Data: 0.15MB + Index: 0.05MB + Engine MyISAM
wp_mailpoet_segments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_mailpoet_sending_queues: Data: 0.08MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_settings: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_statistics_bounces: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_statistics_clicks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_statistics_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_statistics_newsletters: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
wp_mailpoet_statistics_opens: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_mailpoet_statistics_unsubscribes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_statistics_woocommerce_purchases: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_stats_notifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_subscriber_custom_field: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_subscriber_ips: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_subscriber_segment: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
wp_mailpoet_subscriber_tag: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_subscribers: Data: 0.03MB + Index: 0.05MB + Engine MyISAM
wp_mailpoet_tags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_user_agents: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mailpoet_user_flags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_newsletter: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_newsletter_emails: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
wp_newsletter_sent: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_newsletter_stats: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_newsletter_user_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_options: Data: 8.29MB + Index: 0.56MB + Engine MyISAM
wp_payment_discount: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_payment_transaction: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_pimwick_gift_card: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pimwick_gift_card_activity: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_hash: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_images: Data: 0.29MB + Index: 0.11MB + Engine MyISAM
wp_pmxi_imports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_postmeta: Data: 64.83MB + Index: 20.21MB + Engine MyISAM
wp_posts: Data: 10.26MB + Index: 2.46MB + Engine MyISAM
wp_rm_fields: Data: 0.11MB + Index: 0.00MB + Engine InnoDB
wp_rm_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_front_users: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_login: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_login_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_paypal_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_paypal_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_reports_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_rows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_sent_mails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_sessions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_stats: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_submission_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_submissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_tabs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_task_exe_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_rm_tasks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_sb2_404: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_sb2_autolink: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sb2_bl: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sb2_crawl: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sb2_kw: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_sb2_kwdt: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sb2_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sb2_urls: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sb2_urls_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sellvia_activities: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_sellvia_shipping_group: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sellvia_shipping_relation: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_signups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sr_events: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
wp_sr_media: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_sr_media_albums: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_sr_objects: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_sr_spinners: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sr_stat_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_sr_stat_profile: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sr_statistics: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_sship_shipping: Data: 31.52MB + Index: 0.05MB + Engine InnoDB
wp_sship_shipping_list: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sship_shippings_order: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_relationships: Data: 0.26MB + Index: 0.49MB + Engine MyISAM
wp_term_taxonomy: Data: 0.30MB + Index: 0.32MB + Engine MyISAM
wp_termmeta: Data: 0.40MB + Index: 0.28MB + Engine MyISAM
wp_terms: Data: 0.28MB + Index: 0.41MB + Engine MyISAM
wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_usermeta: Data: 0.06MB + Index: 0.02MB + Engine MyISAM
wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wacv_abandoned_cart_record: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_wacv_cart_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wacv_email_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wacv_guest_info_record: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_product_attributes_lookup: Data: 0.11MB + Index: 0.08MB + Engine InnoDB
wp_wc_product_download_directories: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_product_meta_lookup: Data: 1.40MB + Index: 1.44MB + Engine MyISAM
wp_wc_rate_limits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wfblockediplog: Data: 0.03MB + Index: 0.02MB + Engine MyISAM
wp_wfblocks7: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wfconfig: Data: 2.52MB + Index: 0.01MB + Engine MyISAM
wp_wfcrawlers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wffilechanges: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wffilemods: Data: 7.49MB + Index: 0.88MB + Engine MyISAM
wp_wfhits: Data: 1.01MB + Index: 0.12MB + Engine MyISAM
wp_wfhoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wfissues: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
wp_wfknownfilelist: Data: 5.39MB + Index: 0.27MB + Engine MyISAM
wp_wflivetraffichuman: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wflocs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wflogins: Data: 0.34MB + Index: 0.07MB + Engine MyISAM
wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wfls_role_counts: Data: 0.00MB + Index: 0.00MB + Engine MEMORY
wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
wp_wfpendingissues: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wfreversecache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wfsnipcache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wfstatus: Data: 0.12MB + Index: 0.05MB + Engine MyISAM
wp_wftrafficrates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_bolt_checkout_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_square_customers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wotv_woo_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpda_vertical_menu_theme: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpf_filters: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpf_meta_keys: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
wp_wpf_meta_values: Data: 0.20MB + Index: 0.23MB + Engine InnoDB
wp_wpf_meta_values_bk: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wt_iew_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yith_wcwl: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_yith_wcwl_lists: Data: 0.00MB + Index: 0.01MB + Engine MyISAM Post Type Counts attachment: 14978
custom_css: 1
elementor_library: 1
form-maker: 1
frm_form_actions: 2
frm_styles: 1
jb_store_css: 12
mailpoet_page: 1
nav_menu_item: 85
page: 24
post: 6
product: 1072
product_variation: 19077
responsive_accordion: 1
shop_coupon: 1
sp_wcslider: 3
sp_wps_shortcodes: 1
tablepress_table: 1
ultimate-woo-cart: 1
wacv_email_template: 3
wcct_countdown: 2
wcpcsu-custom-post: 1
wp_global_styles: 1
wpmm_theme: 3
wpsm_accordion_pro: 2
wptb-tables: 6
yith_slide: 1
yith_slider: 2
yith_wcps_type: 2 Security Secure connection (HTTPS): ?
Hide errors from visitors: ? Active Plugins (37) WP Table Builder: by WP Table Builder – 1.4.9
AdRotate Banner Manager: by Arnan de Gans – 5.12.1
CAPTCHA 4WP: by WP White Security – 7.2.0
Akismet Anti-Spam: by Automattic – 5.1
AliDropship Woo Plugin: by Vitaly Kukin & Yaroslav Nevskiy & Pavel Shishkin & Denis Zharov – 1.6.53
All in One SEO: by All in One SEO Team – 4.3.6.1
Blog Designer Pack: by InfornWeb – 3.3
Broken Link Checker: by WPMU DEV – 2.0.0
Classic Editor: by WordPress Contributors – 1.6.3
Classic Widgets: by WordPress Contributors – 0.3
WebToffee PayPal Express Checkout Payment Gateway for WooCommerce ( Free ): by WebToffee – 1.7.9
Fommerce - Fomo for WooCommerce: by Blocksera – 1.1.5
Form Maker: by 10Web Form Builder Team – 1.15.13
GDPR Cookie Consent: by WPEkaClub – 2.2.5
Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 8.14.1
Jetpack Boost: by Automattic - Jetpack Site Speed team – 1.8.0
Jetpack: by Automattic – 12.1
MailPoet: by MailPoet – 4.15.0
Max Mega Menu: by megamenu.com – 3.2.2
No-Bot Registration: by Arnan de Gans – 1.9.1
Really Simple SSL: by Really Simple Plugins – 6.2.5
Restore Paypal Standard For WooCommerce: by Jose Mortellaro – 1.0.3
Side Cart WooCommerce: by XootiX – 2.2
To Top: by Catch Plugins – 2.5.2
Under Construction: by WebFactory Ltd – 3.97
UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
DavidAnderson – 1.23.3 WooCommerce Cart Abandonment Recovery: by CartFlows Inc – 1.2.24
Category Slider Pro for WooCommerce: by ShapedPlugin LLC – 1.4.5
WooCommerce: by Automattic – 7.7.0
Wordfence Security: by Wordfence – 7.9.2
WordPress Importer: by wordpressdotorg – 0.8.1
WP-Optimize - Clean, Compress, Cache: by David Anderson
Ruhani Rabin
Team Updraft – 3.2.15 YITH Proteo Toolkit: by YITH – 1.2.2
YITH Slider for page builders: by YITH – 1.0.8
YITH WooCommerce Compare: by YITH – 2.26.0
YITH WooCommerce Product Slider Carousel: by YITH – 1.22.0
YITH WooCommerce Wishlist: by YITH – 3.20.0 Inactive Plugins (4) AI Assistant by 10Web: by 10Web - AI Assistant team – 1.0.15
AI Assistant by 10Web - SEO Pack: by 10Web - AI Assistant team – 1.0.4
Gift Up!: by Gift Up! – 2.19.2
SocialRabbit: by Maxim D. & Vitaly K. & Yaroslav N. & Ilya D. – 3.3.25 Dropin Plugins (1) advanced-cache.php: advanced-cache.php Settings API Enabled: –
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
pw gift card (pw-gift-card)
simple (simple)
variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5) Connected to WooCommerce.com: –
Enforce Approved Product Download Directories: –
HPOS feature screen enabled: –
HPOS feature enabled: –
Order datastore: WC_Order_Data_Store_CPT
HPOS data sync enabled: – WC Pages Shop base: #13733 - /everything/
Cart: #9 - /cart/
Checkout: #10 - /checkout/
My account: #11 - /my-account/
Terms and conditions: #5039 - /terms-and-conditions/ Theme Name: YITH Proteo Child
Version: 1.2.1
Author URL:
Child Theme: ?
Parent Theme Name: YITH Proteo
Parent Theme Version: 1.9.1 – 1.9.2 is available
Parent Theme Author URL: https://yithemes.com
WooCommerce Support: ? Templates Overrides: yith-proteo/woocommerce/checkout/form-checkout.php
yith-proteo/woocommerce/content-single-product.php
yith-proteo/woocommerce/content-widget-product.php
yith-proteo/woocommerce/single-product/meta.php Admin Enabled Features: activity-panels
analytics
coupons
customer-effort-score-tracks
import-products-task
experimental-fashion-sample-products
shipping-smart-defaults
shipping-setting-tour
homescreen
marketing
mobile-app-banner
navigation
onboarding
onboarding-tasks
remote-inbox-notifications
remote-free-extensions
payment-gateway-suggestions
shipping-label-banner
subscriptions
store-alerts
transient-notices
woo-mobile-welcome
wc-pay-promotion
wc-pay-welcome-page Disabled Features: product-block-editor
minified-js
new-product-management-experience
product-variation-management
settings Daily Cron: ? Next scheduled: 2023-05-11 13:03:56 -04:00
Options: ?
Notes: 45
Onboarding: completed Action Scheduler Complete: 33,573
Oldest: 2023-04-09 19:48:53 -0400
Newest: 2023-05-10 19:44:41 -0400 Failed: 611
Oldest: 2022-12-01 09:33:25 -0500
Newest: 2023-05-08 20:02:56 -0400 Pending: 6
Oldest: 2023-05-10 19:44:48 -0400
Newest: 2023-05-17 09:35:00 -0400 Status report information Generated at: 2023-05-10 19:44:43 -04:00
`Hi @kloader04
Hi, i’ll see if i can find the suspect plugin if its doing it tomorrow.
Great! Let us know how that goes!
The code is working. I cleared the cache. You think I would do that being in the website biz a long time duhhhhh.
Thank you for your help!
Kevin
Hi Kevin,
Glad to hear that this is now working as expected on your end!
I will go ahead and mark this as resolved then – feel free to create a new topic if you need further help ??
Also, if you have a few minutes, we’d love it if you could leave us a review:?
https://www.ads-software.com/support/plugin/woocommerce/reviews/
Cheers!
- The topic ‘Free Shipping/Flat Rate Question’ is closed to new replies.