BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Call vendor on category pages
- This topic has 17 replies, 5 contibutors, and was last updated 8 years, 7 months ago by Anonymous.
Question
March 23, 2016 at 12:56 am #64725@smediaHi,
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
March 25, 2016 at 8:19 am #65150@smediaI 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.March 25, 2016 at 10:44 am #65186@
AnonymousHi @smedia,
Add this to your child theme:
add_action(‘woocommerce_after_shop_loop_item_title’, array(‘WCV_Vendor_Shop’, ‘template_loop_sold_by’), 20);March 25, 2016 at 10:55 am #65187@smediaHi @zarko,
I’ve added it to onesocial-child/functions.php but i see no changes.
March 25, 2016 at 1:10 pm #65211@
AnonymousHi @smedia, Please wait for while
It will be part of our next update.
Thanks for your paitence.
Regards
Varun DubeyApril 7, 2016 at 1:05 pm #67284@smediaHi @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
April 8, 2016 at 2:13 am #67340@
AnonymousHi @smedia, Next update for Marketplace will be available after 2 weeks. Developers also need time to work in task.
Regards
Varun DubeyApril 8, 2016 at 2:20 am #67341@smediaHi 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)
April 8, 2016 at 2:48 am #67345@
AnonymousHi @smedia
Above codes provided by @zarko are working fine. You can add them inside child theme functions.phpadd_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 DubeyApril 8, 2016 at 2:56 am #67348@smediaExcellent, 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.April 8, 2016 at 7:24 am #67399April 8, 2016 at 7:28 am #67401@smediai’m affraid thats not possible.
But i haven’t made changes to the original theme.April 8, 2016 at 7:51 am #67404@donmacarius@smedia, @vapvarun I put the code in the Child theme functions but it’s not working. Am I doing something wrong?
April 8, 2016 at 7:53 am #67407@smedia@donmacarius You need to change the ‘ characters
April 8, 2016 at 8:06 am #67413@
AnonymousHi @donmacarius
I have updated the code with ‘ , it should work now.Regards
Varun Dubey
- The question ‘Call vendor on category pages’ is closed to new replies.