White screen only on some woocommerce products

Note

  • You should perform the following steps on the staging site. You can create a staging site by cloning the current site to another domain or a sub-domain.

  • Implement the working solution to the live site.

Try the following points one by one and check if it fixed the issue. If one step didn’t work, then move to the next step.

  1. Increase Memory Limits
    • Add define('WP_MEMORY_LIMIT', '256M'); in wp-config.php
    • Add php_value memory_limit 256M in .htaccess
    • Add memory_limit = 256M in php.ini
    • Try to increase the value to higher value if 256M is not working
  2. Disable Plugins
    • Disable all plugins one by one
  3. Disable Active Theme
    • Switch back to default theme
  4. Switch on Debugging
    • Add define( 'WP_DEBUG', true ); in wp-config.php
    • It may show the error messages instead of the white screen. You may get hint to fix the issue after seeing the error