woocommerce/templates/taxonomy-product_cat.php

10 lines
286 B
PHP
Raw Normal View History

2012-07-11 10:23:31 +00:00
<?php
/**
* The Template for displaying products in a product category. Simple includes the archive template.
*
* Override this template by copying it to yourtheme/woocommerce/taxonomy-product_cat.php
*
* @package WooCommerce
*/
woocommerce_get_template( 'archive-product.php' );