PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Filter by_author + WCFM Store Name

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi

Is it possible to request that it can be possible to use"by_athor" plugin but instead of the username, it shows the WCFM Store Name (wclover)

 

 

Hello

In this case, you should customize the plugin code in file - wp-content\plugins\woocommerce-products-filter\ext\by_author\views\shortcodes\woof_author_filter.php   - https://c2n.me/4gID3sJ.png and  https://c2n.me/4gID5o9.png

ok, but the code loads data from the"user" table (display_name) , $user->data->display_name

how can I load from user_meta table instead ?

Hello

As I wrote before, you need to customize the code.

To  get  user  meta - https://developer.wordpress.org/reference/functions/get_user_meta/  and replace $user->data->display_name with your data