Problem with "Payment Received" email notification

This topic contains 7 reply and 2 voices, and was last updated by webonsk 10 years, 11 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
May 2, 2013 at 2:01 pm 3093
webonsk At first, we really much appreciate bank payment feature, thanks! But we have a little problem with email confirmation. After user confirms the payment, he gets "Payment Received" email. After we approve his payment, user also gets email with the very same text. It's just not right. The first email should be informative, something like "Thanks for your order" or something similar (of course we'll customize this text via translation plugin), the second email is about that we received the payment. If it isn't in your plugin update plan to fix it, just tell me in which php file I can edit this.
May 2, 2013 at 2:15 pm 3094
Tareq Hasan Tareq Hasan

Checkout the /lib/payment/bank.php file and change as you need 🙂

May 2, 2013 at 2:18 pm 3095
webonsk webonsk

thanks, but there’s only one email template with this name. I need these to be separate emails.

May 2, 2013 at 3:37 pm 3103
Tareq Hasan Tareq Hasan

I think right now, only two email sends when doing the bank method.
1) When a new order is placed, admin is notified.
2) When the order is accepted, the user gets notification.

Both those email functions are on that file.

May 2, 2013 at 3:41 pm 3105
webonsk webonsk

Yes, it sends two emails, but both have the same text and subject, this is the problem. I looked into lib/gateway/bank.php and it’s defined there only once, lines 92-104.

May 2, 2013 at 3:45 pm 3108
webonsk webonsk

yes, you’re right, I mistakend these emails I received. So no problem anymore and sorry for your time 🙁

May 2, 2013 at 3:46 pm 3109
Tareq Hasan Tareq Hasan

It should be 75-104 🙄

May 2, 2013 at 3:47 pm 3110
webonsk webonsk

yes, I meant the other one 🙂

Viewing 7 Posts - 1 through 7 (of 7 total)