PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
woocommerce
/
layout-products
<?php if( explode('-', $product_style)[0] !== 'vertical' ) { $product_style = 'inner-'. $product_style; } $flash_sales = isset($flash_sales) ? $flash_sales : false; $end_date = isset($end_date) ? $end_date : ''; $countdown_title = isset($countdown_title) ? $countdown_title : ''; $countdown = isset($countdown) ? $countdown : false; ?> <div <?php echo trim($attr_row); ?>> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> <div class="item"> <?php wc_get_template( 'item-product/'. $product_style .'.php', array('flash_sales' => $flash_sales, 'end_date' => $end_date, 'countdown_title' => $countdown_title, 'countdown' => $countdown, 'product_style' => $product_style ) ); ?> </div> <?php endwhile; ?> </div> <?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]