PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
themes
/
legenda
/
woocommerce
/
loop
<?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 ?> <div class="empty-category-block"> <?php etheme_option( 'empty_category_content' ); ?> <p><a class="button active arrow-left" href="<?php echo get_permalink( wc_get_page_id( 'shop' ) ); ?>"><span><?php esc_html_e( 'Return To Shop', 'legenda' ) ?></span></a></p> </div>
[+]
..
[-] rating.php
[edit]
[-] loop-end.php
[edit]
[-] add-to-cart.php
[edit]
[-] loop-start.php
[edit]
[-] no-products-found.php
[edit]
[-] pagination.php
[edit]