PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
woocommerce
/
layout-products
<?php wp_enqueue_script( 'slick' ); wp_enqueue_script( 'besa-custom-slick' ); $type = apply_filters( 'besa_woo_config_product_layout', 10,2 ); $inner = 'inner-'.$type; $columns = isset($columns) ? $columns : 4; $only_image = isset($only_image) ? $only_image : false; if( $only_image ) { $product_item = 'content-recent-viewed'; } else { $product_item = 'item-product/'.$inner; } $rows_count = isset($rows) ? $rows : 1; $nav_type = ( !empty($nav_type) ) ? $nav_type : 'no'; $pagi_type = ( !empty($pagi_type) ) ? $pagi_type : 'no'; $auto_type = ( !empty($auto_type) ) ? $auto_type : 'no'; $loop_type = ( !empty($loop_type) ) ? $loop_type : 'no'; $autospeed_type = ( !empty($autospeed_type) ) ? $autospeed_type : 500; $screen_desktop = isset($screen_desktop) ? $screen_desktop : 4; $screen_desktopsmall = isset($screen_desktopsmall) ? $screen_desktopsmall : 3; $screen_tablet = isset($screen_tablet) ? $screen_tablet : 3; $screen_landscape_mobile = isset($screen_landscape_mobile) ? $screen_landscape_mobile : 2; $screen_mobile = isset($screen_mobile) ? $screen_mobile : 1; $disable_mobile = isset($disable_mobile) ? $disable_mobile : ''; $data_carousel = besa_tbay_data_carousel($rows, $nav_type, $pagi_type, $loop_type, $auto_type, $autospeed_type, $disable_mobile); $responsive_carousel = besa_tbay_check_data_responsive_carousel($columns, $screen_desktop, $screen_desktopsmall, $screen_tablet, $screen_landscape_mobile, $screen_mobile); $class_item = ($rows_count != 1) ? 'row-no-one' : ''; ?> <div class="owl-carousel products rows-<?php echo esc_attr( $rows_count ); ?> <?php echo esc_attr( $class_item ); ?> <?php besa_slick_carousel_product_block_image_class(); ?>" <?php echo trim($responsive_carousel); ?> <?php echo trim($data_carousel); ?> > <?php while ( $loop->have_posts() ): $loop->the_post(); global $product; ?> <div class="item"> <div class="products-grid product"> <?php wc_get_template( $product_item.'.php'); ?> </div> </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]