WooCommerce not enqueuing its scripts [closed]

Here was the problem.
I just didn’t add the

<?php wp_footer(); ?>

in my footer.php file.

so simple but important.
I guess woocommerce group should check if wp_footer() doesn’t exists add the scripts in header instead because I have wp_head() set up in my header.php