Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

products not assigned to vendor by admin

Theme and Plugin Support

Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #123218
      Criss
      Participant

      if Admin creates and assigns a product to a Vendor, that product will not show in Vendor’s product list. Only if Vendor creates the product it appears in the list. Please advice.

    • #123219
      AlvaroSouza
      Participant

      yes sure, i know this, i tested with a vendor product

    • #123220
      AlvaroSouza
      Participant

      I discovered the problem and a temporary solution, the real solution will be on your part.
      So come on. The problem is that you are going back 3 parameters instead of 4 in the hooks, you are missing the parameter $email.
      You should release an update by changing line 21 of the vendor_new_order.php file to look like this\: <?php do_action(‘woocommerce_email_before_order_table’, $order, true, false); ?> and should change to this way <?php do_action(‘woocommerce_email_before_order_table’, $order, true, false, $email); ?> to make it work!

    • #123221
      Criss
      Participant

      thank you for the tip (though it doesn’t seem related to products)… let’s see what the WCMP people have got to say about it 🙂

    • #123299

      Hi @Criss , thanks for getting in touch with us. We have tested it from our end and there is no issue (https://www.loom.com/share/03376cffd507480092679eb949c865f8 ). Some screenshots or a video of the problem will be very much appreciated. We will help you out accordingly .

    • #123303
      Criss
      Participant

      you are right, it works. I was using a “add to vendor” metabox that is created by my theme, so I guess I’ll inform them about it. 🙂

    • #123305

      Thanks for the update @Criss

Viewing 6 reply threads

The topic ‘products not assigned to vendor by admin’ is closed to new replies.