PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
<div id="dokan-seller-listing-wrap" class="grid-view"> <div class="seller-listing-content"> <?php if ( $sellers['users'] ) : ?> <ul class="dokan-seller-wrap"> <?php foreach ( $sellers['users'] as $seller ) { $vendor = dokan()->vendor->get( $seller->ID ); $store_banner_id = $vendor->get_banner_id(); $store_name = $vendor->get_shop_name(); $store_url = $vendor->get_shop_url(); $store_rating = $vendor->get_rating(); $is_store_featured = $vendor->is_featured(); $store_phone = $vendor->get_phone(); $store_info = dokan_get_store_info( $seller->ID ); $store_address = dokan_get_seller_short_address( $seller->ID ); $store_banner_url = $store_banner_id ? wp_get_attachment_image_src( $store_banner_id, $image_size ) : DOKAN_PLUGIN_ASSEST . '/images/default-store-banner.png'; ?> <li class="dokan-single-seller woocommerce coloum-<?php echo esc_attr( $per_row ); ?> <?php echo ( ! $store_banner_id ) ? 'no-banner-img' : ''; ?>"> <div class="store-wrapper"> <div class="store-header"> <div class="store-banner"> <a href="<?php echo esc_url( $store_url ); ?>"> <img src="<?php echo is_array( $store_banner_url ) ? esc_attr( $store_banner_url[0] ) : esc_attr( $store_banner_url ); ?>"> </a> </div> </div> <div class="store-content <?php echo ! $store_banner_id ? esc_attr( 'default-store-banner' ) : '' ?>"> <div class="store-data-container"> <div class="featured-favourite"> <?php if ( $is_store_featured ) : ?> <div class="featured-label"><?php esc_html_e( 'Featured', 'dokan-lite' ); ?></div> <?php endif ?> <?php do_action( 'dokan_seller_listing_after_featured', $seller, $store_info ); ?> </div> <div class="store-data"> <h2><a href="<?php echo esc_attr( $store_url ); ?>"><?php echo esc_html( $store_name ); ?></a></h2> <?php if ( !empty( $store_rating['count'] ) ): ?> <div class="dokan-seller-rating" title="<?php echo sprintf( esc_attr__( 'Rated %s out of 5', 'dokan-lite' ), esc_attr( $store_rating['rating'] ) ) ?>"> <?php echo wp_kses_post( dokan_generate_ratings( $store_rating['rating'], 5 ) ); ?> <p class="rating"> <?php echo esc_html( sprintf( __( '%s out of 5', 'dokan-lite' ), $store_rating['rating'] ) ); ?> </p> </div> <?php endif ?> <?php if ( $store_address ): ?> <?php $allowed_tags = array( 'span' => array( 'class' => array(), ), 'br' => array() ); ?> <p class="store-address"><?php echo wp_kses( $store_address, $allowed_tags ); ?></p> <?php endif ?> <?php if ( $store_phone ) { ?> <p class="store-phone"> <i class="fa fa-phone" aria-hidden="true"></i> <?php echo esc_html( $store_phone ); ?> </p> <?php } ?> <?php do_action( 'dokan_seller_listing_after_store_data', $seller, $store_info ); ?> </div> </div> </div> <div class="store-footer"> <div class="seller-avatar"> <?php echo get_avatar( $seller->ID, 150 ); ?> </div> <a href="<?php echo esc_url( $store_url ); ?>" title="<?php esc_attr_e( 'Visit Store', 'dokan-lite' );?>"> <span class="dashicons dashicons-arrow-right-alt2 dokan-btn-theme dokan-btn-round"></span> </a> <?php do_action( 'dokan_seller_listing_footer_content', $seller, $store_info ); ?> </div> </div> </li> <?php } ?> <div class="dokan-clearfix"></div> </ul> <!-- .dokan-seller-wrap --> <?php $user_count = $sellers['count']; $num_of_pages = ceil( $user_count / $limit ); if ( $num_of_pages > 1 ) { echo '<div class="pagination-container clearfix">'; $pagination_args = array( 'current' => $paged, 'total' => $num_of_pages, 'base' => $pagination_base, 'type' => 'array', 'prev_text' => __( '← Previous', 'dokan-lite' ), 'next_text' => __( 'Next →', 'dokan-lite' ), ); if ( ! empty( $search_query ) ) { $pagination_args['add_args'] = array( 'dokan_seller_search' => $search_query, ); } $page_links = paginate_links( $pagination_args ); if ( $page_links ) { $pagination_links = '<div class="pagination-wrap">'; $pagination_links .= '<ul class="pagination"><li>'; $pagination_links .= join( "</li>\n\t<li>", $page_links ); $pagination_links .= "</li>\n</ul>\n"; $pagination_links .= '</div>'; echo $pagination_links; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped } echo '</div>'; } ?> <?php else: ?> <p class="dokan-error"><?php esc_html_e( 'No vendor found!', 'dokan-lite' ); ?></p> <?php endif; ?> </div> </div>
[+]
..
[-] store-lists-filter.php
[edit]
[-] store-lists.php
[edit]
[-] sub-orders.php
[edit]
[+]
maps
[+]
orders
[+]
withdraw
[-] store-lists-loop.php
[edit]
[+]
account
[+]
login-form
[-] store-sidebar.php
[edit]
[+]
widgets
[-] upgrade-notice.php
[edit]
[+]
global
[-] store-header.php
[edit]
[+]
settings
[+]
dashboard
[+]
emails
[-] my-orders.php
[edit]
[-] store-toc.php
[edit]
[+]
products
[-] seller-search-form.php
[edit]
[-] store.php
[edit]
[+]
admin-setup-wizard