Page 1 of 1

Pay status unfinished

Posted: 27 Sep 2022, 18:05
by tandT3
Hi,
in our shop there is a payment method in advance. When a customer goes through the ordering process, the order is saved in aimeos, but the order status always appears as unfinished and no emails are sent. The status should actually be pending or authorized - right? What do we have to do? We're just a bit desperate about the settings...
T2 V10.4.31
Aimeos 21.10.7
Thanks and regards

Re: Pay status unfinished

Posted: 29 Sep 2022, 14:03
by tandT3
Is there a tip or a solution for this problem? How can we set a corresponding order status so that the emails can be sent? Unfortunately, this is our last problem before the shop can go online. Thanks!

Re: Pay status unfinished

Posted: 29 Sep 2022, 14:21
by aimeos
The order status should be updated to "pending" according to the code:
https://github.com/aimeos/aimeos-core/b ... hp#L60-L70

The problem may occur if you don't forward the customer to the order confirmation page so the provider isn't called and the status is never set.

Re: Pay status unfinished

Posted: 29 Sep 2022, 14:42
by tandT3
The confirmation page has been set and there is also a correct forwarding at the end of the ordering process.

Re: Pay status unfinished

Posted: 29 Sep 2022, 15:26
by tandT3
In the plugin settings for 'AddressesAvailable' and 'ServicesAvailable', we have delivery set to 0, since we don't have any shipping. In the typoscript we have accordingly:

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.subparts {
0 = address
1 = payments
2 = summary
3 = processes
}
Could that be the reason?

Re: Pay status unfinished

Posted: 29 Sep 2022, 15:46
by aimeos
That's no problem as long as the payment service is part of the order (can you check?)

Re: Pay status unfinished

Posted: 29 Sep 2022, 16:14
by tandT3
The selection of the payment method appears in the ordering process. Currently it is only pre payment, I can select this and go through the entire ordering process. Or do you mean something else with "payment service"?

Re: Pay status unfinished

Posted: 03 Oct 2022, 07:03
by aimeos
I meant in the order panel of the admin backend.