Single Product Mulit Vendor

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!

Viewing 5 reply threads
  • Author
    Posts
    • #86538
      Amit Shinde
      Participant

      Hi,
      I am using the Ultimate version with the group and staff manager. I am testing a Single Product Multi-Vendor and i noticed it create multiple duplicate products per vendor. So I decided to hide vendor products from the catalog. So I want to know, is there any way we can hide by default vendor products from catalog and at the same time we want to show those products on store profile.

    • #86787
      WCFM Forum
      Keymaster

      Hi,

      Please add this line to your site –

      add_filter( 'wcfm_is_allow_product_loop_duplicate_hide', '__return_true' );

      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/

      Thank You

      • #86800
        Amit Shinde
        Participant

        Hi,

        Thanks for the reply. I added your code to my child theme. Still, I can see duplicate products all over website.

    • #87080
      WCFM Forum
      Keymaster

      Where? Show me screenshot!

    • #87081
      WCFM Forum
      Keymaster

      Which theme you are using for the site?

      • #87118
        Amit Shinde
        Participant

        I am using electro theme and duplicate product showen at the latest product at the sidebar.

    • #87515
      WCFM Forum
      Keymaster

      OK, we will take care of this in next update.

    • #88833
      Amit Shinde
      Participant

      Hi,

      I updated all plugins today and now duplicate products not hiding. Is there any change?

      I am using this : add_filter( ‘wcfm_is_allow_product_loop_duplicate_hide’, ‘__return_true’ );

Viewing 5 reply threads
  • The topic ‘Single Product Mulit Vendor’ is closed to new replies.