PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
woocommerce
/
loop
<?php /** * Product Loop Start * * @author WooThemes * @package WooCommerce/Templates * @version 3.3.0 * @flatsome-version 3.16.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } $cols = esc_attr( wc_get_loop_prop( 'columns' ) ); ?> <div class="products <?php echo flatsome_product_row_classes( $cols ); ?>"> <?php
[-] loop-start.php
[edit]
[-] result-count.php
[edit]
[-] header.php
[edit]
[-] rating.php
[edit]
[-] sale-flash.php
[edit]
[-] filter-button.php
[edit]
[-] breadcrumbs.php
[edit]
[-] loop-end.php
[edit]
[-] pagination.php
[edit]
[+]
..