post_type == 'product' ) remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 ); $store_user = get_userdata( get_query_var( 'author' ) ); $store_info = dokan_get_store_info( $store_user->ID ); get_header( 'shop' ); ?>

'
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ); if ( class_exists( 'Dokan_Store_Location' ) ) { the_widget( 'Dokan_Store_Category_Menu', array( 'title' => __( 'Store Category', 'xstore' ) ), $args ); if ( dokan_get_option( 'store_map', 'dokan_general', 'on' ) == 'on' ) { the_widget( 'Dokan_Store_Location', array( 'title' => __( 'Store Location', 'xstore' ) ), $args ); } if ( dokan_get_option( 'store_open_close', 'dokan_general', 'on' ) == 'on' ) { the_widget( 'Dokan_Store_Open_Close', array( 'title' => __( 'Store Time', 'xstore' ) ), $args ); } if( dokan_get_option( 'contact_seller', 'dokan_general', 'on' ) == 'on' ) { the_widget( 'Dokan_Store_Contact_Form', array( 'title' => __( 'Contact Vendor', 'xstore' ) ), $args ); } } } ?>