How to install missing woocommerce pages
- Go to the “System Status” tab on Woocommerce
- Click on the “Tools” tab at the top of the page
- On that page, the sixth option down is called “Install pages”.
- Clicking that will “install all the missing WooCommerce pages. Pages already defined and set up will not be replaced.”
How to disable the default stylesheet
WooCommerce enqueues 3 stylesheets by default. You can disable them all with the following snippet:
add_filter( 'woocommerce_enqueue_styles', '__return_false' );