/home/arranoyd/eventrify/wp-content/themes/uptime/woocommerce.php
<?php get_header(); ?>

<section>
	<div class="container">
		<?php woocommerce_content(); ?>
	</div>
</section>

<?php get_footer();