To have all tabs closed on the product page by default, please follow these steps: 1) Open the file `woocommerce/tabs/tabs.php` 2) Locate line 44, which looks like this `$count = 0;` 3) Change `$count = 0;` to `$count = 1;`