<div class="home-cat all-cats model-cat">
			<h2 class="home__cat__title">Model Materials</h2>
			<?php 
        sysProductLoop('model-material', -1);
        ?>
		</div>
		<div class="home-cat all-cats support-cat">
			<h2 class="home__cat__title">Support Materials</h2>
			<?php 
        sysProductLoop('support-material', -1);
        ?>
		</div>
		<div class="home-cat all-cats parts-accessories-cat">
			<h2 class="home__cat__title">Parts &amp; Accessories</h2>
			<?php 
        sysProductLoop('parts-accessories', -1);
        ?>
		</div>
	</div>
	<?php 
    } else {
        echo "<h1 class='page-title'>Hello " . $current_user->user_firstname . "</h1>";
        ?>
	<section id="home-products" class="vertical-padding-large">
		<?php 
        wc_print_notices();
        ?>

		<div class="row">
			<div class="col-md-6 col-sm-6">
				<p>Thanks for registering with SYS Systems. This is where consumables compatible with your machine/s will be displayed once our staff tailor your account.</p>
 * This template can be overridden by copying it to yourtheme/woocommerce/taxonomy-product_cat.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer).
 * will need to copy the new files to your theme to maintain compatibility. We try to do this.
 * as little as possible, but it does happen. When this occurs the version of the template file will.
 * be bumped and the readme will list any important changes.
 *
 * @see        http://docs.woothemes.com/document/template-structure/
 * @package    WooCommerce/Templates
 * @version     1.6.4
 */
if (!defined('ABSPATH')) {
    exit;
    // Exit if accessed directly
}
get_header();
$cat_name = single_cat_title('', false);
?>
	<div class="page-title">
		<h1><?php 
echo $cat_name;
?>
</h1>
	</div>
	<div class="white vertical-padding">
<?php 
sysProductLoop($cat_name, -1);
?>
	<div>
<?php 
get_footer();