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
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.