Order creation - mollie/PrestaShop GitHub Wiki

As of v4.4.0, the order creation logic in the Mollie Plugin for Prestashop has changed.

All PrestaShop orders are now created only after successful payment. This change will be the default logic within the module and it will therefore not be possible to create orders within PrestaShop before successful payment.

No. Change in Change description
1 Customer payment step Customer proceeds to checkout, selects payment method.Mollie payment is created with a temporary order ID. Payment surcharge fee is added, if applicable.
2 Payment not successful Order is not created, payment request with temporary ID is visible in Mollie system but is not visible in PS.
3 Order creation Order is created with "Awaiting Mollie payment" status, old temporary ID is replaced with new order ID in both Prestashop backoffice and Mollie dashboard.
4 Order emails Order confirmation and payment successful emails are sent at the same time.
5 Stock Reservation Product quantity is not reserved/deducted from inventory until the payment is successful.

locale2