woocommerce/templates/loop/no-products-found.php

18 lines
448 B
PHP

<?php
/**
* Displayed when no products are found matching the current query.
*
* Override this template by copying it to yourtheme/woocommerce/loop/no-products-found.php
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<p class="woocommerce-info"><?php _e( 'No products were found matching your selection.', 'woocommerce' ); ?></p>