Get all categories

You can use the wp_list_categories function with the taxonomy argument product_cat:

<ul class="categories">
     <?php wp_list_categories( 'taxonomy=product_cat&title_li=' ) ?>
</ul>