I'm using my own custom theme and the footer area works fine on every other pages. However, I don't get footer on WooCommerce shop and single-product pages.
I thought that the problem was because the WooCommerce templates for single-product page asks for <?php get_footer( 'shop' ); ?>, the footer named shop. However, it doesn't have problem calling or getting the header, which is not named as shop.