PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Products Category */ $category = $cat_operator = $product_type = $limit = $orderby = $order = ''; extract( $settings ); if (empty($settings['category'])) { return; } $layout_type = $settings['layout_type']; $this->settings_layout(); /** Get Query Products */ $loop = $this->get_query_products($category, $cat_operator, $product_type, $limit, $orderby, $order); $attr_row = $this->get_render_attribute_string('row'); ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <?php $this->render_element_heading(); ?> <?php if( !empty($feature_image['id']) ) : ?> <div class="product-category-content row"> <div class="col-md-3 d-md-block d-sm-none d-xs-none"> <?php $this->render_item_image($settings) ?> </div> <div class="col-md-9"> <?php wc_get_template( 'layout-products/layout-products.php' , array( 'loop' => $loop, 'product_style' => $product_style, 'attr_row' => $attr_row) ); ?> </div> </div> <?php else : ?> <?php wc_get_template( 'layout-products/layout-products.php' , array( 'loop' => $loop, 'product_style' => $product_style, 'attr_row' => $attr_row) ); ?> <?php endif; ?> <?php $this->render_item_button($settings)?> </div>
[+]
..
[-] products.php
[edit]
[-] woocommerce-tags.php
[edit]
[-] product-category.php
[edit]
[-] product-flash-sales.php
[edit]
[-] custom-image-list-categories.php
[edit]
[-] instagram.php
[edit]
[-] newsletter.php
[edit]
[-] features.php
[edit]
[-] brands.php
[edit]
[-] search-form.php
[edit]
[-] button.php
[edit]
[-] testimonials.php
[edit]
[-] custom-language.php
[edit]
[-] nav-menu.php
[edit]
[-] our-team.php
[edit]
[-] list-menu.php
[edit]
[-] list-categories-product.php
[edit]
[-] banner-close.php
[edit]
[-] product-tabs.php
[edit]
[-] site-logo.php
[edit]
[-] custom-image-list-tags.php
[edit]
[-] product-recently-viewed.php
[edit]
[-] product-count-down.php
[edit]
[-] .elementor_templates.php
[edit]
[-] heading.php
[edit]
[-] currency.php
[edit]
[-] posts-grid.php
[edit]
[-] product-categories-tabs.php
[edit]
[-] wishlist.php
[edit]
[-] compare.php
[edit]
[-] product-list-tags.php
[edit]
[-] banner.php
[edit]
[-] mini-cart.php
[edit]
[-] account.php
[edit]