BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Featured Sellers?
Tagged: featured seller
- This topic has 9 replies, 4 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
March 7, 2016 at 10:19 am #61886@georgeallen003How do you make a seller a “Featured seller” to show in the Visual composer marketplace featured seller module? I have a single seller showing in it, but not sure how to add or remove a seller from it.
Thanks,
GeorgeAnswers
March 10, 2016 at 6:36 pm #62466@georgeallen003Anyone experience how the featured seller options work?
March 11, 2016 at 3:04 am #62515@uwethwpHi George @georgeallen003, no setting required for the widget. If you have some 3-4 sellers, with products, give them some likes and add them to favorites at some users. And they appear automatically in the widget. Means, only sellers with products AND some activity (like and favorites) will appear.
Hope this helps.March 11, 2016 at 5:42 am #62531@bruce7075Hi @geogeallen003, it’s based on the number of ‘Likes’ and theme will make it show up as ‘Featured Sellers’ automatically.
March 16, 2016 at 8:26 am #63329@
AnonymousHi
We have added “User ID” field where you can enter ID of user you want to show. If its omitted than featured seller will be shown based on number of likes.
Regards
March 16, 2016 at 8:53 am #63344@bruce7075Is it available with next update? Or … Please kindly describe more details how it works. Thanks!
March 16, 2016 at 9:14 am #63347@uwethwpHi @zarko: Any option to remove the “0 sold” from the sellers widget? Its against privacy policy to communicate what others sold. Thx
March 16, 2016 at 11:37 am #63388@
Anonymous@bruce7075 “User ID” should be already awailable in this version, “Featured Seller” visual composer widget. If you add use ID to field, that user will show like featured.
@uwethwp at the moment only this “hard” way:function overwrite_shortcode()
{
// remove plugins shortcode
remove_shortcode(‘featured_seller’);
// attach your own
add_shortcode(‘custom_featured_sellers’, ‘custom_featured_sellers’ );
}
add_action( ‘wp_loaded’, ‘overwrite_shortcode’ );than you need to copy featured_sellers function from plugin (line #272 vc-elemnts.php), rename it to custom_featured_sellers and remove
this lineI’ll add some hook for easy disable in next update.
March 16, 2016 at 11:42 am #63392@bruce7075Thanks, @zarko!
March 22, 2016 at 1:45 am #64482@
AnonymousHave added option in Marketplace settings to remove “Sold” if you want. v1.0.5
- The question ‘Featured Sellers?’ is closed to new replies.