Hi @ns9790,
needing urgent help as customers are unable to purchase items from my store. When selecting a variation from a variable product an intermittent error occurs: please select some product options
Even after the product is selected. Only In stock items are shown on my website. The error occurs intermittently so it’s extremely difficult to test. I have created a staging site and disabled all plugins except the WooCommerce plugin and the error still occurs. I have cleared all caches and transients. All plugins up to date.
From what I understand, you’re encountering an intermittent error message that says “Please select some product options” even after a product variation is selected. This issue is causing difficulties for your customers when they try to make purchases from your store. I can understand how this can be frustrating for you and your customers, and I appreciate your patience as we work to resolve this.
You’ve done a great job in troubleshooting so far by creating a staging site, disabling all plugins except for WooCommerce, clearing all caches and transients, and ensuring all plugins are up-to-date. These are usually the first steps we recommend in diagnosing this kind of issue.
Now, let’s proceed with some additional steps:
- Review your product settings: Ensure that you have correctly configured your products. For variable products, make sure that all variations have a price and are in stock. Here’s a quick guide on 👉 Variable Product.
- Theme Conflict: Sometimes the issue might be with the theme you’re using. Try switching to a default WordPress theme like Storefront on your staging site and see if the problem persists. Here’s a handy guide on how to test for conflicts: 👉 How to Test for Plugin and Theme Conflicts.
- Turn on Debugging: Should the problem still be there, let’s try activating debugging in WordPress. This can help us pinpoint the issue. You can turn on debugging by adding these lines to your wp-config.php file:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
This will create a debug.log file in your wp-content directory, logging any PHP errors or notices. For a more detailed guide on enabling debugging in WordPress, you can visit this link: 👉 Debugging in WordPress
If the issue continues after trying these steps, please share more details, like the exact error messages you see when debug mode is on. This will help us identify and solve the problem more effectively.
Also, please share any fatal error logs (if any) found under WooCommerce > Status > Logs.
Once you have that, please paste it inside a Code block in your reply, or use https://pastebin.com/ to paste it and share the link with us.
Thanks for your patience and cooperation in this matter! We’re here to help you get this sorted.