Good to know! Nice debugging 🙂
Hi!
Does your theme have WooCommerce support? check the last (Theme) table in WooCommerce->Status (/wp-admin/admin.php?page=wc-status).
If not, add the following to the theme functions.php
add_theme_support('woocommerce');
Regards