PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
global
<?php /** * Dokan Seller Single product tab Template * * @since 2.4 * * @package dokan */ ?> <h2><?php esc_html_e( 'Vendor Information', 'dokan-lite' ); ?></h2> <ul class="list-unstyled"> <?php do_action( 'dokan_product_seller_tab_start', $author, $store_info ); ?> <?php if ( !empty( $store_info['store_name'] ) ) { ?> <li class="store-name"> <span><?php esc_html_e( 'Store Name:', 'dokan-lite' ); ?></span> <span class="details"> <?php echo esc_html( $store_info['store_name'] ); ?> </span> </li> <?php } ?> <li class="seller-name"> <span> <?php esc_html_e( 'Vendor:', 'dokan-lite' ); ?> </span> <span class="details"> <?php printf( '<a href="%s">%s</a>', esc_url( dokan_get_store_url( $author->ID ) ), esc_attr( $author->display_name ) ); ?> </span> </li> <?php if ( ! dokan_is_vendor_info_hidden( 'address' ) && ! empty( $store_info['address'] ) ) { ?> <li class="store-address"> <span><b><?php esc_html_e( 'Address:', 'dokan-lite' ); ?></b></span> <span class="details"> <?php echo wp_kses_post( dokan_get_seller_address( $author->ID ) ) ?> </span> </li> <?php } ?> <li class="clearfix"> <?php echo wp_kses_post( dokan_get_readable_seller_rating( $author->ID ) ); ?> </li> <?php do_action( 'dokan_product_seller_tab_end', $author, $store_info ); ?> </ul>
[+]
..
[-] seller-registration-form.php
[edit]
[-] product-tab.php
[edit]
[-] dokan-message.php
[edit]
[-] dokan-help.php
[edit]
[-] content-widget-products.php
[edit]
[-] dokan-success.php
[edit]
[-] dokan-error.php
[edit]
[-] no-permission.php
[edit]
[-] header-menu.php
[edit]
[-] dashboard-nav.php
[edit]
[-] seller-warning.php
[edit]
[-] dokan-warning.php
[edit]