– PHP version ? (minimal PHP version required is 5.6+)
– WordPress version
– WooCommerce version
– Theme you are using
Also We cant know whats going on with your website if you dont show us DEBUG ?
– open Chrome DevTools – Console – and check are there errors
Chrome Dev Tools
– enable WordPress DEBUG
Enable Debug in WP
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Display of errors and warnings
define( 'WP_DEBUG_DISPLAY', true);
[ Signature deleted ]