No products in Vendor store

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Tagged: ,

Viewing 11 reply threads
  • Author
    Posts
    • #130173
      nicovega
      Participant

      the 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/

    • #130341

      Hello,

      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.

    • #130397
      nicovega
      Participant

      Hello 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!

    • #130432

      Hello,

      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.
    • #130435
      nicovega
      Participant

      Hello

      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!

    • #130446

      Hello,

      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!

    • #130450
      nicovega
      Participant

      Hello,

      No customs codes

      No other plugins activated

      Thank you!

      • #130453

        Hello,

        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!

    • #130461
      nicovega
      Participant
      This reply has been marked as private.
    • #130495
      nicovega
      Participant
      This reply has been marked as private.
    • #130530

      Hello,

      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.
    • #130840
      nicovega
      Participant

      Thank 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!

    • #130886

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

Viewing 11 reply threads
  • You must be logged in to reply to this topic.