Current File : /pages/54/47/d0016649/home/htdocs/ipc1/wp-content/themes/lhst/woocommerce/taxonomy-product_cat.php
<?php
/**
 * The Template for displaying products in a product category. Simply includes the archive template.
 *
 * Override this template by copying it to yourtheme/woocommerce/taxonomy-product_cat.php
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     1.6.4
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

wc_get_template( 'archive-product.php' );