Viewing 10 posts - 1 through 10 (of 10 total)
  • Question

    #61886
    @georgeallen003

    How 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,
    George

    Answers

    #62466
    @georgeallen003

    Anyone experience how the featured seller options work?

    #62515
    @uwethwp

    Hi 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.

    #62531
    @bruce7075

    Hi @geogeallen003, it’s based on the number of ‘Likes’ and theme will make it show up as ‘Featured Sellers’ automatically.

    #63329
    @zarko

    Hi

    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

    #63344
    @bruce7075

    Is it available with next update? Or … Please kindly describe more details how it works. Thanks!

    #63347
    @uwethwp

    Hi @zarko: Any option to remove the “0 sold” from the sellers widget? Its against privacy policy to communicate what others sold. Thx

    #63388
    @zarko

    @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 line

    I’ll add some hook for easy disable in next update.

    #63392
    @bruce7075

    Thanks, @zarko!

    #64482
    @zarko

    @uwethwp

    Have added option in Marketplace settings to remove “Sold” if you want. v1.0.5

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Featured Sellers?’ is closed to new replies.