Debug JS and CSS
To debug the JS and CSS of the plugin you will need to define the next constant in any place in your code. The recommended place is in your wp-config.php.
define( 'SCRIPT_DEBUG', true );
With this constant defined WC4BP will use the full file instead of the minified version.
Read more in the codex. https://codex.wordpress.org/Debugging_in_WordPress#SCRIPT_DEBUG
Please let us know if you need help.
Help us, Rate it ;)