Displaying seller "certification"

This topic contains 3 reply and 2 voices, and was last updated by Thierry 10 years ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
April 20, 2014 at 1:42 am 19104
Thierry Hi there, I see that you can approve certain sellers to publish products directly. Is there a way to display that capability in their public profile to show them as a "certified" seller? Thank-you
April 20, 2014 at 1:42 am 19105
Thierry Thierry

I just need to know which function to echo, i’ll take care of the rest. Thank-you

April 20, 2014 at 1:58 am 19106
Tareq Hasan Tareq Hasan

It’s stored in the user meta and you can retrieve the value like this:
`$verified = get_user_meta( $seller_id, ‘dokan_publishing’, true );`. The value is `yes` if it’s a verified seller, not otherwise.

April 20, 2014 at 2:18 am 19113
Thierry Thierry

Works Like a charm. Thank-you!

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