• Resolved xoxgregxox

    (@xoxgregxox)


    Hi: Great plugin, works great. Is it possible to receive an email when a client upload a receipt? thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pepro Dev. Group

    (@peprodev)

    Hi, thank you for using our products.
    You can hook into our plugin using
    peprodev_uploadreceipt_customer_uploaded_receipt
    which receives two argument, $Order_ID, $Attachment_ID.

    Please let me know if there’s anything else you need.

    Have a nice day, Amirhossein, CTO

    @peprodev Hello, Thanks for your answer, I am also looking to implement that when the client uploads the receipt, an email is sent notifying me to review it, could you please explain in detail how I could do it? Thanks in advance

    Plugin Author Pepro Dev. Group

    (@peprodev)

    Hi @ricardojps, I hope you are well.
    You can use the same hook to send an email. To send email you can use the WordPress function wp_mail. You can also obtain order details using $Order_ID which is passed to the hook.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Send notification Email’ is closed to new replies.