Hi guys,
I recently used this page template fix as explained in the Woocommerce docs :
<?php
/*
Template Name: Woocommerce
*/
?>
<?php get_header(); ?>
<div id="content_area" class="clearfix fullwidth">
<div id="main_content" style="padding:20px;">
<?php woocommerce_content(); ?>
</div> <!-- end #main_content -->
</div> <!-- end #content_area -->
<?php get_footer(); ?>
You can see the full explanation here. If it helps someone out please let me know.