Keeps showing out of stock
-
we tried to contact with woocommerce about this problem but still zero responds. Since shortly it keeps showing the out of stock sizes and products on our website. Normally they’d automatically disappear from our website when a product or size is sold out. Now it shows “Only 0 left in stock” and people can still click and find the sold out sizes/products. Also the shopping cart appeared so they think it’s still on sale! We switched to a different theme to see if the problem was in the themebuilding but the same problem keeps showing.
Is there a different way then only settings->products etc to remove the out of stock sized and products on our website? I found a plugin for it, but really expensive. Is there a code maybe i can use for this problem? I really don’t understand why this problem all of sudden appeared, it always worked perfectly.- This topic was modified 1 year, 5 months ago by moederenik.
-
Hi @moederenik,
Please make sure that the?Hide out of stock items from the catalog?box is checked under WooCommerce > Settings > Products > Inventory.
This should hide the out of stock items. If?this doesn’t work as expected on your site, you’ll need to do a conflict test to investigate if the issue is coming from a plugin/theme conflict.
You can find a detailed explanation on how to do a conflict test here:?https://docs.woocommerce.com/document/how-to-test-for-conflicts/
The following snippet of code will hide out-of-stock products from the catalog:
function hide_out_of_stock_products( $q ) { $meta_query = $q->get( 'meta_query' ); $meta_query[] = array( 'key' => '_stock_status', 'value' => 'outofstock', 'compare' => '!=' ); $q->set( 'meta_query', $meta_query ); } add_action( 'woocommerce_product_query', 'hide_out_of_stock_products' );
You can add this snippet of code to your active child theme’s functions.php file.
Please make sure you don’t edit the theme files directly as they will be overwritten when the theme is updated. To protect your changes from updates, create a?Child Theme?in which to keep all your changes.
I hope this helps! Good luck!
Hi Kaavya,
Thanks for all the tips. Already tried everything that your described, i put that in my message. I will try the snippet code but i don’t think that will be the solution either!- This reply was modified 1 year, 5 months ago by moederenik.
Hi @moederenik,
Have you also tried performing a conflict test to make sure there is no plugin conflict?
1. Switch your theme to Storefront.
2. Disable all plugins except WooCommerce.
3. Test to confirm if out of stock products are hidden.If the issue persists despite following the above steps, kindly share the following information for further investigation:
1. System Status: You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
2. Fatal Error Log: A copy of any fatal error log found under WooCommerce > System Status > Logs (if available).Also, let me know if that code works for you.
Hi Kaavya,
The code didn’t work either, i find it more important that the out of stock sized disappear. Maybe there is a problem in the variation options since the last update of woocommerce. I dunnow!WordPress Environment WordPress address (URL): https://www.moederenik.nl Site address (URL): https://www.moederenik.nl WC Version: 7.8.0 REST API Version: ? 7.8.0 WC Blocks Version: ? 10.2.3 Action Scheduler Version: ? 3.5.4 Log Directory Writable: ? WP Version: 6.2.2 WP Multisite: – WP Memory Limit: 768 MB WP Debug Mode: – WP Cron: ? Language: nl_NL External object cache: – Server Environment Server Info: LiteSpeed PHP Version: 8.0.29 PHP Post Max Size: 768 MB PHP Time Limit: 300 PHP Max Input Vars: 5000 cURL Version: 7.77.0 NSS/3.79 SUHOSIN Installed: – MySQL Version: 10.4.27-MariaDB-cll-lve Max Upload Size: 768 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? Database WC Database Version: 7.8.0 WC Database Prefix: wp_2 Totale database grootte: 116.38MB Database gegevens grootte: 87.48MB Database index grootte: 28.90MB wp_2woocommerce_sessions: Data: 0.23MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_order_items: Data: 0.93MB + Index: 0.47MB + Engine MyISAM wp_2woocommerce_order_itemmeta: Data: 6.58MB + Index: 4.53MB + Engine MyISAM wp_2woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2actionscheduler_actions: Data: 12.65MB + Index: 3.18MB + Engine MyISAM wp_2actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2actionscheduler_logs: Data: 6.29MB + Index: 4.65MB + Engine MyISAM wp_2berocket_termmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2comments: Data: 4.59MB + Index: 1.73MB + Engine MyISAM wp_2donate_mollie: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2donate_mollie_donors: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2donate_mollie_subscriptions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_2gwolle_gb_entries: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2gwolle_gb_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2itsec_bans: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2itsec_dashboard_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_2itsec_distributed_storage: Data: 3.71MB + Index: 0.00MB + Engine MyISAM wp_2itsec_fingerprints: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2itsec_geolocation_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2itsec_lockouts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2itsec_logs: Data: 0.09MB + Index: 0.03MB + Engine MyISAM wp_2itsec_mutexes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2itsec_opaque_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2itsec_temp: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2itsec_user_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2mollie_pending_payment: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2ms_snippets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2nextend2_image_storage: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_2nextend2_section_storage: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2nextend2_smartslider3_generators: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2nextend2_smartslider3_sliders: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_2nextend2_smartslider3_sliders_xref: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2nextend2_smartslider3_slides: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2options: Data: 4.85MB + Index: 0.19MB + Engine MyISAM wp_2postmeta: Data: 30.46MB + Index: 9.25MB + Engine MyISAM wp_2posts: Data: 7.08MB + Index: 0.67MB + Engine MyISAM wp_2smush_dir_images: Data: 0.15MB + Index: 0.07MB + Engine MyISAM wp_2snippets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2termmeta: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wp_2terms: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_2term_relationships: Data: 0.12MB + Index: 0.25MB + Engine MyISAM wp_2term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_2tinvwl_analytics: Data: 0.09MB + Index: 0.05MB + Engine InnoDB wp_2tinvwl_items: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_2tinvwl_lists: Data: 0.05MB + Index: 0.00MB + Engine InnoDB wp_2usermeta: Data: 0.90MB + Index: 0.46MB + Engine MyISAM wp_2users: Data: 0.05MB + Index: 0.04MB + Engine MyISAM wp_2wccs_conditions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wccs_condition_meta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2wcpdf_invoice_number_2022: Data: 0.04MB + Index: 0.03MB + Engine MyISAM wp_2wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2wc_admin_notes: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_2wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wc_customer_lookup: Data: 0.21MB + Index: 0.15MB + Engine MyISAM wp_2wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wc_order_coupon_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2wc_order_product_lookup: Data: 0.76MB + Index: 0.58MB + Engine MyISAM wp_2wc_order_stats: Data: 0.26MB + Index: 0.15MB + Engine MyISAM wp_2wc_order_tax_lookup: Data: 0.13MB + Index: 0.16MB + Engine MyISAM wp_2wc_product_attributes_lookup: Data: 0.20MB + Index: 0.20MB + Engine InnoDB wp_2wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_2wc_product_meta_lookup: Data: 0.26MB + Index: 0.36MB + Engine MyISAM wp_2wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_2wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wdm_bidders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wdp_orders: Data: 0.10MB + Index: 0.05MB + Engine MyISAM wp_2wdp_order_items: Data: 0.08MB + Index: 0.07MB + Engine MyISAM wp_2wdp_persistent_rules_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2wdp_rules: Data: 0.04MB + Index: 0.00MB + Engine MyISAM wp_2wdr_order_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2wdr_order_item_discounts: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_2wdr_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2wdslayer: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wdsslide: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2wdsslider: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2woo_ua_auction_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_2yoast_indexable: Data: 0.22MB + Index: 0.05MB + Engine MyISAM wp_2yoast_indexable_hierarchy: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_2yoast_migrations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_2yoast_primary_term: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_2yoast_seo_links: Data: 0.05MB + Index: 0.02MB + Engine MyISAM wp_2yoast_seo_meta: Data: 0.05MB + Index: 0.05MB + Engine MyISAM wp_2zbscrm_api_keys: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_admlog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_aka: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_2zbs_companies: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_2zbs_contacts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_customfields: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_dbmigration_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_dbmigration_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_2zbs_events: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_2zbs_event_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_externalsources: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_2zbs_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_invoices: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_2zbs_lineitems: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_2zbs_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_object_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_quotes: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_2zbs_quotes_templates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_security_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_segments: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_segments_conditions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_settings: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_sys_cronmanagerlogs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_sys_email: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_sys_email_hist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_2zbs_tags: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_tags_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_2zbs_tax_table: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_temphash: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_tracking: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_2zbs_transactions: Data: 0.02MB + Index: 0.14MB + Engine InnoDB wp_kidscommentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidscomments: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidscpappbk_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidscpappbk_messages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsitsec_distributed_storage: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsitsec_fingerprints: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsitsec_geolocation_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsitsec_lockouts: Data: 0.03MB + Index: 0.01MB + Engine MyISAM wp_kidsitsec_logs: Data: 4.66MB + Index: 0.04MB + Engine MyISAM wp_kidsitsec_opaque_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsitsec_temp: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_kidslinks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_customers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_discount_codes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_kidsmollie_forms_payments: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_price_options: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_registrations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_registration_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_registration_price_options: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsmollie_forms_subscriptions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsoptions: Data: 0.11MB + Index: 0.03MB + Engine MyISAM wp_kidspostmeta: Data: 0.05MB + Index: 0.02MB + Engine MyISAM wp_kidsposts: Data: 0.25MB + Index: 0.02MB + Engine MyISAM wp_kidstermmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsterms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_kidsterm_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsterm_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsusermeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_kidsusers: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_kidswc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswc_product_meta_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_kidswc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_order_itemmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidswoocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsyoast_seo_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_kidsyoast_seo_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM Post Type Counts attachment: 749 br_filters_group: 1 br_labels: 2 br_product_filter: 2 custom_css: 3 customize_changeset: 1 elementor_library: 1 feedback: 364 itsec-dash-card: 6 itsec-dashboard: 1 jetpack_migration: 2 jp_img_sitemap: 1 jp_sitemap: 1 jp_sitemap_master: 1 jp_vid_sitemap: 1 ml-slide: 2 ml-slider: 1 nav_menu_item: 34 oembed_cache: 6 option-tree: 1 page: 22 popup_theme: 6 post: 4 product: 206 product_variation: 2326 revision: 917 shop_coupon: 20 shop_order: 2868 shop_order_refund: 371 sp_wps_shortcodes: 1 spucpt: 2 ultimate-auction: 6 wcps: 1 wds-slider: 1 wp_global_styles: 1 wpcf7_contact_form: 2 yith_wcan_preset: 1 Security Secure connection (HTTPS): ? Hide errors from visitors: ? Dropin Plugins (2) advanced-cache.php: advanced-cache.php maintenance.php: maintenance.php Must Use Plugins (1) Elementor Safe Mode: door Elementor.com – 1.0.0 Settings API Enabled: ? Force SSL: – Currency: EUR (€) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: auction (auction) external (external) grouped (grouped) simple (simple) variable (variable) woosb (woosb) woosg (woosg) 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 Winkelbasis: #7 - /shop-moederdochter/ Winkelwagen: #8 - /winkelmand/ Afrekenen: #9 - /afrekenen/ Mijn account: #10 - /mijn-account/ Algemene voorwaarden: #68 - /algemene-voorwaarden/ Theme Name: Woostify Version: 2.2.3 Author URL: https://woostify.com/about Child Theme: ? – Als je wijzigingen aanbrengt in WooCommerce of in een hoofdthema dat je niet zelf gebouwd hebt raden we het gebruik van een sub thema aan. Zie: Hoe maak je eensub thema WooCommerce Support: ? Templates Overrides: woostify/woocommerce/single-product/stock.php Admin Enabled Features: activity-panels analytics product-block-editor coupons customer-effort-score-tracks import-products-task experimental-fashion-sample-products shipping-smart-defaults shipping-setting-tour homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices woo-mobile-welcome wc-pay-promotion wc-pay-welcome-page Disabled Features: core-profiler minified-js new-product-management-experience product-variation-management settings async-product-editor-category-field Daily Cron: ? Next scheduled: 2023-06-15 03:32:50 +00:00 Options: ? Notes: 16 Onboarding: completed Action Scheduler Afgerond: 11.991 Oldest: 2023-05-14 20:40:35 +0000 Newest: 2023-06-14 20:28:51 +0000 Mislukt: 24.621 Oldest: 2020-11-09 19:01:09 +0000 Newest: 2023-06-13 11:49:35 +0000 In afwachting: 5 Oldest: 2023-06-14 20:38:51 +0000 Newest: 2024-01-01 00:00:01 +0000 Status report information Generated at: 2023-06-14 20:33:43 +00:00 `
Hi @moederenik ,
Thanks for reaching out!
we tried to contact with woocommerce about this problem but still zero responds
Would you mind sharing the ticket number you received when submitting a request so that we can check this on our end?
i find it more important that the out of stock sized disappear
I’m not sure I fully understand what you are wanting to achieve. Would you mind providing more clarity on the above. Perhaps a screenshot of what you are seeing on your end may be helpful, as well as a link to a product exhibiting this behavior.
Snipboard.io?can be used for easily sharing screenshots – please follow the instructions on that page, then paste the URL in this thread.
Looking forward to your response!
- The topic ‘Keeps showing out of stock’ is closed to new replies.