Shortcode to show seller name

This topic contains 0 reply and 0 voices, and was last updated by Anonymous No Topics
Viewing 1 Posts - 1 through 1 (of 0 total)
Author Posts
September 17, 2015 at 4:02 pm 72228
Can you please share the shortcode to display profile picture of seller and seller name? or the PHPCODE. I will make shortcode myself.
September 17, 2015 at 6:09 pm 72281
towhid towhid

Hello Ghulam,

Unfortunately, there is no shortcode to show seller profile picture.

But to show seller name in the store page you have to navigate plugins/dokan/templates/store-header.php

Now find get_avatar( $store_user->ID, 80 ); and $store_info['store_name']; from that file.

get_avatar( $store_user->ID, 80 ); uses for profile picture.

$store_info['store_name']; uses for show seller name.

If you still have any confusion please let me know. I am here to help you.

Thanks

Viewing 1 Posts - 1 through 1 (of 0 total)