vendor->get( get_query_var( 'author' ) ); $store_info = $store_user->get_shop_info(); $social_info = $store_user->get_social_profiles(); $store_tabs = dokan_get_store_tabs( $store_user->get_id() ); $social_fields = dokan_get_social_profile_fields(); $dokan_store_times = ! empty( $store_info['dokan_store_time'] ) ? $store_info['dokan_store_time'] : []; $current_time = dokan_current_datetime(); $today = strtolower( $current_time->format( 'l' ) ); $dokan_appearance = get_option( 'dokan_appearance' ); $profile_layout = empty( $dokan_appearance['store_header_template'] ) ? 'default' : $dokan_appearance['store_header_template']; $store_address = dokan_get_seller_short_address( $store_user->get_id(), false ); $dokan_store_time_enabled = isset( $store_info['dokan_store_time_enabled'] ) ? $store_info['dokan_store_time_enabled'] : ''; $store_open_notice = isset( $store_info['dokan_store_open_notice'] ) && ! empty( $store_info['dokan_store_open_notice'] ) ? $store_info['dokan_store_open_notice'] : __( 'Store Open', 'ayyash' ); $store_closed_notice = isset( $store_info['dokan_store_close_notice'] ) && ! empty( $store_info['dokan_store_close_notice'] ) ? $store_info['dokan_store_close_notice'] : __( 'Store Closed', 'ayyash' ); $show_store_open_close = dokan_get_option( 'store_open_close', 'dokan_appearance', 'on' ); $general_settings = get_option( 'dokan_general', [] ); $banner_width = dokan_get_vendor_store_banner_width(); if ( ( 'default' === $profile_layout ) || ( 'layout2' === $profile_layout ) ) { $profile_img_class = 'profile-img-circle'; } else { $profile_img_class = 'profile-img-square'; } if ( 'layout3' === $profile_layout ) { unset( $store_info['banner'] ); $no_banner_class = ' profile-frame-no-banner'; $no_banner_class_tabs = ' dokan-store-tabs-no-banner'; } else { $no_banner_class = ''; $no_banner_class_tabs = ''; } ?>
get_banner() ) { ?> <?php echo esc_attr( $store_user->get_shop_name() ); ?>
 
    $field ) { ?>
<?php echo esc_attr( $store_user->get_shop_name() ); ?>
get_shop_name() ) && 'default' !== $profile_layout ) { ?>

get_shop_name() ); ?>

  • get_id() ) ); ?>
    • get_email() ) ) { ?>
    • get_email() ); ?>
    • get_phone() ) ) { ?>
    • get_phone() ); ?>
    • get_id() ) ) : ?> $dokan_store_times, 'today' => $today, 'dokan_days' => dokan_get_translated_days(), 'current_time' => $current_time, 'times_heading' => __( 'Weekly Store Timing', 'ayyash' ), 'closed_status' => __( 'CLOSED', 'ayyash' ), ] ); ?>
    • get_id() ); ?>