Banner Logo

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

Emails not sending to Admin and User when order is created.

MultivendorX Pro

Resolved
Viewing 20 reply threads
  • Author
    Posts
    • #147539
      Dhruv Jha
      Participant

      Emails not sending to Admin and User when order is created. Vendor is getting email but Admin and Buyer are not getting emails. I disabled all plugins and checked still not working.

    • #147566

      @Jacinta Thomas, The admin and customer email is triggered by WooCommerce. Hence I presume this is more likely to be email server issue.

      Please do contact your server admin, they will be able to assist you with this.

    • #149181
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #149206

      Hi,
      As per your requirement you have to add your custom code by using below filter

      apply_filters('mvx_vendor_setup_wizard_steps', $default_steps);
      Copy

      For more information kindly check below file, from line no – 2547
      https://github.com/multivendorx/MultiVendorX/blob/main/classes/class-mvx-vendor-dashboard.php

    • #149291
      Dhruv Jha
      Participant

      Is there any online guide on how to that filter/hook?

      The above shared source code of the class that handles the Dashboard, and it’s quite a lot of code to go through…

    • #149324
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #149358

      @Jacinta Thomas, we would love to help you out, but I am afraid there is no readymade code on this. So you have to create the code on your end. If you need a reference of function or coding flow for any specific part, let us know.

      ALso, never edit any core plugin. Becasue if you do, when you will update the plugin, it will also remove the code you have added.

    • #149397
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #149437

      @Jacinta Thomas, as shared earlier, there is no ready-made code for this.
      You can hire our service team so they can create this modification for your site. Please contact them from here : https://multivendorx.com/custom-development/

    • #149491
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #149535

      It’s not about changing one single line. Line no is – 2547 for referring only. This is not about adding few lines of code, you have to use the previous hook and then start adding your code. Please check our function thoroughly and then you need to modify our flow
      As you have said the hook does not read it might happened that hook has not been applied properly or the custom code not working. please check the coding logic on you end.

      Let me know if you need anything else.
      Regards,

    • #174486
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #176065
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #177962

      Yes, you can also pay the vendor via Bank Transfer, but you have to handle the payment manually.

    • #177967
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #180130
      promita
      Moderator

      Hi Jacinta Thomas, we show the wholesaler price using woocommerce filter.
      so you need to use ‘woocommerce_get_price_html’ filter to add your checking. For reference you may see this link https://sarathlal.com/display-product-price-for-logged-in-users-only-woocommerce/

    • #180294
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #180300
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #181128
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #181131
      Dhruv Jha
      Participant
      This reply has been marked as private.
    • #192238

      Our team has already replied to you over mail . So we are closing this thread . If you face any issue in future please open a new thread .

Viewing 20 reply threads

The topic ‘Emails not sending to Admin and User when order is created.’ is closed to new replies.