PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
woocommerce
<?php /** * The template for displaying product category thumbnails within loops. * * Override this template by copying it to yourtheme/woocommerce/content-product_cat.php * * @author WooThemes * @package WooCommerce/Templates * @version 2.6.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; } global $woocommerce_loop; // Store loop count we're currently on if ( empty( $woocommerce_loop['loop'] ) ) { $woocommerce_loop['loop'] = 0; } // Store column count for displaying the grid if ( empty( $woocommerce_loop['columns'] ) ) { $woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 4 ); } // Increase loop count $woocommerce_loop['loop'] ++; ?> <li <?php wc_product_cat_class(); ?>> <?php do_action( 'woocommerce_before_subcategory', $category ); ?> <a class="show-cat" href="<?php echo esc_url( get_term_link( $category->slug, 'product_cat' ) ); ?>"> <?php /** * woocommerce_before_subcategory_title hook * * @hooked woocommerce_subcategory_thumbnail - 10 */ do_action( 'woocommerce_before_subcategory_title', $category ); ?> <h3> <?php echo esc_html($category->name); if ( $category->count > 0 ) echo apply_filters( 'woocommerce_subcategory_count_html', ' <mark class="count">(' . esc_html($category->count) . ')</mark>', $category ); ?> </h3> <?php /** * woocommerce_after_subcategory_title hook */ do_action( 'woocommerce_after_subcategory_title', $category ); ?> </a> <?php do_action( 'woocommerce_after_subcategory', $category ); ?> </li>
[+]
..
[-] content-recent-viewed.php
[edit]
[+]
layout-categories
[+]
checkout
[-] content-product_cat.php
[edit]
[+]
myaccount
[+]
global
[+]
loop
[-] yith-wfbt-form.php
[edit]
[-] content-product.php
[edit]
[-] content-widget-product.php
[edit]
[+]
item-product
[-] content-product-quickview.php
[edit]
[-] content-products.php
[edit]
[+]
single-product
[+]
item-categories
[+]
cart
[-] .woocommerce.php
[edit]
[-] yith-wfbt-form-free.php
[edit]
[-] content-single-product.php
[edit]
[+]
item-tag
[-] wishlist-view.php
[edit]
[+]
layout-products