Search
Close this search box.
Search
Close this search box.

WooCommerce Troubleshooting

How to install missing woocommerce pages

  1. Go to the “System Status” tab on Woocommerce
  2. Click on the “Tools” tab at the top of the page
  3. On that page, the sixth option down is called “Install pages”.
  4. 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' );