PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
woocommerce
/
layout-products
<?php $product_item = isset($product_item) ? $product_item : 'list'; ?> <ul class="tbay-w-products-list"> <?php while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?> <?php wc_get_template_part( 'item-product/'.$product_item ); ?> <?php endwhile; ?> </ul> <?php wp_reset_postdata(); ?>
[+]
..
[-] carousel-related.php
[edit]
[-] carousel.php
[edit]
[-] grid.php
[edit]
[-] list.php
[edit]
[-] carousel-widget.php
[edit]
[-] grid-recently-viewed.php
[edit]
[-] layout-products.php
[edit]
[-] carousel-recently-viewed.php
[edit]
[-] vertical.php
[edit]
[-] .layout-products.php
[edit]