i’m not talking about geolocation. the normal maps n the vendor dashboard
I found this;
function dokan_seller_displayname( $display_name ) {
if ( current_user_can( 'seller' ) && ! is_admin() ) {
$seller_info = dokan_get_store_info( dokan_get_current_user_id() );
$display_name = ( ! empty( $seller_info['store_name'] ) ) ? $seller_info['store_name'] : $display_name;
}
return $display_name;
yes, not supported in my country
I would have used another plugin but there is none that supports local mobile payment in my country. I am not familiar with coding so there is no alternative. Please help.