Customers not pulling through to WCFM

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Customers not pulling through to WCFM

Viewing 11 reply threads
  • Author
    Posts
    • #34543
      jadenew
      Guest

      Hi there,

      I have the following setup:

      Wyzi directory theme (using WC Marketplace)
      WCFM

      Now when a customer places an order, I – as a vendor – would expect to see this customer in WCFM’s tab “CUSTOMERS”. However I don’t. Is that intentional and am I only able to see customers I have manually added – or – is that a bug and vendors should automatically see all customers that have ever placed an order with them?

      Thanks

    • #34770
      WCFM Forum
      Keymaster

      HI,

      Thanks for get in touch with us.

      Can you please know me one thing, that user placed the order what is user role for that user?

      If that user’s role is “customer” then it will be definitely under customer dashboard.

      Thank You

    • #34823
      jadenew
      Guest

      It is a Wyzi custom role called “Client”.

      Thing is I have vendors who don’t have a “Customer” user role and vendors can also place orders. That would mean that they would not show up in the list. If I add additional role to all users to be “Customer”, would that work?

      Thank you

    • #34870
      WCFM Forum
      Keymaster

      Hi,

      Can you please add this line of code to your site –

      add_filter( 'wcfm_customer_user_role', function( $customer_roles ) {
        return 'customer, client';
      });

      Thank You

    • #35686
      jadenew
      Guest

      Hi and thank you for the snippet but it didn’t work unfortunately. I have put it in child’s theme functions.php and also tried adding it via a PHP snippet WP plugin.

    • #35702
      WCFM Forum
      Keymaster

      Hi,

      Please be sure your custom user role “client”?

      Thank You

    • #36230
      jadenew
      Guest

      Hi there,

      yes it is. That’s how I tested it.

      Thanks

    • #36311
      WCFM Forum
      Keymaster

      Hi,

      I understand this problem, will resolve in next update.

      Between, that custom code no more required.

      Thank You

    • #36530
      jadenew
      Guest

      Hi, when will be the next update please? What you mean code is not required? Thank you

    • #36533
      WCFM Forum
      Keymaster

      HI,

      I have give you this code –

      add_filter( ‘wcfm_customer_user_role’, function( $customer_roles ) {
      return ‘customer, client’;
      });

      It’s no more required.

      Between, next update will be there in 2-3 days.

      Thank You

    • #36681
      jadenew
      Guest

      Excellen,t thank you so much! 🙂

    • #36886
      WCFM Forum
      Keymaster

      HI,

      WCFM new update already released.

      Kindly update yours and take a look.

      Thank You

Viewing 11 reply threads
  • The topic ‘Customers not pulling through to WCFM’ is closed to new replies.