Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › No products in Vendor store
- This topic has 13 replies, 2 voices, and was last updated 4 years, 10 months ago by
Sarmistha Chakraborty.
- AuthorPosts
- May 12, 2020 at 11:03 pm #130173
nicovega
Participantthe products sold by the vendors are not listed on the vendor’s page
I’ve tested all the settings, but nothing is wrong
I need help, thank you.
The page I need help with: https://pedir.clicoapp.com/s/la-cuchara-enroscada/
- May 13, 2020 at 1:38 pm #130341
Sarmistha Chakraborty
MemberHello,
By-default our WCFM plugins hide “sold by” from vendor store page,
add_action('woocommerce_after_shop_loop_item_title', 'for_storepage_wcfmmp_sold_by_product', 50 ); function for_storepage_wcfmmp_sold_by_product() { global $WCFM, $WCFMmp, $product; if ( wcfm_is_store_page() ) { if( $WCFMmp->wcfmmp_vendor->is_vendor_sold_by() ) { $product_id = $product->get_id(); $vendor_id = wcfm_get_vendor_id_by_post( $product_id ); if( apply_filters( 'wcfmmp_is_allow_archive_sold_by_advanced', false ) ) { $WCFMmp->template->get_template( 'sold-by/wcfmmp-view-sold-by-advanced.php', array( 'product_id' => $product_id, 'vendor_id' => $vendor_id ) ); } else { $WCFMmp->template->get_template( 'sold-by/wcfmmp-view-sold-by-simple.php', array( 'product_id' => $product_id, 'vendor_id' => $vendor_id ) ); } } } }
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thanks.
- May 13, 2020 at 4:32 pm #130397
nicovega
ParticipantHello and thank you,
I have added the code using this plugin – https://wordpress.org/plugins/code-snippets/
the vendor’s page still does not show the vendor’s products
Thanks for your help!
- May 13, 2020 at 6:16 pm #130432
Sarmistha Chakraborty
MemberHello,
Sorry, but we didn’t get you.
Can you please clear once again “In the vendor’s store page does not show the vendor’s products?” OR “in the product’s “sold by the vendors” label are not displaying vendor’s store page?”
Please check vendor have the product manage capability(PFA) and in vendor’s WCFM dashboard -> Products -> products listed or not?Thanks.
Attachments:
You must be logged in to view attached files. - May 13, 2020 at 6:20 pm #130435
nicovega
ParticipantHello
Sorry about the confusion.
The problem is:
“In the vendor’s store page does not show the vendor’s products”>>Please check vendor have the product manage capability(PFA)
YES>>>and in vendor’s WCFM dashboard -> Products -> products listed or not?
YES, listed and public
this product, for example:
https://pedir.clicoapp.com/p/paella/Thank you!
- May 13, 2020 at 6:52 pm #130446
Sarmistha Chakraborty
MemberHello,
Okay, have you add any custom code in your site? If yes please remove and check again.
And Kindly disable all other plugins except WooCommerce and WCFM plugins.Thanks!
- May 13, 2020 at 6:58 pm #130450
nicovega
ParticipantHello,
No customs codes
No other plugins activated
Thank you!
- May 13, 2020 at 7:00 pm #130453
Sarmistha Chakraborty
MemberHello,
Would you be comfortable sharing a temporary backend access of your site, along with site url, to debug this issue?
When sharing the access, please don’t forget to mark the reply as private.
Thank you!
- May 13, 2020 at 7:09 pm #130461
nicovega
ParticipantThis reply has been marked as private.- May 13, 2020 at 7:51 pm #130478
Sarmistha Chakraborty
MemberThis reply has been marked as private.
- May 13, 2020 at 8:30 pm #130495
nicovega
ParticipantThis reply has been marked as private. - May 13, 2020 at 9:27 pm #130530
Sarmistha Chakraborty
MemberHello,
Good News! It’s working now.
Actually you have set “Vendor Store URL” is “s”, but WordPress default search parameter is “s”, due to this the search is conflicted and it was not working.
We have changed “Vendor Store URL” to “seller”, you can change it as per your required but not “s”.Thanks.
Attachments:
You must be logged in to view attached files. - May 14, 2020 at 12:19 pm #130840
nicovega
ParticipantThank you very much Sarmistha!
Your help and assistance has been incredible. You have helped us with the WP configuration and even checking FTP.
Without your help we would have been stuck for many days, now we can move forward with our startup.
Bravo!
- May 14, 2020 at 2:03 pm #130886
Sarmistha Chakraborty
MemberYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
- AuthorPosts
- You must be logged in to reply to this topic.