seller name

This topic contains 3 reply and 2 voices, and was last updated by towhid 8 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
May 31, 2015 at 4:22 am 45713
towhid please i want the seller info under a single product to display the sellers first name and not the sellers username
May 31, 2015 at 2:31 pm 45718
towhid towhid

Hello Obiora,

Use this line $author->first_name to show sellers first name instead of sellers username.

Thanks

May 31, 2015 at 4:54 pm 45740
obiora obiora

on what file?

June 1, 2015 at 2:15 pm 45813
towhid towhid

Hello,

Please open plugins/dokan-plugin/includes/wc-template.php

and find this line:
<?php printf( '<a href="%s">%s</a>', dokan_get_store_url( $author->ID ), $author->display_name ); ?>

and replace the following line with the above line:
<?php printf( '<a href="%s">%s</a>', dokan_get_store_url( $author->ID ), $author->first_name ); ?>

Thanks

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