BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Call vendor on category pages

Viewing 15 posts - 1 through 15 (of 18 total)
  • Question

    #64725
    @smedia

    Hi,

    I would like to add the vendor url below products on category pages.
    Right now people are forced to click a product to see who’s behind it.

    Thanks in advance!

    Answers

    #65150
    @smedia

    I was told by WCVendors that if you removed the hook for the vendor name to show on the product loops, only you can add it back in.

    Any chance i can get the vendors show up in category pages?
    I have a screenshot attached of what i mean.

    #65186
    @zarko

    Hi @smedia,

    Add this to your child theme:
    add_action(‘woocommerce_after_shop_loop_item_title’, array(‘WCV_Vendor_Shop’, ‘template_loop_sold_by’), 20);

    #65187
    @smedia

    Hi @zarko,

    I’ve added it to onesocial-child/functions.php but i see no changes.

    #65211
    @vapvarun

    Hi @smedia, Please wait for while
    It will be part of our next update.
    Thanks for your paitence.
    Regards
    Varun Dubey

    #67284
    @smedia

    Hi @vapvarun,

    Can you tell me when the next update is expected?
    It’s urgent to know in case i’m still gonna ask for refund.

    Thanks in advance

    #67340
    @vapvarun

    Hi @smedia, Next update for Marketplace will be available after 2 weeks. Developers also need time to work in task.
    Regards
    Varun Dubey

    #67341
    @smedia

    Hi Thanks for replying.

    I got answers on my topics that i need to wait for the next update. And yet i have waited a couple weeks watching other people getting help with even unrelated theme/marketplace problems.
    That doesn’t make me happy. I want to start off to with it.

    I also need fixes on my issues, just like other people having trouble with mobile, shop sections on vendor shop pages, and vendor links in category pages, possibility to add a custom main menu (just to name some)

    #67345
    @vapvarun

    Hi @smedia
    Above codes provided by @zarko are working fine. You can add them inside child theme functions.php

    
    add_action('woocommerce_after_shop_loop_item_title', array('WCV_Vendor_Shop', 'template_loop_sold_by'), 20);
    

    https://drive.google.com/file/d/0Bzv-k-FcE80iQjJybXE4WDZiaEE/view?usp=drivesdk

    Regards
    Varun Dubey

    #67348
    @smedia

    Excellent, i didn’t changed the ‘ character. My bad.
    Thanks alot!

    1 more thing that i need to overbridge the waiting is the marketpanel position.
    I somehow cannot get the submenu’s showing off correctly. It dissapears behind the content below, or it moves all content further down as you can see in the attachment.
    I normaly don’t have much problems with this, but i don’t get it.

    #67399
    @anve

    Hi @smedia,

    Could you please share your site url .

    Regards
    Anve

    #67401
    @smedia

    i’m affraid thats not possible.
    But i haven’t made changes to the original theme.

    #67404
    @donmacarius

    @smedia, @vapvarun I put the code in the Child theme functions but it’s not working. Am I doing something wrong?

    #67407
    @smedia

    @donmacarius You need to change the ‘ characters

    #67413
    @vapvarun

    Hi @donmacarius
    I have updated the code with ‘ , it should work now.

    Regards
    Varun Dubey

Viewing 15 posts - 1 through 15 (of 18 total)
  • The question ‘Call vendor on category pages’ is closed to new replies.