mollie / PrestaShop

iDEAL, Creditcard, Bancontact, SOFORT, Bank transfer, PayPal & paysafecard for Prestashop
http://www.mollie.com
BSD 2-Clause "Simplified" License
70 stars 43 forks source link

Send emails when payement failed #278

Closed davidsmoker closed 3 years ago

davidsmoker commented 3 years ago

Why if a payment fails, why do we get a new order email?

VB customer places order, I receive an email (new order) and I surf to my back office and I see that the order has been cancelled. (problem with payment) but i have receive the mail

Same when product is almost out of stock, we get an email ( email product out of stock) even though the payment failed

Environment

Saimis777 commented 3 years ago

Hello @davidsmoker,

So order confirmation email is sent by Prestashop core when the order is being validated.

To avoid sending order confirmation we implemented the setting in mollie in “ADVANCED SETTINGS” tabs there is a “Send order confirmation email” setting where the client can select when to send an order confirmation email. So he can set to send order confirmation emails when the order is Paid only.

image

Best regards, Invertus Support team